#header
{
background:url(images/logo.jpg) no-repeat;
height:141px;
}
#menu-bg
{
background:url(images/menu-bg.jpg) repeat-x;
height:45px;
}

body{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
line-height:18px;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}

#footer
{
background:url(images/footer.jpg) repeat-x;
height:91px;
}

a:link, a:visited{

	color: #337da4;
	text-decoration:none;
}

a:hover, a:active{

	color: #000000;
	text-decoration:underline;

}