body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-image: url(../img/main_background.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 9b9b9b;
}

img { margin: 0; padding: 0; border: none; }



.left { float: left; }
.right { float: right; }
.center { text-align: center; }


#container {
	margin: 16px auto;
	width: 90%;
	background-image: url(../img/content_background2.png);
}


#header {
	display: block;
	height: 160px;
	background-image: url(../img/header_sidemiddle.gif);
}

#header .titletop {
    width:200;
	height:12;
	text-align:right;
	font-size:10px;
	background-image: url(../img/main_background.gif);
}

#header .titleLeft {
	float: left;
	width: 24px;
	height: 144px;
	background-image: url(../img/header_titleLeft.gif);
}

#header .titleMiddle {
	float: left;
	height: 144px;
	background-image: url(../img/header_titleMiddle.gif);
}

#header .titlePad {
	font-size: 24px;
	margin: 56px 24px;
	color: #00ffff;
}

#header .titleRight {
	float: left;
	width: 8px;
	height: 144px;
	background-image: url(../img/header_titleRight.gif);
}

#header .sideRight {
	float: right;
	width: 8px;
	height: 144px;
	background-image: url(../img/header_sideRight.gif);
}


#navigation {
	display: block;
	height: 32px;
	background-image: url(../img/navigation_background.png);
	border-left: 1px solid #1a1f26;
	border-right: 1px solid #1a1f26;
}

#navigation .link {
	width: 128px;
	height: 32px;
	float: left;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	background-image: url(../img/navigation_link.png);
	background-position: 0 32px;
}

#navigation .linkCurrent {
	width: 128px;
	height: 32px;
	float: left;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	background-image: url(../img/navigation_link.png);
	background-position: 0 32px;
}

#navigation a {
	display: block;
	width: 100%;
	height: 24px;
	color: #647287;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin: 0;
	padding-top: 8px;
	background-image: url(../img/navigation_link.png);
	background-position: 0 0;
}

#navigation .linkCurrent a { background-image: none; color: #8694A9; }

#navigation a:hover { background-image: none; color: #8694A9; }

#navigation .right
{
	float: left;
	width: 12px;
	height: 32px;
	background-image: url(../img/navigation_linkright.png);
}


#bottomBox {
	background-image: url(../img/content_background.png);
	background-position: top right;
	background-repeat: repeat-y;
	border-left: 1px solid #1a1f26;
	border-right: 1px solid #1a1f26;
	padding-top: 12px;
	
}


#sidebar { 
	width: 160px; 
	float: right;
	padding-right: 7px;
}

#sidebar .top {
	width: 144px;
	height: 32px;
	background-image: url(../img/sidebar_heading.png);
	float: right;
}

#sidebar .middle {
	width: 144px;
	background-image: url(../img/sidebar_middle.png);
	float: right;
}

#sidebar .bottom {
	width: 144px;
	height: 4px;
	background-image: url(../img/sidebar_bottom.png);
	background-repeat: no-repeat; /*stupid IE fix*/
	float: right;
	margin-bottom: 16px;
}

#sidebar .link {
	width: 144px;
	height: 24px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	background-image: url(../img/sidebar_link.png);
	background-position: 0 24px;
	
}

#sidebar .link a {
	display: block;
	width: 100%;
	height: 20px;
	color: #647287;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin: 0;
	padding-top: 4px;
	background-image: url(../img/sidebar_link.png);
	background-position: 0 0;
}

#sidebar .link a:hover { background-image: none; color: #8694A9; }
#sidebar .link a:active { background-image: none; }


#sidebar h3
{
	font-size: 12px;
	font-weight: bold;
	color: #505b6c;
	text-align: center;
	margin: 5px 0;
}

#sidebar p
{
	padding: 0 4px;
	font-size: 11px;
	color: #6c747e;
}

#sidebar img {
	margin-top: 4px;
	margin-bottom: 2px;
	border: 1px solid #191e25;
	padding: 1px;
	background-color: #485363;
}

	
#content {
	
	margin-right: 160px;
	padding-left: 16px;
	padding-right: 16px;
}

* html #content { height: 0.01%; } 
#contentEnd { clear: both; height: 0; } 

#content .divider {
	height: 2px;
	background-image: url(../img/content_divider.png);
	background-repeat: repeat-x;
}

#content .datePosted {
	font-size: 10px;
	float: right;
	text-align: right;
	padding: 0;
	margin: 0;
	padding-top: 2px;
	color: #82878D;
}

#content .comments { 
	font-size: 10px;
	float: left;
	padding: 0;
	margin: 0;
	padding-top: 2px;
}

#content .quote {
	margin: 16px;
	padding: 16px;
	background-color: #262c34;
	background-image: url(../img/content_quote.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	border: 1px solid #191e25;
	color: #5b646f;
}
	


#content p { color: #a8adb3; }
#content ul { color: #979ca2;  }
#content li { margin: 4px 0; }



#content .conBox { width: 100%; margin: 0 auto; padding: 0; border: 0; background-image: url(../img/content_background.png); margin-bottom: 16px; }

* html #content .conBox { width: 99% } 
tr { padding: 0; margin: 0; }
td { padding: 0; margin: 0; }

#content .top {
	width: 100%;
	height: 32px;
	margin: 0 auto;
	background-image: url(../img/content_topMiddle.png);
}

#content .contentHeading {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #5c6a7f;
	padding-bottom: 5px;
}



#content .topLeft {
	width: 12px;
	height: 32px;
	margin: 0;
	float: left;
	background-image: url(../img/content_topLeft.png);
}

#content .topRight {
	width: 12px;
	height: 32px;
	margin: 0;
	float: right;
	background-image: url(../img/content_topRight.png);
}


#content .middle {
	width: 100%;
	margin: 0 auto;
	background-image: url(../img/content_middleCenter.png);
	color:#9966FF;
}

#content .middleLeft {
	width: 12px;
	background-image: url(../img/content_middleLeft.png);
}

* html #content .middleCenter { padding: 8px 0; } 

#content .middleRight {
	width: 12px;
	background-image: url(../img/content_middleRight.png);
}


#content .bottom {
	height: 12px;
	width: 100%;
	margin: 0 auto;
	background-image: url(../img/content_bottomMiddle.png);
}

#content .bottomLeft {
	width: 12px;
	height: 12px;
	background-image: url(../img/content_bottomLeft.png);
	float: left;
}

#content .bottomRight {
	width: 12px;
	height: 12px;
	background-image: url(../img/content_bottomRight.png);
	float: right;
}


#footer {
	height: 64px;
	background-image: url(../img/footer_middle.png);
}

#footer .leftSide {
	width: 8px;
	height: 64px;
	background-image: url(../img/footer_left.png);
	float: left;
}

#footer .middle {
	padding-top: 14px;
	text-align: center;
	color: #495566;
	font-size: 10px;
}

#footer .rightSide {
	width: 8px;
	height: 64px;
	background-image: url(../img/footer_right.png);
	float: right;
}


#footer a { color: #5f6c80; text-decoration: none; }
#footer a:hover { color: #6b798e; }

a:link{color:#a8adb3; text-decoration:none;}

a:hover{color:#a8adb3; text-decoration:none;}

a:visited{color:#a8adb3; text-decoration:none;}

a:active{color:#a8adb3; text-decoration:none;}