@charset "utf-8";

#header {
	height:96px;
}

#header #headerLogo {
	width:322px;
	height:38px;
	background:url(../img/header_logo.gif) no-repeat;
	top:35px;
}

#header li#headerLinks,
#header li#headerSitemap,
#header li#headerContact {
	top:61px;
}


#container {
	background: #F4F3E7 url(../img/main_bg.gif) repeat-x;
}

#main {
	width: 550px;
	margin: 30px 0;
}

#main h2 {
	border-top: 0;
	border-bottom: 2px solid #446B9F;
}

#main dl {
	margin-left: 0;
}

#main dt {
	display: block;
	width: 7em;
	float: left;
	clear: left;
	padding-right: 0;
	font-family: Georgia, 'Times New Roman',serif;
	color: #0077D7;
}

#main dd {
	margin-left: 8em;
	margin-bottom: 1.5em;
	border-left: 2px solid #BEC9D0;
	padding-left: 1em;
}


#side {
	width:278px;
}

#side p#btnGmp {
	background:url(../img/btn_gmp_over.gif) no-repeat;
	margin-top:.5em;
}

#side p#btnGmp a {
	display:block;
	width:100%;
	height:109px;
	background:url(../img/btn_gmp.gif) no-repeat;
	text-indent:-9999px;
}

#side p#btnGmp a:hover {
	background:none;
}