body {
	margin: 0;	
	background-color: #fff;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container {	
	max-width: 700px;
	margin: 0px auto;	
	text-align: justify;
	color: #6b6a6a;		

}

#content {
	margin-top:10px;
	margin-bottom:10px;
}

#footer {
	clear: both;		
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;	
	height:73px;
	width:700px;
	padding:15px;
}

.copyright {
	color:#fff;
	font-size: 11px;
	float:right;
	margin-right:20px;
	margin-top:38px;
}

a {
	color: #0257a0;
	text-decoration: none;
}

a:hover {
	color: #B90A1D;
	text-decoration: underline;
}

.heading {
	font-size: 25px;
	color: #B90A1D;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

.subheading {
	font-size: 18px;
	color: #0257a0;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

.images {
	margin-right:9px;
	margin-bottom:9px;
	padding:5px;
	border: solid #B90A1D 1px;
}

.divider {
	background-image: url(../images/divider_long.gif);
	background-repeat:repeat-x;
	height:5px;
	margin-top:10px;
	margin-bottom:10px;
}