@charset "UTF-8";
@media print{
.NOPRINT{
display:none;
}
}
/* Graphic design by Codera.biz 10_2 Aug.2009 _________________________*/
/* General ____________________________________________________*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
	color: #333333;
}
body {
	color: #EEEEEE;
	font-size: 75%;
	line-height: 1.6;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(background.png);
	background-repeat: repeat;
}
/*Link style ____________________________________________________*/
a img {
border-style: none;
}

a:link, h2 a:link {
	color:#209CAE;
	text-decoration:underline;
}

a:visited, h2 a:visited {
	color:#555555;
	text-decoration:underline;
}

a:hover {
	color: blue; background:yellow;
	text-decoration:none;
}

a active {
text-decoration:none;
position:relative;
left:+1px;
top:+1px;
}
h1 {
	color: #FFD50E;
	margin-right: 15px;
}
h2  {
	color: #6B6F65;
	clear: both;
	border-bottom: 1px solid #D7DECB;
	border-left: 5px solid #D7DECB;
	padding-right: 15px;
	padding-left: 5px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 10px;
}
h3 {
	clear: right;
	margin-top: 10px;
}
h4 {
	font-size: 90%;
}
/*header style ____________________________________________________*/
#header {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(header.gif);
	background-repeat: no-repeat;
	height: 260px;
}
#header img {
	float: right;
	margin-top: 180px;
	margin-right: 180px;
}
#header .header_text p {
	font-size: 85%;
}
#header .header_text h1 {
	font-size: 2em;
	line-height: 1.4;
}
.header_text {
	background-image: url(background_header.png);
	background-repeat: repeat;
	width: 310px;
	padding: 10px 10px 20px;
	margin-left: 10px;
	position: absolute;
	top: 15px;
	border:solid 2px #FFD50E;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 20px 0px 20px 0px;
	background-color: #FFFFFF;
}
/*footer style ____________________________________________________*/
#footer {
	background-image: url(footer.gif);
	background-repeat: no-repeat;
	height: 210px;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	text-decoration: none;
	margin-top: 20px;
	background-color: #F9F8F6;
	background-position: bottom;
	padding-top: 20px;
}
#footer a {
	color: #FF9900;
	text-decoration: none;
}
#footer a:hover {
	color: #D9B329;
	position: relative;
	bottom: 1px;
}
#footer a:active {
	position: relative;
	top: 2px;
}
/*main style ____________________________________________________*/
#main {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(background_main.png);
	background-repeat: repeat;
}
#main p {
	padding-right: 15px;
	padding-left: 15px;
}
#main img {
	margin-top: 15px;
	margin-bottom: 18px;
}
.main_body {
	width: 560px;
	float: right;
	clear: none;
	margin-bottom: 20px;
	padding-top: 0px;
}
.main_body img {
	margin-top: 20px;
	margin-bottom: 20px;
}
.main_sidebar {
	width: 120px;
	float: left;
	margin: 0 0 0 0;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
}
.main_sidebar img {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0;
	padding: 0 0 0 0;
}

