/* CSS Document */

body {
	text-align: center;
	background-color: #FFFFFF;
	background: url(images/background.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}

#pages
{
background-color: #FFFFFF;
text-align: left;
width: 800px;
margin: 0 auto;
border: 2px solid #000000;
} 

#links {
	float: left;
	background: url(images/links_bg.jpg) top left repeat-x #CCCCCC;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	width: 210px;
	margin-top: 5px;
	padding-top: 10px;
	font-size: 16px;
	font-weight: bold;
	} 

#current_link a {
	background-color: #CCCCCC;
	}

a {
	text-decoration: none;
	color: #000000;
	}

a:hover {
	background-color: #CCCCCC;
	}

#content {
	padding: 0px 15px 15px 240px;
	}

#content a {
	font-weight: bold;
	}

#content a:hover {
	color: #000000;
	font-weight: bold;	
	}
	
	
#stop_watch {
	float: right;
	}

#h1 {
	font-size: 16px;
	font-weight: bold;
	color: #750806;
	}

#h2 {
	font-size: 14px;
	font-weight: bold;
	}

#footer_section {
	text-align: center;
	}

#footer_section a {
	font-size: 12px;
	color: #750806;
	font-weight: bold;
	}
	
#footer_section a:hover {
	color: #000000;
	font-weight: bold;	
	}
	
#fine_print_section {
	font-size: 10px;
	text-align: center;
	}

#fine_print_section a {
	color: #750806;
	font-weight: bold;
	}
	
#fine_print_section a:hover {
	color: #000000;
	font-weight: bold;	
	}