@charset "UTF-8";
/* CSS Document */

body {
	background-color: #e1e3d9;
}


a:link { color: #7e4121; text-decoration:underline;}
	a:visited { color: #7e4121;text-decoration:underline;}
	a:active { color: #7e4121; }
	a:hover { color: #e44709; text-decoration:none; }
	
	.w:link { color: #7e4121;text-decoration:none;}
	.w:visited { color: #7e4121;text-decoration:none;}
	.w:active { color: #7e4121; }
	.w:hover { color: #e44709; text-decoration:none;}
	
	
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #666666;
}
.bodybold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	color: #666666;
}
.disclaiimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #666666;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #e44709;
}

.quote {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #7e4121;
}
.quote_credit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #7e4121;
}



/* BACKGROUNDS*/

.nav_bg {
background-image:url(images/nav_bg.jpg);
background-repeat:no-repeat;
background-position: 0px -20px;
}

.sidebar_bg {
background-image:url(images/sidebar_bg.jpg);
background-repeat:no-repeat;
background-position: 0px -238px;
}
.body_bg {
background-image:url(images/body_bg.jpg);
background-repeat:repeat-y;
background-position: 0px 0px;
}

