body, input, textarea{margin:0px; padding:0px; font-family: 'Open Sans', sans-serif;}

#mainWidth{width:960px}
#leftWidth{width:659px; float:left}
#rightWidth{width:301px; float:right}

p.title{
	font-size:22px;
	color:#201F1F;
	font-weight:lighter;
}
p.desc{
	font-size:14px;
	color:#201F1F;
	font-weight:lighter;
	margin-top:5px;
}

p.info{
	font-size:13px;
	color:#201F1F;
	font-weight:lighter;
	margin:0;
	padding:15px 12px 20px 14px;

}
p.brand{
	font-size:18px;
	font-weight:bold;
	color:#211F1F;
}
p.address{
	font-size:13px;
	font-weight:normal;
	color:#211F1F;
}
.hr {
    height: 1px;
	margin-left:14px;
    background:#F0F0F0;
    width:270px;
    font-size: 1px; /* IE 6 */
}

input.text{
	width:267px;
	height:38px;
	background-color:#FFF;
	font-size:13px;
	color:#C7C7C7;
	font-weight:lighter;
	border:none;
	padding-left:3px;
	margin-top:8px;
}
input.button{
	width:270px;
	height:32px;
	background-color:#29AAE2;
	font-size:13px;
	color:#FFF;
	font-weight:lighter;
	border:none;
	padding-left:3px;
	margin-top:8px;
	cursor:pointer;
}
textarea.text{
	width:267px;
	height:60px;
	background-color:#FFF;
	font-size:13px;
	color:#C7C7C7;
	font-weight:lighter;
	border:none;
	padding-left:3px;
	margin-top:8px;
}
a.sendMail{
	text-decoration:none;
	color:#27AAE0;
}
a.sendMail:hover{
	text-decoration:underline;
}