/* CSS Document */

body {
	background:url(../images/thickStripe_bg.gif) repeat top left;
	background-color:#000;
	font-size:62.5%;
	margin:0;
}

#site {
	width:1000px;
	margin:0 auto 3px auto;
	text-align:center;
	border:3px ridge #ccc #fff;
	background-color:#fff;
}

/*---------- HEADER ---------*/
#header{
    background:url(../images/headers/rotate.php) no-repeat top left;
	width:1000px;
	height:150px;
	margin:0;
}

#logo {
	width:300px;
	height:150px;
	margin-left:10px;
	float:left;
}

#righthead {
	width:401px;
	float:right;
	margin-right:0;
	height:150px;
	margin-top:0;
}
#date {
	width:250px;
	height:40px;
	float:right;
	margin-right:0;
	margin-top:0;
}

#programming {
	width:400px;
	height:45px;
	float:right;
	margin-right:0;
	margin-top:65px;
	background:url(../images/programBG.png) no-repeat;
}

/*--------- MENU ---------*/
#mainMenu {
	width:1000px;
	height:25px;
	background-color:#000;
	margin:0;
}
.menuItem, .menuItem1 {
	width:142px;
	float:left;
	padding-right:1px;
	margin-left:0;
	height:25px;
}
.menuItem1 {
	padding:0;
}
	
/*--------- BODY ---------*/
#container {
	width:1000px;
	height:100%;
	margin:0;
	margin-bottom:20px;
	background:#fff;
}
#leftcol {
	width:174px;
	height:100%;
	float:left;
	margin-left:0;
	background:#fff;
/*	border-right:1px #000 solid;*/
}
#midcol {
	width:645px;
	height:100%;
	float:left;
	margin-bottom:30px;
	background:#fff;
}
#rightcol {
	width:170px;
	height:100%;
	float:left;
	margin-bottom:20px;
	background:#fff;
}

/*--------- FOOTER ---------*/
#footer {
	clear:both;
	width:1000px;
	height:50px;
	margin-top:20px;
	background:url(../images/footerBG.png) repeat-x;
}

	