
/*---------------------------------------------------------------------------------------------
	Main Layout
---------------------------------------------------------------------------------------------*/

html{
	margin : 0;
	padding : 0;
}

body{
	margin: 20px auto 20px auto;
	padding: 0px;
	text-align:center;
	background-color: #f8f8f8;
}

#top {
	margin : 0px auto;
	width: 700px;
	padding : 0px;
	height: 115px;
}

#pagebottom {
	text-align:left;
	margin : 0px auto;
	width: 680px;
	padding: 33px 5px 5px 15px;
	height: 27px;
	background-image: url(/images/pagebottom_back.gif);
}

#container {
	width:700px;
	margin:0 auto;
	text-align:left;
	background-image: url(/images/wrapper_back.gif);
}

#leftnav {
	float : left;
	width: 150px;
	padding: 0px 10px 0px 10px;
	margin : 0px;
}

#rightnav {
	float : right;
	width: 120px;
	padding: 0px 5px 0px 5px;
	margin : 0px;
}

#content {
	width: 360px;
	margin-left:190px;
	padding: 0px;
}

#footer {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

/*---------------------------------------------------------------------------------------------
	Text Settings
---------------------------------------------------------------------------------------------*/

body,td,th,p,.text{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
}

.bold {
	font-weight: bold;
}

.fineprint {
	font-size: 10px;
}

.copyright {
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
}

hr {
	border: 0px;
	color: #cccccc;
	background-color: #cccccc;
	height: 1px;
}

.title {
	font-size: 50px;
	color: #aaaaaa;
	font-weight: bold;
}

/*---------------------------------------------------------------------------------------------
	Link Settings
---------------------------------------------------------------------------------------------*/

a:link, a:active, a:visited {
	color : #666699;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color : #333366;
	font-weight:bold;
	text-decoration:none;
}



