#wrapper {
	display: block;
	position: relative;
	background-color: none;
	width: 813px;
	min-width: 813px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

body {
	margin: 0px;
	padding: 0px;	
	background: url(images/bg.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	font-size: 13px;	
	font-family: Helvetica, sans-serif;
	color: #363636;				
}

img {
	border: 0px;
	text-decoration: none;
}	

a {
	text-decoration: none;
}

a:link {
	color: #363636;
}

a:visited {
	color: #363636;
}
	
a:hover {
	text-decoration: none;
	color: #ff3300;	
}

a:active {
	color: #363636;
}

li {
	list-style-type: disc;
	color: #ff3300;	
	margin-left: -10px;	
}

.ie-hide {
	_display: none;
}

#edges {
	width: 813px;
	height: 14px;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/top.png",sizingMethod="scale");		
}

#tagline {
	width: 813px;
	height: 90px;
	background-color: white;
}

#topnavigation {
	width: 813px;
	height: 36px;
}

#banner {
	width: 813px;
	height: 184px;
}

#bottomnavigation {
	width: 813px;
	height: 29px;
}

#main {
	position: relative;
	width: 813px;
	height: 212px;
	background-color: white;
}

#mainpic {
	display: inline;	
	float: left;
	width: 460px;
	height: 190px;
	margin: 10px;
	border: 1px solid silver;
}

#maintext {
	position: absolute;
	top: 11px;
	left: 285px;	
	margin-left: 15px;
	padding: 0px;
	width: 161px;
	height: 180px;
	font-size: 90%;
	line-height: 12pt;		
}

.stepcarousel{
position: relative; /*leave this value alone*/
border: 0px solid black;
overflow: scroll; /*leave this value alone*/
width: 813px; /*Width of Carousel Viewer itself*/
height: 220px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 2px; /*margin around each panel*/
width: 160px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

p {
	margin: 6px 0px;	
}

h1 {
	font-size: 100%;
	font-weight: bold;
	line-height: 10pt;	
	margin-bottom: 0px;
}

h2 {
	font-size: 180%;
	color: white;
	line-height: 10pt;
	margin-bottom: 10px;
}

h3 {
	font-size: 85%;
	line-height: 10pt;
	margin-top: 1px;				
}

h3 a, h3 a:link, h3 a:visited {
	text-decoration: none;
	color: #ff3300;	
}

h3 a:hover {
	color: #363636;	
}

h3 a:active {
	color: #ff3300;
}

#headlines {
	display: inline;	
	float: left;
	width: 323px;
	height: 51px;
	margin-top: 10px;
	font-size: 95%;
	line-height: 14pt;		
}

#links {
	position: absolute;
	top: 46px;
	left: 475px;
	width: 323px;	
}

#events {
	width: 813px;
	height: 232px;
	background-color: white;
}

.event {
	display: inline;	
	float: left;
	margin: 5px 5px 10px 5px;
	padding: 5px;
	width: 140px;
	height: 200px;
	border: 1px solid silver;
	font-size: 95%;
	line-height: 12pt;
	background-image: url(images/silverbackground.jpg);
	background-repeat: repeat-x;
	background-position: bottom right;
}

.footer a, .footer2 a {
	text-decoration: none;
}

.footer a:link, .footer2 a:link {
	color: #363636;
}

.footer a:visited, .footer2 a:visited {
	color: #363636;
}
	
.footer a:hover, .footer2 a:hover {
	text-decoration: none;
	color: #ff3300;	
}

.footer a:active, .footer2 a:active {
	color: #363636;
}

.texts {
	position: absolute;	
	top: 10px;
	left: 45px;
	text-align: left;	
}

.facebook {
	position: relative;	
	margin: 0px 0px 10px 0px;		
}

.footer2 {
	display: inline;
	float: left;		
	width: 150px;
	height: *;
	margin: 10px 0px 0px 20px;
	font-size: 95%;
	line-height: 15pt;
	text-align: left;
	color: #363636;
	background-color: white;
}

.footer {
	display: inline;
	float: left;		
	width: 200px;
	height: *;
	margin: 10px 0px 0px 20px;
	font-size: 95%;
	line-height: 15pt;
	text-align: left;
	color: #363636;
	background-color: white;
}

#footer {
	position: relative;
	width: 100%;
	height: 120px;
	background-color: white;
}

#bottom {
	width: 813px;
	height: 14px;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/bottom.png",sizingMethod="scale");		
}

