*{
	padding: 0px;
	margin: 0px;
}

html, body {
	height: 100%;
	width: 100%;
	text-align: center;
	background-color: #E8E8E8;
	
}
body {
	
	font-family: "Trebuchet MS", Verdana;
	color: #757778;
	font-size: 12px;
	}
	
.clear{
	height: 1px;
   font-size: 1px;
	clear: both;
	width: 1px;
}
	
.clearinline{clear: both;}

#wrapper{
	position: relative;
	width: 776px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFF;
	min-height: 100%;

}

* html #wrapper {height: 100%;}

img.logo{
	margin-left: 245px;
	margin-top: 10px;
}

#content{
	position: relative;
	width: 430px;
	float: left;
	left: 30px;
	margin-bottom: 100px;
}

#footer {
	position: absolute; 
	bottom: 0; 
	left: 0;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
	width: 100%;
	border-top: 2px solid #E8E8E8;
	}

p#footer a{
	text-decoration: none;
}

#border{
	border-top: 12px solid #162E38;
	clear: left;
	height: 185px;
}
