body {
margin : 0;
padding : 0;
font : 73% "Trebuchet MS", verdana, arial, sans-serif;
background : #333 url(bgd.jpg) no-repeat;
color : #fff;
}
#container {
width : 740px;
margin: 40px auto 0 auto;
padding : 0;
border : 2px solid #899bbf;
background : #94969d;
color : #fff;
}

div.flash {
	width: 700px;
	margin: 0 auto 0 auto;
}
			/*TOP BANNER*/
#header {
height : 50px;
padding : 0;
margin : 0;
background : #899bbf url(header.jpg) no-repeat;
color : #fff;
}

			/*MAIN CONTENT*/
#content {
margin : 0 0 5px 0px;
padding : 5px;
background : inherit;
color : #fff;
}
#content a:link, #content a:visited {
text-decoration : underline;
background : inherit;
color : #417C2C;
}
#content a:hover {
background : inherit;
color : #91AE00;
}
			
			/*FOOTER*/
#footer {
clear : both;
margin : 0;
font-size : 90%;
color : #fff;
}
#footer a:link, #footer a:visited {
text-decoration : none;
background : inherit;
color : #fff;
}

			/*CLASSES*/
.img {
float : left;
padding : 10px;
border : none;
}
.img a {
border : none;
}