#header {
	height:120px;
	background : none;
}
body{
	background : #131719 url(../pics/global/background2.jpg) top repeat-x;
}
#content{
	width: 900px;
	/*height:350px;*/
	margin: auto;
	clear:both;
}
#left{
	width:500px;
	/*height:470px;*/
	float:left;
	background : url(../pics/services/line.png) top right no-repeat;
}
#right{
	width:400px;
	height:100%;
	float:right;
}
#left h1{
	width:480px;
	color:#ddd;
	line-height:24px;
	font-size:1.4em;
	font-family:verdana;
}
#left p{
	margin-top:16px;
	width:480px;
	color:white;
	font-size:0.8em;
	font-family:verdana;
}
#right p{
	width:300px;
	margin:50px;
	font-size:0.8em;
	color:white;
	font-family:verdana;
}
label{
	float:left;
	font-size:1.0em;
	color:white;
	font-family:arial;
	font-weight:bold;
	clear:both;
}
input{
	width:250px;
	clear:both;
	font-size:1.0em;
	color:white;
	font-family:verdana;
	border:1px solid #aaa;
	background:none;
	margin-top:5px;
}
textarea{
	width:450px;
	height:150px;
	clear:both;
	font-size:0.8em;
	color:white;
	font-family:verdana;
	border:1px solid #aaa;
	background:none;
}
#send{
	height:22px;
	width:211px;
	margin-left:145px;
}