@import url("text.css");

body {
	text-align: center;
	margin: 0;
	padding: 0;
	background: url("/bg_outter.jpg") repeat;
}

#container {
	width: 900px;
	margin: 0px auto;
	padding: 0;
	text-align: left;
	background-color: #FFF;
	border-left: 1px solid #EDEDED;
	border-right: 1px solid #EDEDED;
}
#header {
	clear: both;
	height: 400px;
	background: url("/header.jpg") no-repeat center top;
	padding: 0;
	margin: 0;
}

h1#sitetitle {
	text-indent: -1000px;
	float: left;
	padding: 0;
	margin: 0;
}
h1#sitetitle a {
	display: block;
	width: 250px;
	height: 100px;
	background: url("/logo.jpg") no-repeat;
	padding: 0;
	margin: 0;
}
#navigation {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	height: 30px;
	background: #8FC758 url("/bg_nav.jpg") no-repeat;
}
#navigation ul {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 auto;
	font-size: 14px;
	text-transform: uppercase;
}
#navigation ul li {
	margin: 0;
	padding: 60px 0px;
	padding-right: 20px;
	display: inline;
}
#navigation ul li a {
	margin: 0 0 0 0;
	padding: 7px 0 6px 0;
	line-height: 30px;

}
#navigation ul a , #navigation ul a:active, #navigation ul a:visited {
	color: #000;
	text-decoration: none;
	background: none;
}
#navigation ul a:hover {
	color: #FFF;
	text-decoration: none;
	background: url("/bg_nav_item.jpg") repeat center top;
}


#content {
	clear: both;
	padding: 20px 20px 0 20px;
}
#footer {
	font-size: 10px;
	color: #999;
	text-align: center;
	padding: 0;
	margin: 20px 0 0 0;
	clear: both;
	background-color: #DDD;
}
#footer a, #footer a:active, #footer a:visited {
	color: #666;
	text-decoration: underline;
}
#footer a:hover{
	color: #999;
	text-decoration: none;
}






#content a, #content a:active, #content a:hover, #content a:visited {
	color: #4EB3D1;
	text-decoration: underline;
}
#content .floatboxright a, #content .floatboxright a:active, #content .floatboxright a:hover, #content .floatboxright a:visited {
	color: #8FC758;
}
#content a:hover {
	text-decoration: none;
}

.floatboxleft {
	float: left;
	display: inline;
	border: 1px solid #4EB3D1;
	background-color: #D5EDF4;
	width: 400px;
	padding: 10px;
	margin: 0 10px 10px 0;
}
.floatboxright {
	float: right;
	display: inline;
	border: 1px solid #8FC758;
	background-color: #D5EABF;
	width: 400px;
	padding: 10px;
	margin: 0 0 10px 10px;
}


.csc-mailform-field label {
	width: 180px;
	float:left;
}
.csc-mailform {
	width: 500px;
}

import
