body {
	margin: 0px;
	font-family: verdana;
	font-size: 10pt;
	padding: 0px;
	background: #F4F4F4 url(bg.jpg) repeat-x;
	text-align: center;
}
a,a:visited,a:active {
	color: #444444;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 7pt;
}
a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
	font-size: 7pt;
}
h1 {
	font-size: 13pt;
	font-weight: bold;
	font-family: georgia;
	color: #444444;
	text-transform: uppercase;
	padding: 0;
	margin-bottom: 10px;
}
#main {
	margin: 0 auto;
	width: 750px;
}
#top {
	width: 750px;
	height: 100px;
	background: url('header.jpg') no-repeat;
	text-align: left;
}
#top h1 {
	font-size: 10pt;
	font-weight: bold;
	font-family: verdana;
	color: #FFFFFF;
	text-transform: uppercase;
	padding-left: 48px;
	padding-top:27px;
	padding-bottom: 0px;
	margin: 0px;
	text-align: left;
}
#top h2 {
	font-size: 8pt;
	font-weight: normal;
	font-family: verdana;
	color: #EAEAEA;
	text-transform: uppercase;
	padding-left: 48px;
	padding-top: 0px;
	margin: 0px;
	text-align: left;
}
#side {
	width: 200px;
	float: right;
	text-align: left;
}
.section {
	width: 200px;
	margin-top: 10px;
	height: 20px;
	text-align: center;
	background: #BCBEC4;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 20px;
}
.sectioncontent {
	width: 200px;
	background: #EAEAEA;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}
#content {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
	width: 540px;
	text-align: left;
	color: #494A4C;
	line-height: 16px;
}
#footer {
	clear: both;
	width: 750px;
	height: 20px;
	background: url('footer.jpg') no-repeat;
	color: #FFFFFF;
	text-align: left;
	margin-bottom: 10px;
}
#footercontent {
	line-height: 20px;
	padding-left: 35px;
	text-align: left;
}
input {
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}
b {
	text-transform: uppercase;
	font-size: 7pt;
	color: #4278AE;
}
hr {
	text-align: left;
	border: none 0;
	margin: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: 1px dashed #444444;
	height: 1px;
}
.screenshot {
	border: 1px dashed #a5a5a5;
	text-align: center;
	padding: 5px;
}