body {
	font-family: Trebuchet MS, Helvetica Neue, Helvetica, Arial;
	text-align: center;
	background-color: #2f2f2f;
	font-size: 80%;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #000000;
	margin: 0px auto;
	padding: 1px 0px 0px;
	width: 900px;
	text-align: left;
}
a:link, a:visited, a:hover, a:active {
	color: #FFFFFF;
}
img {
	border: none;
}
#mainContent h1 {
	margin: 0px;
}
/*----------------------------------------------Title----------------*/
#titleBar {
	width: 800px;
	margin: 30px 0px 24px 50px;
}
/*----------------------------------------------Header image---------*/
#headerImage {
	width: 800px;
	margin: 0px 0px 0px 50px;
}
/*-----------------------------------------------Content-------------*/
#contentContainer {
	width: 800px;
	margin: 5px 0px 0px 50px;
	text-align: left;
	background-color: #333333;
	background-image: url(images/ccbg.gif);
	background-repeat: repeat-y;
}
#sideBar {
	float: left;
	width: 230px;
}
#sideNav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#sideNav a {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.25em;
	height: 27px;
	line-height: 27px;
	display: block;
	background-image: url(images/navbg.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	margin-top: 5px;
}
#mainContent {
	margin-left: 235px;
}
#mainContent p {
	color: #ffffff;
	padding: 0px 40px;
	font-size: 0.85em;
	text-align: justify;
}
h1 {
	color: #ffffff;
	font-size: 1.5em;
	font-weight: bold;
	text-align: left;
	padding-top: 40px;
	padding-left: 40px;
}
#partner_images {
	text-align: center;
}
#partner_images img {
	margin: 8px;
}
#gallery img {
	margin: 8px;
}
/*--------------------------------------------------Footer---------*/
#footer {
	width: 800px;
	margin-top: 5px;
	margin-left: 50px;
}
#footer ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#footer li {
	color: #ffffff;
	font-size: 0.8em;
	font-weight: bold;
}
#footer a {
	text-decoration: none;
	color: #ffffff;
}
#footer img {
	border: none;
	margin-top: 5px;
}
#footer .textLeft {
	float: left;
	width: 50%;
}
#footer .textRight {
	text-align: right;
}
#footer .textLeft li {
	display: inline;
}
/*-----------------------Clearing break tag (bottom of contentContainer)----*/
.clearing {
	clear: both;
	font-size: 1px;
	line-height: 0px;
	height: 0px;
}
