/* CSS Document */
body,
html {
    margin:0;
    padding:0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
body {
	background-color:#cc3333;
}
#wrapper {
	width:915px;
	background-image:url(Images/rShadow.gif);
	background-repeat:repeat-y;
}
#page {
	width:900px;
	background-color:white;
	padding:0px;
	margin:0px;
	background-image:url(Images/background.jpg);
	background-repeat:repeat-y;
}
#content {
	float:right;
	width:685px;
	padding:20px;
}
#content p {
	padding:10px;
}
#content a {
	color: #cc3333;
	font-weight:bold;
	text-decoration:none;
}
#content a:hover {
	color: #003366;
	text-decoration:underline;
}

#links {
	width: 175px;
	background-color:#003366;
	color: #FFFFFF; 
	text-decoration: none; 
	font-weight:bold;
	float:left;
	margin: 0px;
	padding: 0px;
} 
#links ul {
	list-style-type: none; 
	margin: 0 0 0 30px; 
	padding: 0px; 
} 
#links li {
	width: 130px;
	padding-top:8px;
}
#links li a {
	width: 130px;
	color: #FFF;
	text-decoration: none;
}
#links li a:hover {
	width: 130px;
	color: #cc3333;
}
#bottom {
	background-color:#003366;
	clear:both;
	text-decoration:none;
	color:#FFFFFF;
	text-align:right;
	font-size:smaller;
}
#bottom a {
	text-decoration:none;
	color:#FFFFFF;
}
