﻿body 
{
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#181818;
	font-family: Calibri;
	font-size:12px;
	color:#ffffff;
}

a{color:#ffffff;}

h1{color:#ffffff; font-weight: bold; font-size: 34px;}


#Container{width: 960px;}

#Top{float:left; width:960px;}

#Nav{text-align:left; padding-left: 20px;float:left; width:940px; height:45px; background-image: url(../images/navbg.jpg); background-repeat:repeat-x; font-size:16px; font-weight:bold;}

#Nav a{display: inline-block;height:45px;color:#ffffff; text-decoration: none; padding: 10px 15px 0px 4px; background-image: url(../images/navbreak.jpg); background-repeat: no-repeat; background-position:right;}

#ColumnContainer{float:left; width:960px; background-color:#ffffff;}

#Left{float:left; width: 195px;}

#LeftNav{min-height:261px; background-image: url(../images/leftnavbg.jpg); background-repeat:repeat-x; background-color:#3182ba; padding:5px;}

.LeftNavCell{text-align:left; font-size: 16px; font-weight:bold;}

.LeftNavCell a{color:#ffffff; text-decoration:none;}

#Middle{float:left; width:578px; background-color:#2d2f30; min-height: 674px;}

#Header{float:left; width: 575px; height:95px; background-color:#545556;}

#Right{float:left; width: 184px; background-color:#321414; min-height:870px;}

.alignleft{text-align:left; padding:5px; min-height:500px;}
.out a{color:#ff0000;}

#top-rt {
	width:767px;
	height:102px;
	margin:0;
	padding:0;
	float:right;
}
#top-lt {
	width:193px;
	height:102px;
	margin:0;
	padding:0;
	float:left;
}
#top-rt a, #top-lt a, #top-rt img, #top-lt img { margin:0; padding:0; }

/***Tony Aslett's clearing hack***/
.clearing:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearing {
	display: inline-block;
}

/* hides from IE/Mac \*/
* html .clearing { 
	height: 1%;
}

.clearing {
	display: block;
}
/* end hide from IE-Mac */
/***end clearing hack***/
