@charset "utf-8";
/* ----------- basic styling -------------*/
* {
	margin: 0px;
	padding: 0px;
	}
body {
	background: #EBEBEB url(../images/back.jpg) repeat-x;
	text-align: center;
	font-family: Verdana, Calibri, Tahoma;
	font-size: 85%;
	}
#wrapper {
	position: relative;
	width: 900px;
	margin: 10px auto;
	text-align: left;
	background: #fff;
	}
#clear {
	clear: both;
	}
	
/* ------- position container elements --------*/
#header {
	position: relative;
	height: 125px;
	padding: 0;
	text-align: center;
	}
	
#header p{
	position: absolute;
	right: 40px;
	bottom: 14px;
	font: 12px Verdana, Calibri, Tahoma, "Times New Roman";
	color:#F6F6F6;
	width: 420px;
}

#logo {
	position: absolute;
	left:0;
}

#date {
	position: absolute;
	right: 25px;
	top: 95px;
	font: 12px Verdana, Calibri, Tahoma, "Times New Roman";
	color:#F6F6F6;
}

#navigation{
	position: relative;
	background: url(../images/navback.png) repeat-x;
	height: 22px;
	padding-top: 4px;
	text-align: center;
	color:#446d82;
}

#navigation a{
	color:#446d82;
	text-decoration: none;
	font-weight: bold;
	}
	
#navigation a:link{
	color:#446d82;
	text-decoration: none;
}
#navigation a:hover{
	color:#446d82;
	text-decoration: underline;
	font-weight: bold;
}

#header a{
	color:#F6F6F6;
	text-decoration: none;
}
#header a:link{
	color:#F6F6F6;
	text-decoration: none;
}
#header a:hover{
	color:#F6F6F6;
	text-decoration: underline;
}

#content {
	float: left;
	width: 900px;
	height: 520px;
	background: #FFF;
	text-align: center;
	margin-top: 0;
	}

#sidebar {
	float: right;
	width: 230px;
	padding: 10px;
	margin: 0px;
	}
	
#bottom {
	position: relative;
	color: #F6F6F6;
	height:40px;
	font: .8em Verdana, Calibri, Tahoma;
	background: url(../images/bottom_back.png) no-repeat;
	margin-top: 0;
	text-align: center;
	}
	
#bottom p {
	line-height: 40px;
	}
	
h1 strong {
	font-family: Verdana, Calibri, Tahoma, "Times New Roman";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #555FAA;
}

.right_indent {
	text-align: right;
	padding-right: 5px;
}
.left_indent {
	float: left;
	text-align: left;
	padding-left: 10px;
	color: #09C;
}

#wrapper #content p {
	color: #446d82;
	font-size: 14px;
	}

#wrapper #content p a {
	color: #446d82;
	text-decoration: none;
	}

#wrapper #content p a:hover {
	color: #446d82;
	text-decoration: underline;
	}

	
.divider {
	color: #446d82;
	text-decoration: none;
}

.bold {
	color: #446d82;
	font-weight: bold;
}

#content #button {
	display: block;
	position: absolute;
	width: 376px;
	height: 56px;
	top: 590px;
	left: 150px;
	background: url(../images/topptcli_button2.png);
	}

#subbar {
	position: relative;
	width: 900px;
	height: 30px;
	margin: 10px auto;
	}

#update {
	position: relative;
	width: 250px;
	height: 25px;
	color: #666;
	font: .8em Verdana, Calibri, Tahoma;
	margin-top: 3;
	margin-right: 10px;
	padding-top: 6px;
	text-align: right;
	float:right;
	}
	
#fb {
	position: relative;
	width: 70px;
	height: 25px;
	text-align: left;
	margin-left: 10px;
	float: left;
	}

#twt {
	position: relative;
	width: auto;
	height: 25px;
	text-align: left;
	margin-left: 10px;
	float: left;
	}
	
#counter {
	position: relative;
	width: auto;
	height: 25px;
	text-align: left;
	margin-left: 10px;
	padding-top: 2px;
	float:left;
	}
	
#advertheader {
	position: absolute;
	width: 468px;
	height: 60px;
	left: 418px;
	top: 15px;
	}

