html, body 	{ height: 100%; }

body { 
	text-align: center; 
	font-family: Calibri, Arial, Verdana; 
	color: #333333; 
	background: url(../images/bground.jpg) repeat-x top center;
}

body#contentpage #header h1 {
	position: absolute;
	z-index: 90;
	width: 280px;
	height: 190px;
	text-indent: -9999px;
	background: url(../images/logo.png) no-repeat;
}

body#contentpage #header h1 a {
	width: 280px;
	height: 140px;
	display: block;
}

a{
	color: #333333;
	text-decoration: none;
}

a:hover{
	color: #000000;
}

h2, h3{
	color: #3687C9;
}
			

#wrapper {
	width: 940px;
	margin: 0 auto;
	text-align: left;
	margin: 0 auto;
}

#header {
	width: 940px;
	height: 75px;
	background: url(../images/header2.gif) no-repeat;
}

#main-wrapper {
	width: 940px;
}

#main-header {
	width: 940px;
	height: 95px;
	background: url(../images/main-bground.png) no-repeat;
}

#main-copy {
	width: 904px;
	margin-left: 18px;
	background: url(../images/main-inner-bground.png) repeat-y;
}

#main-copy div.inner {
	padding: 27px 27px 0 27px;
}

#main-copy div.innertyf {
	padding: 0 27px 0 27px;
}

#main-footer {
	width: 904px;
	margin-left: 18px;
	height: 25px;
	background: url(../images/main-footer-bground.png) no-repeat;
}

#footer {
	color: #888;
	font-size: 14px;
}

#footer a {
	color: #069;
	text-decoration: none;
}
