@charset "utf-8";
/****** TEMPLATE CSS *******/

body {
	margin-top:25px;
	background-image:url(../img/template/body_bg.jpg);
	background-repeat:repeat-x;
	text-align:center;
	font-size:0.8em;
}

#container {
	width:861px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:10px;
	background-image:url(../img/template/border_fade_bg.jpg);
	background-repeat:repeat-y;
	text-align:left;
}

#container #border {
	margin-left:20px;
	margin-right:20px;
}

#container #border_top_fade {
	height:20px;
	background-image:url(../img/template/border_fade_top.jpg);
	background-repeat:no-repeat;
}

#container #border #header {
	height:114px;
	background-image:url(../img/template/header_bg.jpg);
	background-repeat:repeat-x;
}

#container #border #header .access {
	float:right;
	margin-top: 50px;
	margin-right: 25px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ceba7f;
}

#container #border #header ul {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}

#container #border #header li {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	font-size: 90%;
}

#container #border #header a {
  color: #506590;
		
}

#container #border #header .skip {
	display: none;		
}

#container #border #header a:hover {
  color: #afbfdc;
		
}


#container #border #main_img {
	width:821px;
	height:242px;
}

.clearfix {
	margin: 0px;
	padding: 0px;
	clear: both;
}

#footer {
	width:861px;
	height:60px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../img/template/border_fade_bottom.jpg);
	background-repeat:no-repeat;
}

#footer p {
	margin:0px 15px 0px 15px;
	padding:40px 0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#535c70;
}

#footer a {
	color:#535c70;
}