body,td,th,input,select,textarea {
	font-family: Lucida Sans Unicode, Trebuchet MS, Tahoma, sans-serif;
	font-size: 11px;
}
h1 {
	margin-top:0px;
	font-size:24px;
}
h2 {
	margin-top:0px;
	font-size:18px;
}
h3 {
	font-size:14px;
}
a {
	text-decoration:none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
img { margin:0px; }
body {
	background-image:url(/img/bg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color: #6CB6DD;
}
#main_content {
	background:url(/img/content_bg.jpg) top left repeat-y #EFE8D8;
	padding-left:20px;
	padding-right:20px;
}
#block1 {
	background:url(/img/orange_block.jpg) no-repeat top left #EA9425;
	height:171px;
	padding:35px 12px 15px 12px;
	color:#FFFFFF;
	overflow:hidden;
}
#block1 a {
	color:#FFFFFF;
}
#block2 {
	background:url(/img/green_block.jpg) no-repeat bottom left #2EC278;
	padding:0px 14px 63px 12px;
	color:#FFFFFF;
}

#navigation {
	background:url(/img/nav_bg.gif) no-repeat top left #FFF;
	padding-top:10px;
}
#navigation a {
	display:block;
	background:url(/img/menu_item.jpg) top left no-repeat #2BAADD;
	width:137px;
	height:30px;
	color:#FFFFFF;
	text-align:left;
	text-decoration:none;
	margin-bottom:5px;
}
#navigation span {
	display:block;
	padding:7px;
}
#navigation a.current {
	display:block;
	background-image:url(/img/menu_selected.jpg);
	width:137px;
	height:30px;
	color:#FFFFFF;
	text-align:left;
	background-repeat:no-repeat;
	text-decoration:none;
	font-weight:bold;
	margin-bottom:5px;
}
#navigation a:hover {
	display:block;
	background-image:url(/img/menu_selected.jpg);
	width:137px;
	height:30px;
	color:#FFFFFF;
	text-align:left;
	background-repeat:no-repeat;
	text-decoration:none;
	font-weight:bold;
	margin-bottom:5px;
}
#gallery {
	background-color:#FFF9BA;
	overflow:hidden;
	padding:0px;
	margin:0px;
}
#gallery img {
	margin:0px 5px 0px 5px;
}
#footer {
	font-size:10px;
	color:#FFFFFF;
	padding:8px;
}
#footer_nav {
	width:565px;
	height:25px;
	white-space:nowrap;
}
#footer_nav a {
	display:block;
	float:left;
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
	padding:4px;
}
.divider {
	width:20px;
	text-align:center;
	float:left;
	height:25px;
	padding-top:2px;
	font-size:12px;
}
#footer_nav a:hover {
	text-decoration:none;
	padding:3px;
	border:1px solid #FFFFFF;
	background-color:#89ABC0;
}
#footer_nav a:active {
	background-color:none;
}
#copyright {
	clear:both;
	text-align:center;
	padding:3px;
}
#announcement {
	background:url(/img/star.gif) no-repeat top left #FFFFB5;
	border:1px solid #D2D200;
	padding:5px;
	margin-bottom:5px;
}

#nav_img {
	padding-bottom:2px;
	background:url(/img/nav_bg.gif) no-repeat bottom left #FFF;
}
blockquote {
	margin:10px;
}
input,select,textarea {
	padding:5px;
	font-size:14px;
}
input,select {
	height:30px;
}