.contact{
    padding-left: 0px;
    padding-right: 0px;
	background-position:center;

	border-radius:10px;
	
	width:900px;
	margin-left:auto;
	margin-right:auto;
	height:100%;

}

.news_about{
    padding-bottom: 20px;
}

.dotted_hr{
    height: 1px;
    border-top: 1px dotted #666666;
    clear: both;
    padding-bottom: 20px;
}

#contact_form fieldset {
	border: none;
        padding-top: 0px;
	
}
#contact_form {
	margin:0px 0px 0px 0px;
	}
#contact_form label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #505050;
	text-align:left;
	padding-left: 0px;
}

#contact_form input {
	margin-bottom: 5px;
}

#contact-submit{
	width: 106px;
	height: 25px;
    color: #ffffff;
	background: url(../images/send.png);
	background-repeat:no-repeat;
	background-position:left top;
	border: none;
	margin-left:430px;
	/*float:right;*/
}

#con_name, #con_email, #con_website {
	width: 516px;
	height: 27px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 12px;
	border: none;
	background: url(../images/contact_input.png);
	background-repeat:no-repeat;
	background-position:left top;
	color: #000000;
	padding-bottom: 5px;
        font-size: 12px;
}

#con_mess {
	width: 518px;
	height: 176px;
	padding-top: 4px;
	padding-left: 10px;
	padding-right: 10px;
    padding-bottom: 15px;
	border: none;
	background:url(../images/mess_contact.png);
	background-repeat:no-repeat;
	background-position:left top;
	color: #000000;
        margin-bottom: 10px;
}

#con_mess2 {
	width: 518px;
	height: 50px;
	padding-top: 4px;
	padding-left: 10px;
	padding-right: 10px;
    padding-bottom: 15px;
	border: none;
	background: url(../images/mess_contact.png);
	background-repeat:no-repeat;
	background-position:left top;
	color: #000000;
        margin-bottom: 10px;
}
.index_left{
  
    /*width: 510px;*/
    padding-right: 0px;
    padding-left: 0px;
	margin:20px;
}

.index_right{
    float: right;
    width: 255px;
	margin-top:20px;
	margin-left:0px;
	margin-right:25px;
	margin-bottom:20px;
}
.wrapper{
	width:100%;
	height:100%;
	background-color:#ffffff;
	}
.index_right ul{
    padding-top: 10px;
}

.index_right ul li{
    padding-bottom: 8px;
}

.index_right h2{
    padding-top: 6px;
}

.news{
    padding-bottom: 20px;
}

.pad_left{
    padding-left: 0px;
    padding-top: 0px;
}
h3{
	color:#034ea2;
	font-family:Arial, Helvetica, sans-serif;}