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

body{
	margin:0 auto;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:.8em;
}
.wrapper{
	width:320px;
	margin:0 auto;
}
.header{
	width:320px;
	text-align:center;
	height:100px;
	margin-top:50px;
}
.menu{
	width:320px;
	text-align:center;
	font-size:1.6em;
}
.content{
	width:320px;
	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:320px;
	height:auto;
}
#mainlogo {
	width:320px;
	height:auto;
	
}
#form1 {
	width:320px;
}
#name {
	width:280px;
	height:14px;
}
#from {
	width:280px;
	height:14px;
}
#subject {
	width:280px;
	height:14px;
}
#message {
	width:315px;
	height:100px;
}