html {
	/*----- Creates the fade in the background -----*/
	background-image: url(/images/body-bg.png);
	background-repeat: repeat-x;
	background-position: top left;
	background-attachment: fixed;
	background-color: #FFFFFF;
}

body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background-image: url(/images/container-bg.png);
	background-position: center;
	background-repeat: repeat-y;
	color: #666666;
	font-size: 14px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #999999;
	text-decoration: underline;
}    	
a:hover {
	color:	#666666;
	text-decoration: underline;
} 

div#container {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	background-image: url(/images/round-top.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 8px;
	border-bottom: 2px solid #515151;
}

div#logo {
	width: 896px;
	height: 200px;
	background-image: url(/images/logo.jpg);
	background-repeat: no-repeat;
	margin-left: 2px;
	text-align: left;
}

div#logo a.main {
	display: block;
	float: left;
	height: 50px;
	width: 522px;
	margin-left: 55px;
	margin-top: 13px;
	border: 0px;
}

div#logo a.main span {
	display: none;
}

div#logo div#quotes {
	float: right;
	width: 226px;
	height: 190px;
	margin-top: 6px;
	margin-right: 11px;
	overflow: hidden;
	color: #555555;
	font-size: 13px;
	font-family: times new roman;
	text-align: left;
}

div#logo div#quotes span.fader {
	width: 234px;
	height: 190px;
	display: none;
	position: absolute;
	overflow: hidden;
	margin-top: 15px;
}

div#quotes a {
	color: #821414;
	text-decoration: none;
	border: 0px;
}

div#quotes a:hover {
	color: #666666;
	text-decoration: underline;
}


div#navigation {
	background-color: #515151;
	width: 896px;
	height: 23px;
	margin-left: 2px;
	color: #FFFFFF;
}

div#navigation a {
	color: #FFF;
	text-decoration: underline;
	line-height: 1.5;
	display: block;
	height: 23px;
	padding-left: 25px;
	padding-right: 25px;
	float: left;
	border-right: 1px solid #000;
	text-decoration: none;
}

div#navigation a:hover {
	color: #FFF;
	background-color: #aaaaaa;
}

div#content-wrap {
	width: 896px;
	margin-left: 2px;
	background-color: #FFFFFF;
}
div#content {
	margin-left: 15px;
	margin-right: 245px;
	text-align: left;
}

div#side-bar {
	margin-right: 2px;
	width: 238px;
	float: right;
	background-image: url(/images/sidebar-bg.png);
	background-repeat: no-repeat;	
}

div#side-bar span.title {
	text-align: right;
	height: 30px;
	width: 215px;
}

div#side-bar span.Item-Title {
	font-size: 15px;
	font-weight: bold;
} 

div#footer {
	background-color: #515151;
	width: 896px;
	height: 23px;
	margin-left: 2px;
	color: #FFFFFF;
	clear: both;
	text-align: center;	
}

div#footer a {
	color: #FFF;
	text-decoration: underline;
	line-height: 1.5;
	display: block;
	height: 23px;
	padding-left: 25px;
	padding-right: 25px;
	float: left;
	border-right: 1px solid #000;
	text-align: center;	
	text-decoration: none;
}

div#footer a:hover {
	color: #FFF;
	background-color: #aaaaaa;	
}

div#footer a.first {
	border-left: 1px solid #000;
}

/*----- Misc ----- */
.Content-Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}