@charset "utf-8";
/* CSS Document */

.titleh1 {font-size:16px; color:#353535;}

html { padding:0; margin:0; height:100%;}
body {
	color:#000000;
	margin:0;
	padding:0;
	height:100%;
	font-size:11px;
	font-family:Verdana, "Times New Roman", Times, serif;
	background-color: #000000;
}

#site_container {margin:auto; width:802px; background:url(images/main-back.gif); padding: 0 0 5px 0}

#top {
	background: url(images/header.gif);
	width:802px;
	height:200px;
	float:left
}

#navbar { background:url(images/nav-back.gif); height:35px; width:802px; float:left;}

#nav4 {text-align: center}
#nav4 a {
	display: block;
	width: 85px;
	height: 38px;
	line-height: 35px;
	color: #000000;
	text-decoration: none;
	text-align: center;
	float: left;
	background-image: url(images/button.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: 4px;
	font-size: 10px;
	font-weight: bold;
}

#nav4 a:hover
{
		background-image: url(images/buttoff.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	color: #fff;
}

#animation {  height:252px; width:802px; float: left;}

#content_container { width:802px; float:left }

#left { width:585px; padding:0 5px 0 10px; float:left; }

#right {
	width: 200px;
	float:left;
}

#footer { margin:auto; width:802px; height:28px; background:url(images/main-back.gif);  margin-top:10px; text-align:center; font-size: 0.8em}
#footer a { color:#000000; text-decoration:none; font-weight:bold;}
#footer a:hover { text-decoration: underline;}

.header_title { color: #353535; line-height:2em; font-size:1.3em; font-weight:bold; }
p { padding:0; margin:0;}

#content { text-align:justify; padding: 0 10px 0 0}

#content a {color:#000000; text-decoration:none; font-weight:bold;}
#content a:hover { text-decoration:none;}

#float_left { float:left;}
#box { float:left; width:190px; background:url(images/right-back.gif) no-repeat  ; border: #999999 solid 1px; margin-left:5px; margin-top:10px; }
#right_box_name { width:190px; height:25px; border-bottom:#999999 solid 1px; text-align:center; font-weight:bold; font-size:1.1em; line-height:25px;}
#right_content {  padding:10px 5px 5px 10px;}

#right_content a { color:#000000; font-weight:bold; text-decoration:none;}
#right_content a:hover { text-decoration:underline;}

#feat { float:left; width:190px; background:url(images/right-back.gif) no-repeat  ; border: #999999 solid 1px; margin-left:5px; margin-top:10px; }
#box_name { width:190px; height:25px; border-bottom:#999999 solid 1px; text-align:center; font-weight:bold; font-size:1.1em; line-height:25px;}
#feature_content {  padding:10px 5px 5px 10px;}

#form { text-align:justify; padding: 0 10px 0 0}

#form table { width:100%} 
#form input {
	width: 250px;
}
#form textarea {
	height: 50px;
	width: 250px;
}
a {
	color: #CCCCCC;
}
