/* CSS Document */

body 	{	margin:0px; 
			padding:0px;
			font-family: Arial, stencil, new baskerville, serif;
			font-size: 12px;
		}	

a:link { text-decoration: none }
a:active { text-decoration: none }
a:visited { text-decoration: none }	
a img{border:0;}
a {outline:none}
a:active {outline:none}

.style1 {color: #000000; font-size: 14px;}
.style2 {color: #000000; font-size: 14px; font-weight: bold;}
.style3 {font-size: 10px; font-weight: bold}

#small {font-size:10px; font-weight:bold}
		
#center {	padding:0px;			
			
			width:750px;
			height:620px;
		
			margin-left:-391px; 

			position:absolute;
			left:50%;
			top: 4px; /*50%;*/
		}

#top	{	position: absolute; 
			left: 0px; 
			top: 5px; 
			width: 750px; 
			height: 113px; 
			background-image:url(images/back.jpg);
			border:1px solid black;
		}

#whitebox{	position: absolute; 
			left: 0px; 
			top: 118px; 
			width: 750px; 
			height: 500px; 
			border:1px solid black;
		}
		
#textbox{	position: absolute; 
			left: 0px; 
			top: 118px; 
			width: 710px; 
			height: 440px; 
			padding:20px;
			z-index:2;
		}

#picbox{	position: absolute; 
			left: 350px; 
			top: 280px; 
			width: 350px; 
			height: 323px; 
			z-index:1;
		}
		
#bottom	{	position: absolute; 
			left: 0px; 
			top: 618px; 
			width: 750px; 
			height: 20px; 
			background-image:url(images/bottom.gif);
			border:1px solid black;
			z-index:2;
		}

