@charset "UTF-8";
html {
	 background: #000;
}
body {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000;
	padding: 0px;
	margin: 30px 0px 10px 0px;
}
a {
	text-decoration: none;
	color: #9BB6D3;
}
a:hover {
	text-decoration: none;
	color: #CBDBE5;
}

h1 {
	font-size: 24px;
	line-height: 26px;
	font-weight: 100;
	padding: 0px;
	margin: 0px;
}
h2 {
	font-size: 12px;
	line-height: 14px;
	font-weight: 100;
	padding: 0px;
	margin: 0px;
}
img {
	margin: 0px;
	border: 0px;
	padding: 0px;
}
.imgLeft {
	margin: 0px;
	border: 0px;
	padding: 0px 10px 10px 0px;
	float: left;
}
.imgRight {
	margin: 0px;
	padding: 0px 0px 10px 10px;
	float: right;
}
.wrapper {
	width: 900px;
	background-color: #222325;
	text-align: left;
	padding: 0px;
	margin: 0px auto;
	border: 1px solid #000000;
}
.content {
	width: 900px;
	background-image: url(../images/bg-center.jpg);
	background-repeat: no-repeat;
	height: 360px;
	padding: 0px;
	margin: 0px;
	background-position: center top;
}
.contentMedia {
	width: 900px;
	background-image: url(../images/bg-center2010.jpg);
	background-repeat: no-repeat;
	height: 400px;
	padding: 0px;
	margin: 0px;
	background-position: center top;
}
.contentColLeft {
	width: 710px;
	float: left;
	padding: 10px 0px 0px 10px;
	margin: 0px;
}
.contentColRight {
	width: 160px;
	float: right;
	text-align: right;
	font-size: 13px;
	text-transform: uppercase;
	color: #888888;
	padding: 35px 10px 0px 0px;
	margin: 0px;
}
.ThumbBox {
	float: left;
	width: 150px;
	height: 145px;
	font-size: 9px;
	line-height: 14px;
	text-transform: uppercase;
	background-color: #313439;
	border: 1px solid #171717;
	margin: 0px 5px 5px 0px;
	padding: 10px;
	overflow: hidden;
}
.pad20 {
	margin: 0px;
	border: 0px;
	padding: 20px;
}


/* Miscellaneous classes for reuse */
.forward { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.back { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
}
.link {
	font-variant: normal;
	text-transform: lowercase;
	color: #FF6600;
}

