<!-- orange: #FF6600 ->
<!-- gray: #CCCCCC ->

body {
	margin: 0px auto;
	background-color:#CCCCCC;
	text-align: left;
}

p {
	font: Tahoma;
	color: #000000;
	font-size: 90%;
	line-height: 1.6em;
}

a {
	text-decoration: none;
	color: #FF6600;
}

a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}

#container {
	text-align: left;
	margin: 0px auto;
	width: 800px;
	background: #FFFFFF;
	margin: 0px auto;
}

#header {
	width: 100%;
	height: 216px;
	background: transparent;
	margin: 0px auto;
	padding: 0px;
}

#left {
	width: 416px;
	height: 216px;
	float: left;
	margin: 0px auto;
	background: transparent;
}

#right {
	width: 384px;
	height: 216px;
	position: relative;
	float: right;
	top: -16px;
}

#right ul {
	list-style: none;
}


#right #featured {
	height: 216px;
	float: right;
	width: 384px;
	border: none;
	padding: 0;
}

#right img#featuredImage {
	width: 384px;
}

#topBar {
	width: 790px;
	padding: 5px;
	height: 50px;
	text-align: center;
	background-color: #FF6600;
	text-align: center;
}

#content {
	margin: 0px auto;
	width: 780px;
	background: transparent;
	padding: 10px;
	min-height: 300px;
}

#footer {
	margin: 0px auto;
	clear: both;
	height: 40px;
	background-color: #FF6600;
	width: 800px;
	padding: 5px 0px 10px 0px;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFFF;
	text-decoration: underline;
}

h1 {
	font: Tahoma;
	color: #FF6600;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
}

h2 {
	font: Tahoma;
	color: #000000;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
}
