/* CSS Document */


* *				{padding: 0;
			 	margin: 0;
			 	}
				
				
body			{margin: 0 auto 0 auto;
				background: url("images/bground.jpg") repeat fixed;
				margin-top: 50px;
				  
				}


#wrap			{
				width: 817px;
				height: 417px;
				margin: 0px auto 0px auto;
				background-color: white;

				}
.wcimage		{margin: 0px;
				float: left;
				}
				
#navbar			{float: left;
				margin: -205px 0px 0px 0px;
				padding-left: 145px;
				
			
}				




a.links			{font-family: Verdana, Arial, Helvetica, sans-serif;
				font-weight:700;
				font-size:16px;
				margin: 0 0 5px 0px;
				padding: 0 10px 0 10px;
				text-decoration: none;
				color:#555555;
				display:block;
				border-left: solid 8px #dbce77;
				border-right: solid 8px #dbce77;
				outline: none;
				}

a.links:hover		{text-decoration: none;
				color: #dbce77;
				border-left: solid 8px gray;
				border-right: solid 8px gray;
				outline: none;
				}
				
								
a.links:active		{text-decoration: none;
				color: #FF9900;
				border-left: solid 8px gray;
				outline: none;
							}


a.pgtag  {
    margin: 0px 0px 0px 3px;
    width: 17px;
    height: 15px;
    background: url(images/pgbutton.jpg) 0px 0px no-repeat;
	position: absolute;
	outline: none;
}

a.pgtag:hover
{
    border: 0;
    background:  url(images/pgbutton.jpg) 0px -19px no-repeat;
	outline: none;

}

a.pgtag:active
{
    border: 0;
    background: url(images/pgbutton.jpg) 0px -38px no-repeat;
	outline: none;

} 



/* Word on footer */

div#footer				{margin: 0px auto 0 auto;}
		
div#footer p		{
					color: #666666;
					font-size: 85%;
					font-weight: 300;
					padding: 0px 0 0 0;
					text-align: center;
					width: 500px;
					margin: 0px auto 0px auto;
					}

					
div#footer2 p		{width: 500px;
					margin: 7px auto 10px auto;
					color: #666666;
					font-size: 85%;
					font-weight: 300;
					text-align: left;
					padding-left: 30px;
					}
	

		
.xhtml	 			{color: #666666;
					font-size: 90%;
					font-weight: 300;}
				
a.xhtml:hover 		{text-decoration: underline;
					border: none;
					color: gray;}
	
/* Link for Paramount Graphics */
	
.xhtml2	 			{color: #666666;
					font-size: 100%;
					font-weight: 300;
					text-decoration: none;}
				
a.xhtml2:hover 		{
					border: none;
					color: white;}	
