/* CSS Document */

/* ---- ADS AREAS ---- */

.sideAds {
	width:160px;
	margin:20px auto 0 auto;
	height:100%;
	text-align:center;
}

.footAds {
	width:630px;
	height:100%;
	margin:15px auto 5px auto;
	text-align:center;
}

.weather {
	width:160px;
	height:141px;
	margin:10px auto 0 auto;
	text-align:center;
	overflow:hidden;
}


/* ---- BODY AREA ---- */ 

#content {
	width:600px;
	height:100%;
	margin:10px auto 5px auto;
	text-align:center;
	background-color:#fff;
	font-size:1.4em;
}

#splitCols {
	width:635px;
	height:100%;
	margin:15px auto 5px auto;
	text-align:center;
	background-color:#fff;
	margin-bottom:20px;
}

.colHead {
	width:300px;
	height:16px;
	background:#990000;
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
}

.col1, .col2 {
	width:300px;
	float:left;
	background-color:#eee;
	border:1px solid #980010;
	color:#212121;
	font-size:1.2em;
	font-weight:normal;
	margin-left:10px;
	text-align:left;
}

.col2 {
	margin-left:10px;
}


/* ---- FOOTER AREA ---- */

#botMenu {
	width:600px;
	height:25px;
	margin:10px auto 5px auto;
	text-align:center;
}

.botItem, botItem1 {
	width:85px;
	float:left;
	border-right:1px #fff solid;
	color:#fff;
	font-size:1.2em;
	font-weight:normal;
}

.botItem1 {
	border:none;
	color:#fff;
	font-size:1.2em;
	font-weight:normal;
}
.botItem a, .botItem1 a {
	color:#fff;
	text-decoration:none;
}
.botItem a:hover, .botItem1 a:hover {
	color:#fff;
	text-decoration:underline;
}
#credits {
	width:1000px;
	height:13px;
	margin:0 auto 3px auto;
}

.copy, .design {
	width:300px;
	float:left;
	margin-left:15px;
	color:#fff;
	text-align:left;
	font-size:1.0em;
	font-weight:normal;
}

.design {
	float:right;
	margin-right:15px;
	text-align:right;
}
