/* basic elements */
html {
	margin : 0;
	padding : 0;
}
body { 
	font : 12px georgia, sans-serif;
	line-height : 1.88889;
	color : #FFFFFF; 
	background : #3C3C3C no-repeat fixed center;
	margin : 0; 
	padding : 0;
	text-align : center;
}
p { 
	margin-top : 0; 
	font : 16px georgia, sans-serif;
	line-height : 22px;
	text-align : justify;
}
h3 { 
	font : italic normal 1.4em georgia, sans-serif;
	letter-spacing : 1px; 
	margin-bottom : 5px; 
	color : #FFFFFF;
	font-weight : bold;
}
a:link, a:visited, a:hover, a:active { 
	font-weight : bold; 
	text-decoration : none; 
	color : #FF0000;
}
	
/* specific divs */
#text {
	padding : 10px;
}
#pageHeader  {
	text-align : center;
	font : 16px georgia, sans-serif;
	color : White;
	text-decoration : none;
}
#pageHeader a:link, #pageHeader a:visited, #pageHeader a:hover {
	text-align : center;
	font : 16px georgia, sans-serif;
	color : White;
	text-decoration : none;
}

#submenu {
	clear : both; 
	margin : 10px 10px 0 10px; 
	width : 160px; 
	float : left;
}
#submenu p {
	font : italic 10pt/22pt georgia; 
	text-align :left;
}

#content {
	clear : right; 
	padding : 0px 10px 0 10px;
}

#footer { 
	background-image : url('../graphics/footer-lines.gif');
	background-repeat : repeat-x;
	text-align : center;
	font : 14px georgia, sans-serif;
	font-color : #FF0000;
	text-decoration : none;
}
#footer a:link, #footer a:visited { 
	text-align : center;
	font-color : #FF0000;
	text-decoration : none;
}
#footer a:hover { 
	text-align : center;
	font-color : white;
	text-decoration : none;
}