body {
        margin:0;
        padding:0;
        border:0;			
        width:100%;
        background:#676767;
        min-width:600px;
	text-align: left;
	color: #676767;
	font: 14px/16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
	a {
    	color:#4e92c6;
	}
	a:hover {
		color:#fff;
		background:#4e92c6;
		text-decoration:none;
	}

a:visited {
	text-decoration: none;
}
    h1, h2, h3 {
        margin:.8em 0 .2em 0;
        padding:0;
    }
    p {
        margin:.4em 0 .8em 0;
        padding:0;
    }
	img {
		margin:10px 0 5px;
	}
		/* column container */
	.colmask {
		position:relative;		
	    clear:both;
        width:auto;			
		overflow:hidden;
}

.leftcol {
	width: 366px;
	height: 582px;
	float: left;
	margin-top: 60px;
	background: url(../images/left.png) no-repeat;
}

.rightcol {
	width: 466px;
	height: 582px;
	margin-top: 60px;
	background: url(../images/right.png) no-repeat;
	float: right;
}

.centercol {
	width: 832px;
	height: 582px;
	margin-top: 60px;
	background: url(../images/center.jpg) no-repeat;
}

.fullpage {
	    background: transparent;
	}
	.fullpage .col1 {
        margin:0 15px;
	}
	/* Footer styles */

.footer {
	color: silver;
	font: 10px/12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
}
    
    
    
    /* Form styles */
    h2 {
	width: 162px;
	height: 20px;
	background: transparent url(/img2/title_contact.gif) top left no-repeat;  
	float: left;
	padding: 0;
	margin: 0;
	clear: both;
}

h2 span { 
	display: block; 
	height: 0; 
	width: 0; 
	color: #f8f4e8; 
	font-size: 1px; 
	overflow: hidden; 
}

.form_wrapper{
	width: 442px;
	margin: 50px 0 0 0;
	float: left;
	clear: left;
}

.form_wrapper2{
	width: 442px;
	margin: 20px 0 0;
	float: right;
}

.form_wrapper h3, .form_wrapper2 h3 {
	margin: 0;
	padding: 4px 0 0 0;
	font-size: 16px;
	color: #262d35;
	margin-left:0;
}

.form_wrapper p, .form_wrapper2 p{
	margin: 0;
	padding: 3px 0 10px 0;	
	margin-left:30px;
}


fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

form ul{
	list-style-type: none;
	padding: 8px 0;
	margin: 0;
}

form ul li{
	list-style-type: none;
	padding: 3px 0;
	margin: 0;
	line-height: 25px;
}

form label {
	display: block;
	width: 105px;
	text-align: right;
	float: left;
	font-weight: bold;
	padding-right: 8px;
}

form .text_field{
	width: 240px;
	text-align: left;
}

form .select_field {
	width: 240px;
	text-align: left;
	padding-left: 0;
	margin-left: 0px;
}

form ul li.submit {
	padding: 15px 96px 0 0;
	text-align: right;
}
