/* CSS Document */

body {
	margin-top: 5px;
}

#wrap {
	height: 100%;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

#wrap #header {
	height: 210px;
	width: 760px;
	background-image: url(/images/header.jpg);
}

#wrap #content {
	font-family: sans-serif, Helvetica, Ariel;
	font-size: 12px;
	height: 100%;
	width: 500px;
	margin: 10px;
	float: left;
	color: #666666;
	background-color: #FFFFFF;
}

#wrap #right_nav {
	margin: 10px;
	float: right;
	width: 197px;
	height: 100%;
	background-color: #FFFFFF;
}

#wrap #footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	clear: both;
	width: 760px;
	background-image: url(/images/footer_bg_blue.gif);
	height: 61px;
	color: #FFFFFF;
	text-align: right;
}



#navcontainer { 
    width: 200px; 
}

#navcontainer ul{
	margin-left: 0;
    padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a {
	display: block;
	padding: 3px;
	width: 160px;
	background-color: #0A54B7;
	border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited {
	color: #EEE;
	text-decoration: none;
}

#navcontainer a:hover {
	background-color: #5297F5;
	color: #fff;
}

/* Headings */

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #1093DF;
}

.footer_text {
	margin-top: 45px;
	text-align: center;
	#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
	background-color: #ffffff;
}

#advert img{
	display: block;
}
}