body {
	margin: 0;
	padding: 0;
	background-color: #CCCCCC;
	color: Black;
	font-family: Georgia;
}
html, body, #container {
	min-height: 100%;
	width: 700px;
	height: 100%;
	margin-left: auto;
	margin-right : auto;
}
html>body, html>body #container {
	height: auto;
}
#container {
	background-color : #FFFFCC;
	border-left : 1px solid #000000;
	border-right: 1px solid #000000;
}
#header {
	height: 85px;
	padding-top: 5px;
	padding-left: 5px;
  border-bottom: 1px solid #000000;
	background-image : url(background.jpg);
	background-repeat : repeat;
}
#header .strapline {
float: right;
   	font: italic 110% Verdana, Georgia, "Times New Roman", Times, serif;
	color: #CC0000;
	background-color: transparent;
	margin-left : 10px;
	margin-right: 20px;
	margin-top: 30px;
	text-align : center;
	z-index : 1;
}
#header .logo {
	float: right;
	margin: 0px;
	margin-right: 5px;
}
#header .sponsor{
	float: right;
	margin-right: 10px;
	margin-top: 30px;
	margin-left: 0px;
	margin-bottom: 0px;
	border: 1px solid black;
}
#contents {
	padding: 50px;
}
h1 {
    background-color : Black;
	color : White;
	margin: 0;
	padding: 3px;
	font-size : 75%;
}
.offer {
	line-height: 20px; 
	padding: 5px;
	font-style : italic;
}
.borderleft img{
	float: left;
	border: 1px solid #CCCCCC;
	padding: 2px;
	margin-top: 3px;
	margin-right: 3px;
	/*margin-bottom: 3px;*/
}
.borderright img{
	float: right;
	border: 1px solid #CCCCCC;
	padding: 2px;
	margin-top: 3px;
	margin-right: 3px;
	/*margin-bottom: 3px;*/
}
.contact{
	padding: 5px;
	color : #CCCCCC;
	font-size: 80%;
	float: none;
}
#nav {
	/*position: absolute;
	top: 110px;
	right: 0px;*/
	float: right;
	width: 150px;
    border-bottom: 1px solid #CCCCCC;
	color : Black;
	text-align : center;
	font-size : 80%;
}
#nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#nav li{
	width: 150px;
	border-top: 1px solid #CCCCCC;
	margin : 0;
	padding : 0;
	vertical-align: center;
}
#nav a:link, #nav a:visited{
	display: block;
	padding: 5px;
	border: 0;
	color : #CCCCCC;
	text-decoration : none;
}
#nav a:hover{
	color: #CCCCCC;
	text-decoration: underline;
}
.borderleft{
	border: 1px solid #000000;
	padding: 3px;
	float: left;
	width: 500px;
	margin-bottom: 10px;
	background-color : #FFFFFF;
}
.borderright{
	border: 1px solid #000000;
	padding: 3px;
	float: left;
	width: 500px;
	margin-bottom: 10px;
	background-color : #FFFFFF;
}
#main{
	float: right;
	border: 1px solid #000000;
	margin-left:10px;
}
#sub{
	float: left;
	border: 1px solid #000000;
	margin-right:10px;
}
#coname{
	width:250px;
	float:right;
	font-family: sans-serif;
	font-size : 50px;
}
.paragraph{
	padding-top: 15px;
	vertical-align : top;
}
.links{
	text-align : center;
}
.wch{
	font-size: 0.5em;
	text-transform : uppercase;
}
.imageLeft{
	float: left;
	border: 1px solid #000000;
	margin-right: 3px;
}
.imageRight{
	float: right;
	border: 1px solid #000000;
	margin-left: 3px;
}
.topParagraph{
	padding-top : 10px;
}
.email_form{
	border: 1px solid #CCCCCC;
}
.caption{
	font-size : 0.9em;
	vertical-align : top;
}
td.input textarea{
	width: 98%;
}
.email {
	text-align: center;
}
#links {
	margin : 0;
}
#links li{
	list-style: none;
}
