#wrapper {
	width: 936px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #666;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #666;
	background-color: #000;
}
.feedbackform {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 30px;
	background-color: #0A6594;
	background-image: url(../images/layout/feedback/bg.jpg);
	background-repeat: repeat-x;
	color: #FFF;
	margin: 8px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#header {
	background-image: url(../images/layout/header.jpg);
	height: 150px;
	width: 936px;
	background-repeat: no-repeat;
}
#navigation {
	height: 30px;
	width: 936px;
	background-image: url(../images/layout/menu/bg.jpg);
	background-repeat: repeat-x;
}
#pageImg {
	width: 936px;
}
#pagecontent {
	background-color: #000;
	float: left;
	width: 736px;
}
#wrapper h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #0CF;
	text-transform: uppercase;
	border-top-style: inset;
	border-top-width: thin;
	border-top-color: #CCC;
	margin: 10px;
	letter-spacing: 1px;
	font-style: normal;
	line-height: normal;
}

#sidebar {
	background-color: #000;
	float: right;
	width: 192px;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #CCC;
	margin: 0px;
	padding-right: 3px;
	padding-left: 3px;
}
.sidebartitle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #0CF;
	text-decoration: none;
	background-color: #333;
	height: 30px;
	line-height: 28px;
	text-align: left;
	text-indent: 10px;
	background-image: url(../images/layout/sidebar/bg.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.textbox {
	background-color: #FFF;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	color: #000;
	border: thin solid #FFF;
}


#footer {
	background-color: #232323;
	height: 40px;
	width: 936px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 20px;
	color: #FFF;
	text-align: center;
}

#footer a {
	color: #FFF;
}
#pagecontent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	margin: 0px;
}
#wrapper #pagecontent p {
	margin: 10px;
}
.sidetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
}
.downloads {
	padding-bottom: 5px;
	float: none;
}
