/* -------------------- */
/* Main content layouts */
/* -------------------- */

html, body {
	width: 100%;
	height: 100%;
	background: #fff;
	font-family: Tahoma, Arial, Verdana, Helvetica, Sans Serif;
	color: #626262;
	font-size: 13px;
	font-weight: normal;
	line-height: 17px;
	text-align: center;
}

a {
	font-family: Tahoma, Arial, Verdana, Helvetica, Sans Serif;
	color: #626262;
	text-decoration:none;
}

a:hover{
	font-family: Tahoma, Arial, Verdana, Helvetica, Sans Serif;
	color: blue;
	text-decoration:none;
}

img {
	border-style:none;
}

#container {
	width: 970px;
	border: 1px solid #000000;
	margin: 0 auto;
	text-align: left;
}

#nav_container {
	width: 970px;
	height:25px;
	text-align: center;
	background-image: url(/images/nav_bg.jpg);
	background-repeat: repeat-x;
}

#nav {
	width: 694px;
	margin-left: 0;

}

.nav_col {
	float: left;
	text-align: center;
	line-height: 15px;
	border-right: 1px solid #000000;
	padding: 5px 0;
}

#header {
	clear: both;
	width: 100%;
	height: 134px;
	background-image: url(/images/header.jpg);
	background-repeat: no-repeat;
}

#header_text {
	float:right;
	color: #FFFFFF;
	font-weight: bold;
	width:300px;
	padding: 25px 10px;
}

#content {
	width: 100%;
}

.content_col {
	width: 322px;
	float:left;
	text-align: center;
	padding-top: 20px;
}

.left_col {
	width: 350px;
	float:left;
	padding: 20px 0;
	text-align: right;
}

.right_col {
	width: 500px;
	float: left;
	padding: 20px 20px;
}

.padded {
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
}

#footer {
	clear: both;
	width: 100%;
	height: 23px;
	padding-top: 5px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background-image: url(/images/footer.jpg);
	background-repeat: no-repeat;
}

#footer a {
	color: #FFFFFF;
	font-weight: bold;
}

#footer a:hover {
	color: gray;
	font-weight: bold;
}