@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center; /* center site in ie5.0 and 5.5 */
	font-family: Arial, Helvetica, sans-serif;
	color : #333333;
	background-color: #77AFDE;
	background-image:url(../images/body_bgr.jpg);
	background-repeat:repeat-x;
}
h1 {
	font-size: 0.8em;
	color: #2D5E8E;
	padding: 0.5em 1em;
	background-color: #C5DAED;
}
h2 {
	font-size: 0.75em;
	color: #19304a;
	margin: 0.5em 1em;
	padding-bottom: 0.4em;
	border-bottom: 5px solid #9cc8eb;
}	
img {
	border: 0;
}
p {
	font-size: 0.75em;
	padding: 0.4em 1.2em;
}
a {
	color: #387CBA;
}
a:hover {
	text-decoration: none;
	color: #313377;
}
strong {
	color: #19304a;
}
.clear {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
.news {
	font-size: 11px;
	color: #333333;
}
#shadow {
	width: 800px;
	text-align: left;
	margin: 0px auto;	
	background-image:url(../images/shadow.gif);
	background-repeat:repeat-y;
}	
#container {
	width: 780px;
	margin: 0 10px;
	background-color:#FFFFFF;
	background-image:url(../images/container_bgr.jpg);
	background-repeat:repeat-y;
}
#content {	
	width: 780px;
}
#wrap {
	clear: left;
	width:780px;
	background-color: transparent;
	background-image:url(../images/wrap_bgr.gif);
	background-repeat:repeat-y;
}
#left {
	width: 499px;
	float:left;
}
#left .subnav {
	text-align: center;
	width: 498px;
	background-color: #eee;
}
#left .subnav p {
	padding: 0.4em;
	font-size: 0.7em;
}
#top {	
	width: 499px;
	background-color: #98d3f9;
	background-image:url(../images/top_bgr.gif);
	background-repeat:repeat-y;
}
#top img {
	border: 0;
}
#logo {
	float: left;
	width: 234px;
	height: 140px;
}
#text {
	background-image:url(../images/watermark.jpg);
	background-position:center center;
	background-repeat:no-repeat;
}
#text ul {
	margin: 0.3em 2em;
}
#text ul li {
	font-size: 0.75em;
	padding: 0.2em;
}
#text ul li ul li {
	font-size: 1em;
	padding: 0.2em;
}
#right {
	width: 281px;
	float: left;
}
#flash {
	width: 281px;
	height: 377px;
	border-bottom: 5px solid #7eb8e6;
}
#footer {
	width: 780px;
	background-color: #7bb4e1;
	background-image:url(../images/footer_bgr.gif);
	background-repeat:repeat-x;
	color:#FFFFFF;
}
#footer p {
	font-size: 0.7em;
}
#footer a {
	color: #fff;
}
#footer .col_left {
	margin: 1em 0;
	width: 360px;
	float: left;
}
#footer .col_right {
	margin: 1em 0;
	float: right;
	width: 360px;
	text-align:right;
}
#nav {
	float:left;
	width: 263px;
	margin: 0px 0px 0px 1px;
	padding:0px;
}
#nav img {
	display: block;
	border: 0;
	cursor: pointer;
}

.items {
	width: 480px;
	margin: 5px auto;
}
.items img {
	float: left;
}
.items .text {
	width: 320px;
	float: left;
}
