body {
	background: #FFF url(../images/background.gif) repeat-x;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Verdana;
	color: #5A5A5A;
}

img {
	border: 0;
}

div.wrap {
	margin: 0 auto;
	width: 750px;
}

div#header {
	height: 151px;
}

div#menu {
	height: 44px;
}

div#content {
	overflow: hidden; 
	height: 100%;
	text-align: justify;
	background: #FFF url(../images/content_background.gif) repeat-y;
	padding: 5px 25px 10px 25px;
}

div#content a:link {
	color: #277bed;
	text-decoration:none;
}

div#content a:hover {
	text-decoration:underline;
}
div#content a:visited {
	color: #277bed;
	text-decoration:underline;
}
div#footer_bg {
	background: #FFF url(../images/footer_background.gif) repeat-x;
	width: 100%;
	height: 45px;
}

div#footer {
	background: #FFF url(../images/footer.png) no-repeat;
	height: 54px;
	font-size: 10px;
	color: #FFF;
}

div#footer #copyrights {
	padding: 14px 0 0 25px;
	float: left;
}

div#footer #footer_links {
	padding: 14px 25px 0 0;
	float: right;
	
}

div#footer #footer_links a:link {
	color: #FFF;
	text-decoration:none;
}

div#footer #footer_links a:hover {
	text-decoration:underline;
}

div#footer #footer_links a:visited {
	color: #FFF;
	text-decoration:underline;
}

