html {
	height: 100%;
}

body {
	height: 100%;
	background: #fff;
	margin:0px;
	text-align:center;
	font-family: Tahoma, Helvetica, Sans Serif;
	font-size: 12px;
	background: url(../images/bg.gif) center repeat-y;
}
img {
	border:0;
}

a {
	color:#000;
	font-weight:normal;
	font-size: 12px;
}

a:hover {
	color:#fff;
	text-decoration:underline;
}

#wrap {
	width:989px;
	margin:0 auto;
}

#header {
	padding-bottom:6px;

}
#footer{

}
#content{
	background: url(../images/content_bg.gif) repeat-x;
	padding:23px 76px 50px 76px;
}
h1{
	margin-top:30px;
	margin-bottom:15px;
	font-size: 12px;
	color: #6796cf;
}
h2{
	font-size: 12px;
	color: #515050;
	font-weight:bold;
}
h3{
	padding:0px;
	margin:0px;
	font-size: 18px;
	color: #515050;
	font-weight:bold;
}

p, div{
	font-size: 12px;
	color: #515050;
	text-align:justify;
}

input{
	width: 170px;
	margin: 4px 0 8px 0;
	border: 1px solid #959595;
}
input#submit{
	color:white;
	width: 140px;
	background:#5688d8;
	font-weight:bold;
	border: 1px solid #6995dc;
	margin-left: 304px;
}         
form h1{
	font-size:18px;
}               
textarea{
	width:440px;
	height:170px;
	margin: 8px 0 16px 0;
}
.alert{
	color:red;
	vertical-align:middle;
	padding: 0 0 0 10px;
}

