body{
	margin: 0px;
	padding: 0px;
	color: #000000;
	background-color: #666666;
	font-size: 11px;
	font-family: helvetica, arial, serif;
	letter-spacing: 1px;
	line-height: 2em;
}
#background{
	background: url('images/grad.gif') repeat-x #ffffff; 
}
#god {
	width: 810px;
	margin: 0px auto 0px auto;
	padding-top: 50px;
}

/*-----------------------------------------*/

#logo{
	width: 100%;
	margin-bottom:15px;
	border-bottom: 1px solid #000000;
}
#logo img{
	margin-bottom: 5px;
}
#nav {
	width: 100%;
	height: 32px;
	background-color: #000000;
}
#nav ul {
	padding: 8px 0px 0px 0px;
}
#nav li {
	text-align: center;
	float: left;
	display: block;
	width: 150px;
	height: 17px;
}
.border{
	border-right: 1px solid #ffffff;
}
#nav ul li a{
	color: #ffffff;
	font-size: 11px;
	text-transform: uppercase;
}
#nav ul li a:hover{
	color: #7dcffe;
}

/*-----------------------------------------*/

#content{
	float: left;
	width: 100%;
	margin: 110px 0px 100px 0px;
}
#left{
	float: left;
	width: 550px;
	margin-right: 40px;
}
#left .padded{
	float: left;
	margin: 0px 20px 20px 0px;
}
#left .pad_btm{
	margin: 0px 0px 20px 0px;
}
#left a{
	color: #000000;
}
#left a:hover{
	color: #6fbce8;
}
#right{
	float: left;
	width: 199px;
	padding: 0px 10px 0px 10px;
	color: #6fbce8;
	border-left: 1px solid #6fbce8;
}
#right a{
	color: #6fbce8;
}
#right a:hover{
	color: #000000;
}
#foot{
	float: left;
	width: 100%;
	background: url('images/foot_grad.gif') repeat-x;
	color: #8a8a8a;
}
#foot_info{
	width:810px;
	margin: 0px auto 0px auto;
}
#foot_info p{
	padding-top: 26px;
}
#foot a{
	color:#8a8a8a;
}
#foot a:hover{
	color:#7dcffe;
}

/*-----------------------------------------*/

#contact  p {
	margin:0px;
	line-height: 1.5em;
}
#contact  .address {
	margin:90px 0px 0px 0px;
	display:block;
}
#contact {
	width: 444px;
	background-color: #ffffff;
	margin: 0px;
}
#contact .l {
	width: 60%;
	float: left;
}

#contact label {
	font-weight: bold;
}
#contact input, textarea {
	border: 1px;
	border-style: solid;
	border-color: #aaaaaa;
	background: #ffffff !important;
	width: 250px;
	margin-bottom: 5px;
}
#contact #submit {
	background: none;
	width: auto;
	height: auto;
	border: none;
}
#contact textarea {
	height: 150px;
}
.error {
    display:none;
	font-size: 12px;
	color: red;
}

/*-----------------------------------------*/

a {
	text-decoration: none;
}
img {
	border: none;
}
.clear {
	clear: both;
}
h1 {
	font-size: 16px;
	margin: 0px;
}
h2{
	padding-top: 0px;
	margin-top: 0px;
	font-size: 14px;
}
h3{
	font-size: 11px;
	font-weight: bold;
}
.top{
	width: 100%;
	border-bottom: 1px solid #cbcbcb;
	padding-bottom: 5px;
}
.right {
	float: right;
}
#left .top a{
	color: #8a8a8a;
}
#left .top a:hover{
	color: #6fbce8;
}
