@charset "utf-8";
/* CSS Document */

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	background: #60b4e9;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin: 0px 0px 20px 0px;
}

#container
{
	width: 950px;
	margin: auto;
}

#title
{
	width: 950px;
	height: 65px;
	padding: 150px 0px 0px 0px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat; 
}

#content
{
	width: 920px;
	padding: 0px 15px 20px 15px;
	color: #2f688c;
	background: #fff;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

.image_right
{
	float: right;
	margin: 0px 0px 10px 10px;
}

.clear
{
	clear: both;
}

h1
{
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #659cbe;
}

p
{
	padding: 8px 0px 8px 0px;
	margin: 0px;
}

#footer p
{
	text-align: center;
	color: #b6def8;
	padding: 8px 0px 8px 0px;
	margin: 0px;
}

#footer a
{
	color: #b6def8;
}


#menu
{
	width: 950px;
	height: 35px;
}

#menu ul
{
	padding: 0px;
	margin: 0px;
	height: 35px;
	color: #fff;
	float: left;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#menu ul li { display: inline; }

#menu ul li a
{
	padding: 7px 15px 0px 17px;
	height: 28px;
	color: #fff;
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	background-position: right;
	text-decoration: none;
	float: left;
}

#menu ul li a:hover
{
	background: #60B4E9;
}