@charset "UTF-8";
/* CSS Document */

body{
	margin:0 auto;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:.8em;
}
.wrapper{
	width:1000px;
	margin:0 auto;
}
.header{
	width:1000px;
	height:200px;
	text-align:center;
	margin-top:100px;
}
.menu{
	width:1000px;
	line-height:1.6em;
	text-align:center;
}
.content{
	width:1000pxx;
	margin-top:30px;
}
.footer{
	margin-bottom:100px;
	margin-top:100px;
	text-align:center;
}
img{
	max-width:100%;
	max-height:auto;
	margin:0;
}
a{
	text-decoration:none;
}
a:link {
    color: #333;
}
a:visited {
    color: #333;
}
a:hover {
    color: #999;
}
a:active {
    color: #999;
}
#clientimg {
	width:333px;
	height:auto;
}
#mainlogo {
}
#form1 {
	width:800px;
}
#name {
	width:600px;
	height:14px;
}
#from {
	width:600px;
	height:14px;
}
#subject {
	width:600px;
	height:14px;
}
#message {
	width:700px;
	height:100px;
}