body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	background-image: url(../img/body_bg.gif);
	background-repeat: repeat-x;
}
p{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;

}
h1{
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}
h2{
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}
a:link
{
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover
{
	color: #EBD42C;
	text-decoration: underline;
}
a:active
{
	color: #EBD42C;
	text-decoration: underline;
}
a:visited
{
	color: #FFFFFF;
	text-decoration: underline;
}
.quote{
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}
/* containers */
#container
{
	position: absolute;
	margin-top: 215px;
	margin-left: 25px;
	width: 750px;
	height: 435px;
	background-image: url(../img/content_bg.gif);
	background-repeat: no-repeat;
}
#content
{
	position: absolute;
	margin-top: 10px;
	margin-left: 45px;
	width: 660px;
	height: 410px;
	padding: 5px;
}
#header
{
	position: absolute;
	margin-top: 25px;
	margin-left: 25px;
	width: 750px;
	height: 150px;
	background-image: url(../img/header_bg.gif);
}
#menu
{
	position: absolute;
	margin-top: 175px;
	margin-left: 25px;
	width: 750px;
	height: 40px;
	background-image: url(../img/menu_bg2.gif);
	font-weight: bold;
	color: #6b7e95;
	padding-top: 13px;
	padding-left: 50px;
	background-repeat: no-repeat;
}
#footer
{
	position: absolute;
	margin-top: 650px;
	margin-left: 25px;
	width: 750px;
	height: 50px;
	font-size: 10px;
	text-align: center;
	padding-top: 2px;
	background-image: url(../img/footer_bg.gif);
	background-repeat: no-repeat;
}
#footer a:link
{
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover
{
	color: #EBD42C;
	text-decoration: underline;
}
#footer a:active
{
	color: #EBD42C;
	text-decoration: underline;
}
#footer a:visited
{
	color: #FFFFFF;
	text-decoration: underline;
}
#menu a:link
{
	font-weight: bold;
	color: #6b7e95;
	text-decoration: none;
}
#menu a:hover
{
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}
#menu a:active
{
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}
#menu a:visited
{
	font-weight: bold;
	color: #6b7e95;
	text-decoration: none;
}
