@charset "utf-8";
/* CSS Document */
html, body{
	min-height:100%;
}
body{
	background: #FFF url(images/layout/background-tile.gif) repeat-x left bottom;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}
h1{
	background:url(images/layout/header-bar.gif) repeat-x left center;
	height:60px;
	margin:0;
	padding:0;
}
h2{
	color:#000;
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:0 ;	
}
p{
	color:#363636;
	font-size:12px;
}

a:link, a:visited{
	text-decoration:none;
	color:#fff;
}
a:active, a:hover{
	text-decoration:none;
	color:#c9171d;
}
#layout{
	width:800px;
	margin:0 auto;
}
#content{
	margin: 20px 0 0 0;
}
#header{
	background:url(images/layout/hand-logo.gif) no-repeat center center;
	width:384px;
	margin:0 auto;
	height:152px;
}

#leftDiv{
	width:400px;
	float:left;
	padding:20px;
	color:#363636;
	font-size:12px;
}
#rightDiv{
	padding:10px 20px 10px 0px;
	margin:0;
	width:320px;
	float: right;
}
#footer{
	font-size:10px;
	text-align:center;
	color:#fff;
}
/*----------------------------------------CONTACT----------------------------------------------*/

label{
letter-spacing: 0.1em;
}
input.hand {
border: 1px solid #c9171d;
background:#f7f6f1;
width: 180px;
height:17px;
font-size: 11px;
color: #7e7e7e;
padding:10px;
}

textarea{
border: 1px solid #c9171d;
background:#f7f6f1;
width: 180px;
height:120px;
font-size: 11px;
color: #7e7e7e;
padding:10px;

}
.button {
 font: 11px Verdana, Arial, Helvetica, sans-serif;
 color: #6a675c;
 text-transform:uppercase;
 padding: 8px;
 width: 130px;
 height:30px;
 }
.labelcell{
vertical-align: top;
padding: 8px 50px 8px 50px;
font-size:12px;
color:#444444;
text-align:right;
}

