﻿html,body{
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: 900px;
	width:900px;
	margin: 0 auto -122px;
}
.push {
	height: 10px;
}

a:link {color: #8e8e8e;}
a:hover {color: #84b0d6;}
a:visited {color: #8e8e8e;}
a:active {color: #84b0d6;}

.logo{
	text-align:center;
	width:647px;
	height:165px;
	margin:0 auto;
	padding-top:50px;
	padding-bottom:20px;
	color:#8e8e8e;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
}

.logotxt{
	text-align:center;
	width:647px;
	height:30px;
	margin:0 auto;
	padding-bottom:20px;
	color:#8e8e8e;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
}


#main{
	text-align:left;
	width:900px;
	height:311px;
	margin:0 auto;
}

#webtext{
	text-align:left;
	width:855px;
	height:85px;
	margin:0 auto;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	color:#8e8e8e;
	font-size:13px;
}

#webcopyright{
	text-align:left;
	width:460px;
	height:25px;
	margin:0 auto;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	color:#8e8e8e;
	font-size:10px;
	text-align:center;
}


.left{
	width:300px;
	height:288px;
	padding-top:10px;
	float:left;
}

.lefttext{
	width:160px;
	height:41px;
	text-align:center;
	padding-top:10px;
	padding-right:30px;
	margin:0 auto;
}

.middle{
	width:300px;
	height:288px;
	padding-top:10px;
	text-align:center;
	float:left;
}

.middletext{
	width:140px;
	height:51px;
	text-align:center;
	padding-top:10px;
	padding-left:10px;
	margin:0 auto;
}

.right{
	width:300px;
	height:288px;
	padding-top:10px;
	text-align:right;
	float:left;
}

.righttext{
	width:120px;
	height:53px;
	text-align:center;
	padding-top:10px;
	padding-left:50px;
	margin:0 auto;
}

.facebook{
	width:181px;
	height:68px;
	padding-top:20px;
	margin:0 auto;
	padding-left:330px;
}

.footer{
	height:122px;
	background-image:url('images/footerbckgrnd.gif');
	background-position:bottom center;
	background-repeat:repeat-x;
	left:0;
	right:0;
	width:100%;
}

#ftr{
	text-align:left;
	width:900px;
	height:95px;
	margin:0 auto;
	padding-top:27px;
}

.leftft{
	width:275px;
	height:67px;
	float:left;
}

.rightft{
	width:242px;
	height:67px;
	float:right;
	padding-right:5px;
}

.nobord{
	border-width: 0px;
}
* {
	margin: 0;
}


