body {
	background-color: #B0C5E4;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
}

div#container
{
background-image: url(../images/main_bg.jpg);
background-repeat: repeat-y;
}

div#left
{
min-height: 505px;
background-image: url(../images/left_bg.jpg);
background-repeat: no-repeat;
}

div#logo
{
position: relative;
float: right;
width: 326 px;
height: 174px;
}

div#logo img
{
border: 0px;
}

div#content
{
margin-left: 450px;
}
div#ref
{
position: relative;
float: left;
width: 160px;
margin-right: 10px;
margin-bottom: 5px;
padding: 5px;
}

div#ref a
{
text-decoration: none;
font-size: 13px;
font-weight: bold;
color: #43577C;
}

div#ref a:hover
{
color: #ffffff;
}

div#ref:hover
{
background-color: #64789B;
}
div#ref img
{
margin-top: 5px;
border: solid 5px #1F325A;
}


div#clear
{
clear: both;
}
div#footertop{
	background-image: url(../images/footer_top_bg.jpg);
	background-repeat: no-repeat;
	height: 43px;
}
div#footer{
	background-image: url(../images/footer_bg.jpg);
	height: 177px;
}

div#footerContent{
	background-image: url(../images/footer_content_bg.jpg);
	background-repeat: no-repeat;
		height: 177px;
}
