@charset "utf-8";
body {
	background-color: #FFF;
}

#wrapper {
	width: 830px;
	padding-bottom: 50px;
	background-image: none !important;
}

#wrapper #header {
	display: none;
}
#wrapper #sidebar {
	display: none;
}
#wrapper #sidebar #sidebarTop {
	display: none;
}
#wrapper #sidebar #siderbarTiler {
	display: none;
}
#wrapper #sidebar #sidebarBottom {
	display: none;
}


#wrapper #footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	width: 550px;
	margin-bottom: 40px;
}
#wrapper #content {
	width: 600px;
	margin-left: 50px;
	margin-top: 100px;
	padding-right: 50px;
}

#wrapper #navBar {
	display: none;
}
#wrapper #content h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
	margin-top: -8px;
}
#wrapper #content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 120%;
	color: #000000;
	padding-right: 50px;
}
