﻿/* CSS Template Sheet 1.2 */
body {
	color: #C0C0C0;
	background-color: #FFFFFF;
	padding: 0;
	margin: 0;
	background-image: url(images/pagebkg.png);
	background-repeat: repeat-x;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: 13px;
}
#logo {
	border: 0;
	float: right;
	display: inline;
	vertical-align:top;
	margin-right: 7px;
}
.underline {
	text-decoration: underline;
}
#frame {
	width: 970px;
	background-image: url(images/contbkg.png);
	background-repeat: repeat-y; 
	background-position: 0px 0px;
	margin: 0px auto 0px auto;
}
/* HEADER */
#header {
	width: 970px;
	background-image: url(images/contbkg.png);
	background-repeat: repeat-y; 
	background-position: 0px 0px;
	height: 97px;
	background-color: #FFFFFF;
	overflow: hidden;
}
#header h1 {
	font-size: 38px;
	margin: 15px 0px 0px 25px;
	color: #CC9900;
	padding: 2px 2px 6px 2px;
}
#header h2 {
	border: 1px #000000;
	font-size: 27px;
	margin: 15px 0px 0px 25px;
	color: #CCCC00;
	padding: 2px 2px 6px 2px;
}
#template h1 {
	padding: 30px 0px 0px 53px;
	margin: 0px 0px 0px 0px;
}
#template li, #template a {
	margin-top: 10px;
	margin-right: 220px;
	padding-left: 20px;
	color: #FFE27D;
	font-size: 20px;
	line-height: 23px;
	list-style-type: none;
}
#template p {
	margin-top: 10px;
	margin-right: 20px;
	padding-left: 20px;
	color: #000000;
	font-size: 13px;
}
#template {
	width: 970px;
	background-image: url(images/templatebkg.jpg);
	height: 300px;
	background-repeat: no-repeat;
	overflow: hidden;
	background-position: right;
}
/* FOOTER */
#footer {
	width: 970px;
	height: 100px;
	border: 0;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-left: 0px;
	font-size: x-small;
	text-align: center;
}
.break {
	height: 10px;
	overflow: hidden;
	clear: both;
}
.clean {
	background-repeat: no-repeat;
	background-image: none;
}
.banner{
	padding-left:10px;
	padding-right:10px;
	text-align:center;
}
