body 			{
						background-color:#000000; 
						margin-top:0px; 
						margin-bottom:0px; 
						margin-right:10px; 
						margin-left:10px;
				}


a:link             		{ color:black; text-decoration:underline; font-weight:bold; }
a:visited           	{ color:black; text-decoration:underline; font-weight:bold;}
a:hover             	{ color:green; text-decoration:underline; font-weight:bold;}
a:active            	{ color:black; text-decoration:underline; font-weight:bold;}

a.otherLink:link    	{ color:black; text-decoration:none; font-weight:bold;}
a.otherLink:visited 	{ color:black; text-decoration:none; font-weight:bold;}
a.otherLink:hover   	{ color:black; text-decoration:underline; font-weight:bold;}
a.otherLink:active  	{ color:black; text-decoration:none; font-weight:bold;}


p			
				{
						padding-left:20px;
						padding-right:15px;
						text-indent:15px;
						font-family:"Comic Sans MS";
						font-size:100%;	
						margin-top:0em;
						margin-bottom:1em;
				}
				
h2				{		
						font-weight:bold;
						text-align:center;
						font-family:"Comic Sans MS";
						font-size:110%;	
						margin-top:0em;
						margin-bottom:0em;
				}

h3				{		
						padding-top:0px;
						padding-bottom:0px;
						padding-right:6px;
						padding-left:4px;
				}


img 			{
						padding:0px;
				}


hr				{
						color:black;
						width:90%;
				}


#image img 		{
						margin: 2px 8px 2px 2px;
				}


#container		{
						position:relative;
						margin:0;
						width:900px;	
						height:auto;
						margin-left:auto;
  						margin-right:auto;	
				}		
			


#wrapper		{
						background-image:url('main.jpg');
						background-repeat:repeat;
						float:left;
						height:auto;
						margin:0 auto;
    					width:900px;
				}




div#header		{
						background-image:url('header.jpg');
						background-repeat:no-repeat;
						background-position:center top;
						border:0px solid #000000;
						width:900px;
						height:250px;
						margin-left:auto;
  						margin-right:auto;
				}




div#nav			{
						float:left;
						padding-top:20px;
						margin:0;
						width:300px;
				}
				

				
			
div#content		{
						float:right;
						margin:0;
						width:600px;
						margin:0;
						margin-left:auto;
  						margin-right:auto;
				}


				
div#footer
				{
						clear: both;
						background-image:url('footer.jpg');
						background-repeat:no-repeat;
						position:relative;
						width:900px;
						height:84px;
						margin-left:auto;
  						margin-right:auto;
				}
			
			
