body {
	background-color: #607288;
	margin-top:10px;
	font-family: Verdana, "Arial", Helvetica, sans-serif;
	font-size: 12px;
	color: #323232;
}

p {
	padding:5px 0 5px 10px;
	margin:0;
}
h2 {
	font-size:20px;
}

.form { height:35px; text-align:right; padding-right:30px;}
.form input {width:225px; height:17px; padding-top:3px; background:#fff; border:1px solid #404040; font-size:1em; color:#484848;}
textarea { width:360px; height:122px; padding-top:3px; background:#fff; overflow:auto; border:1px solid #404040; font-size:1em; color:#484848; font-family:Arial;}

#header{
	height:250px;
	background:url(images/header_bg.gif) repeat-x 0 0;
	padding:5px 0 5px 0;
	border-bottom:#333333 solid 5px;
	border-top:#333333 solid 5px;
	color:#FFFFFF;
}

#comheader{
	background:url(images/header_bg.gif) repeat-x 0 0;
	padding:5px 0 5px 0;
	border-bottom:#333333 solid 5px;
	border-top:#333333 solid 5px;
	color:#FFFFFF;
}

.textheadernou{
	font-size:16px;
	font-weight:bold;
}

#container{
	padding: 15px 0 15px 0;

}

.login {
	color: #cccccc;
	font-weight:bold;
	text-decoration:none;
}


a {
	font-size: 12px;
	color: #999999;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}

#navcontainer
{
margin: 0;
padding: 0;
width:427px;
height: 25px;
}

#navcontainer ul
{
border: 0px;
margin: 0px;
padding: 0px;
list-style-type: none;
}

#navcontainer ul li
{
display: block;
float: left;
}

#navcontainer ul li a
{
color:#ffffff;
width: 84px;
height: 25px;
padding-top: 3px;
text-decoration: none;
display: block;
text-align: center;
font: 12px/18px Verdana, "Arial", Helvetica, sans-serif;
background-image:url(images/menubgd1.jpg);
background-repeat:no-repeat;
}

#navcontainer ul li a:hover
{
background-image:url(images/menubgd2.jpg);
}

.title_block { height:24px; margin-bottom:15px; font-size:16px; color:#323232; font-weight:bold; text-decoration:underline; line-height:1.1em;}
.title_block div { height:19px; background:url(images/title_marker.gif) no-repeat 5px 0px; padding-left:31px;}


#main-left{
	width:590px;
	border-right:#CCCCCC dotted 1px;
}

#main-right{
	width:218px;
	float:right;
	margin-top:10px;
}

#sub{
	padding:10px;
	margin:0 10px 20px 0;
	border:#607288 solid 1px;
	background-color: #e8e8e8;
}

#sec-left{
	width:220px;
	height:91px;
	background-image:url(images/logo.jpg);
	background-repeat:no-repeat;
	margin-left:35px;
}

#sec-right{
	float:right;
	width:427px;
	margin-right:50px;
}

#gallery {
	padding:10px;
	margin-bottom:15px;
	background-image:url(images/fade.gif);
	background-repeat:no-repeat;
}

#gallery_b {
	background:url(images/fade_b.gif) no-repeat right bottom;
	padding-bottom:20px;
}

#gallery p{
	padding:10px 50px 10px 50px;
}

#footer{
	text-align:center;
}

.clear { clear:both; height:10px;}

#contactFormArea {
	width:400px;
	margin:15px 0 0 100px;
	padding:15px;
	border:#607288 solid 1px;
	background-color: #e8e8e8;


}

