body {
	
	margin: 0px;
	padding: 0px;
	background-image: url(http://www.robshiels.com/patterns/dgrey047.jpg);
	
	}

#whiteBox {
		background-color: white;
	margin-left: auto; 
	margin-right: auto;
	width: 800px;
	height: 600px;
	}

#container {
	background-image: url(linesite6.jpg);
	background-repeat:no-repeat;
	
	margin-left: auto; 
	margin-right: auto;
	width: 800px;
	height: 600px;
	}

#leftSide {
	width: 160px;
	height: 600px;
	float: left;
	
	}

#leftLinks {
	width: 150px;
	height: 200px;
	
	padding-top: 200px;
	padding-left: 25px;
	font-family: Arial;
	font-size: 15px;
	font-variant: small-caps;
	font-weight: bold;

	}

#mainHeader {
	
	width: 600px;
	height: 492px;
	font-size: 30px;
	font-family: georgia;
	border-bottom: 0px groove black;
	border-left: 0px groove black;
	height: 100px;
	padding: 0px;
	margin: 0px;
	float: right;
	}

#links {
	float: right;
	padding-top: 20px;
	padding-left: 0px;
	height: 36px;
	width: 600px;
	font-variant: small-caps;
	font-family: verdana, ;
	font-size: 18px;
	}

#otherHeader {
	font-size: 20px;
	font-family: georgia;
	font-variant: small-caps;
	background-color: magenta;
	border-bottom: 5px groove black;
	border-left: 5px groove black;
	height: 30px;
	padding: 20px;	
	}

#content {
	width: 500px;
	margin-top: 0px;
	float: right;
	font-family: helvetica, verdana;

	padding-top: 40px;
	padding-left: 0px;
	padding-right: 60px;
overflow: auto;
	
	
	}


#contentFlash {
	
	
	width: 500px;
	margin-top: 0px;
	float: right;
	font-family: helvetica, verdana;
	font-size: 12px;
	padding-top: 40px;
	padding-left: 0px;
	padding-right: 60px;
overflow: auto;
	
	
	}


#info {
	clear: both;
	font-family: arial;
	font-style: italic;
	background-color: floralwhite;
	border-top: 2px groove black;
	padding: 10px;
	font-size: 12px;
	}






#links a:link 
{ font-family:Georgia;  color:#FFFFFF; text-decoration: none; font-weight: normal; }    


#links a:visited 
{ font-family:Georgia; color:#FFFFFF; text-decoration: none; font-weight: normal; }  


#links a:hover { font-family:Georgia; color:#FFFFFF; background-color: #666666; text-decoration:none; font-weight: normal; }

 #links a:active { font-family:Georgia;  color:#FFFFFF; text-decoration: none; font-weight: normal; }




#contentFlash a:link 
{ font-family:Georgia; font-size:14px; color:#666666; text-decoration: underline; font-weight: normal; }    


#contentFlash a:visited 
{ font-family:Georgia; font-size:14px; color:#666666; text-decoration: underline; font-weight: normal; }  


#contentFlash a:hover { font-family:Georgia; font-size:14px; color:#FFFFFF; background-color: #666666; text-decoration: underline; font-weight: normal; }

#contentFlash a:active { font-family:Georgia; font-size:14px; color:#FFFFFF; text-decoration: underline; font-weight: normal; }








#leftLinks a:link 
{ font-family:Georgia; font-size:12px; color:#666666; text-decoration: underline; font-weight: normal; }    


#leftLinks a:visited 
{ font-family:Georgia; font-size:12px; color:#666666; text-decoration: underline; font-weight: normal; }  


#leftLinks a:hover { font-family:Georgia; font-size:12px; color:#FFFFFF; background-color: #666666; text-decoration:underline; font-weight: normal; }

#leftLinks a:active { font-family:Georgia; font-size:12px; color:#FFFFFF; text-decoration: underline; font-weight: normal; }






textarea {
	font: bold 12px Verdana;
	color: white;
	background-color: #6b6;
	border: solid 3px #666;
	}	

input {
	font: bold 12px Verdana;
	color: white;
	background-color: #6b6;
	border: solid 3px #666;
	}

input.button {
	font: bold 12px Georgia;
	color: white;
	background-color: red;
	border: groove 2px #666;
	}	

.comments {
	background-color: cornsilk;
	clear: both;
	width: 100%;
	margin-top: 10px;
	font-family: helvetica, verdana;
	padding-top: 50px;
	padding-left: 30px;
	padding-right: 20px;
	border-left: 2px groove magenta;
	border-bottom: 2px groove magenta;
	}