/* MAIN CSS FOR THE SITE */

/*
div {
	border:1px dotted #000099;
}/* uncomment this block of code to help with layout debugging in browsers */

body, html {
	margin:0;
	padding:0;
}

body {
	background:#000 url(../images/site/body_bg.jpg) top center repeat-x;
}

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

.clearer {
	clear:both;
	display:block;
	height:1px;
	margin-bottom:-1px;
	font-size:1px;
	line-height:1px;
}



#header {
	background:#000;

}

#headerRight {
	color:#fff;
	float:right;
	display:relative;
	padding:5px;

}

#header a:link, #header a:visited {
	color:#fff;
	text-decoration:none;
}
#header a:hover{
	color:#fff;
	text-decoration:underline;
}

/*------------------- CONTENT AREAS -------------------*/
#content {
	background:url(../images/site/content_bg.jpg) top center repeat-y;
}
#topContentBg {
	background:url(../images/site/content_bg_curve.jpg) top center no-repeat;
	min-height:137px;	/* hack to help IE7 */
	
}
* html #topContentBg { /* hack to help IE6 */
	height:137px;
}
#topContentBg2 {
	background:url(../images/site/swoosh_bg.jpg) top center no-repeat;
	min-height:137px;	/* hack to help IE7 */

}
* html #topContentBg2 { /* hack to help IE6 */
	height:137px;

}

#rightCol {
	width:650px;
	position:relative;
	float:right;
	display:block;
	text-align:left;
	min-height:235px;
			border-top:1px solid white;	
}

* html #rightCol { /* hack for IE6 */
	height:235px;
}

#leftCol {
	width:110px;
	position:relative;
	float:left;
	text-align:left;
	padding:20px 0 0 0;
	
}

#leftCol ul {
	list-style: none;
	margin:0;
	padding:0;
	text-align:left;
}

#leftCol li { /* all list items */
	float: left;
	width:110px;
}

#leftCol ul li a{
	text-align:left;
}

#leftCol a:link, #leftCol a:visited, #leftCol a:hover  {
	background:url(../images/site/nav_bg.jpg) top left no-repeat;
	color:#fff;
	text-decoration:none;
	display:block;
	padding:0.5em 0.75em;
	font-size:8pt;
	font-weight:bold;
}

#leftCol a:hover {
	color:#fe9;
}

#bottomContent {
}

/*------------------- FOOTER -------------------*/
#footer {
	width:800px;
	margin:0 auto;
	font-size:8pt;
	color:#fff;
	text-align:center;
	padding: 10px 0;
	background:#000;
}

#footer a:link, #footer a:visited {
	color:#fff;
	text-decoration:none;
}

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