body {
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	background-image:url(../images/background.jpg)
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

a:link, a:visited, a:hover {
	text-decoration: underline;
	color:#000000;
}

a:hover{
	font-weight: bold;
	color:#FF0000;
}


#header{
	margin: 0;
	width: 100%;
}

#nav{
	margin: 0 75% 0 0;
	padding: 3px;
	background-color:#FFCC00;
	font-family: "Times New Roman", Times, serif;
	border: medium solid #CC0000;
}


#content{
background-color:#FFFFFF;
	float:right;
	width: 72%;
	
	}
#breadcrumb{
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
}

#footer{
	clear: both;
	margin: 0 0 20px 0;
	width: 100%;
	font-family: "Times New Roman", Times, serif;
	font-size:medium;
	text-align:center;
}
#container{
	width: 770px;
	text-align:left;
	position:relative;
	margin: 0 auto;
	background-color:#FFFFFF;
	height: 100%
}



