@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";


#wrap {
margin-left: 0px;
padding-top: 20px;
padding-left: 20px;
width:970px;
background:#fff;
}

#wrapa {
margin-left: 0px;
padding-top: 20px;
padding-left: 20px;
width:680px;
background:#fff;
line-height: 15px;

}

#header {
}

#content {
float:right;
padding-top: 15px;
width: 800px;
background:#fff;
}

#contenta {
float:right;
padding-top: 15px;
width:500px;
background:#fff;
line-height: 15px;

}

#sidebar {
float:left;
padding-top:10px;
padding-right:10px;
width:140px;
background:#fff;
line-height: 15px;
}

a,a:active, a:visited {
color:#000;
}

a:hover {
color: #ccc;
}

body {
background:#fff;
color:#000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
margin:0;
line-height: 15px;

padding:0
}

#footer {
clear:both;
height: 50px;
}

#wpcf label {
	clear: both;
	display: block;
	float: left;
	width: 150px;
}
#wpcf input {
	float: left;
	width: 200px;
	padding: 1px;
	margin: 2px 5px 2px 0;
}
#wpcf textarea {
	width: 350px;
	height: 100px;
	padding: 1px;
	margin: 0 5px 10px 0;
}
#wpcf #contactsubmit {
	margin-left: 250px;
	width: 100px;
}
