body {
	color:#333333;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	background:url(images/bg-content.jpg) repeat-y center;
	font-family: "Trebuchet MS";
	font-size: 14px;
}
   
	
#heading {
	width:100%;																																																																																					
	height: 150px;
	background:url(images/bg-heading.png) repeat-x;
	}
	
#heading-content {
	width: 800px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	}
	
#content {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	min-height: 500px;
	}
	
#content-left {
	float:left;
	width: 550px;
	}
	
#content-left img {
	border: 1px solid #000000;
	margin: 4px;
	}
	
#content h1 {
	text-align:center;
	font-size: 22px;
	}

/*Contact Form-------*/
input.textinput {
	background-color:#FFFFCC;
	border: 1px dotted #666666;
	}
	
textarea.comments {
	background-color:#FFFFCC;
	border: 1px dotted #666666;
	}
	

#content-right {
	float:right;
	width: 220px;
	margin-top: 20px;
	}
	
#content-right img {
	border: 0;
	}
	
#registration {
	font-size: 10px;
	}
	
a:link { color: #000099; }
a:visited { color: #000099; }
a:active { color: #000099; }
a:hover { color: #666666; text-decoration:none;}

#footer {
	margin-left: auto;
	margin-right:auto;
	width: 100%;
	height: 100px;
	background: url(images/bg-footer.png) repeat-x;
	color: #FFFFFF;
	clear:both;
	}
	
#footer a {
	color: #FFFFFF;
	text-decoration:underline;
	}
	
#footer a:hover {
	color:#999999;
	text-decoration:none;
	}

