body {
	text-align:center;
	margin:0px;
	padding:0px;
	background: #f5f5f5;
}

#wrapper {
	width:800px;
	padding:30px 0px 0px;
	margin-left:auto;
	margin-right:auto;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	background: #FFF;
}


#header {
	width:740px;
	margin: 0 auto 0px;
}

#sideline {
	width:100px;
	float:left;
	background: url(images/stripe.gif) repeat-y;
	height: 400px;
	clear: both;
}

#maincontent {
	width:740px;
	margin-right: auto;
	margin-left: auto;
}

#footer {
	padding: 0px;
	top: 15px;
	position: static;
	height: 15px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	white-space: pre;
	display: block;
}


#topimage {
	float: right;
	width: 600px;
	clear: both;
}

h1 {
	font-size: 13px;
	color: #666;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}

h2 {
	font: normal 11px/180% Verdana, Geneva, sans-serif;
	color: #666;
	text-decoration: none;
}

h3 {
	color: #666;
	text-decoration: none;
	font: normal 11px/12px Verdana, Geneva, sans-serif;
}

h5 {
	color: #666;
	text-decoration: none;
	font: normal 10px Verdana, Geneva, sans-serif;
}

h6 {
	color: #666;
	text-decoration: none;
	font: normal 10px/200% Verdana, Geneva, sans-serif;
}


