
/* body */

body {
background-color : #23150b;
}

/* background images */

.top_nav {
background-image :   url(../images/cp_04.jpg);
left : 0;
top : 0;
width : 831px;
height : 29px;
background-repeat : no-repeat;
}

.body {
background-image :   url(../images/1_05.jpg);
left : 0;
top : 0px;
width : 756px;
height : 387px;
background-repeat : repeat;
}

.btm_nav {
background-image :   url(../images/indexc_06.jpg);
left : 0;
top : 0px;
width : 755px;
height : 36px;
background-repeat : no-repeat;
}

.index_top {
background-image :   url(../images/indexb_02.jpg);
left : 0;
top : 0px;
width : 879px;
height : 312px;
background-repeat : repeat;
}

.index_body {
background-image :   url(../images/newindex_05.jpg);
left : 0;
top : 0px;
width : 755px;
height : 266px;
background-repeat : repeat;
}

.index_btm {
background-image :   url(../images/indexb_04.jpg);
left : 0;
top : 0px;
width : 879px;
height : 30px;
background-repeat : repeat;
}

/*text sizes*/

.logo_text {
font-family : harlow solid italic;
font-size : 13px;
color : #321F17;
}

.header_text {
font-family : georgia, times new roman , clean sans-serif;
font-size : 12px;
color : #321F17;
}

.body_text {
font-family :georgia, times new roman , clean sans-serif ;
font-size : 11px;
color : #000000;
}

.topnav_text {
font-family : arial , clean sans-serif  ;
font-size : 10px;
color : #000000;
}

.topnav_textb {
font-family : arial , clean sans-serif  ;
font-size : 11px;
color : #000000;
}

.body_textb {
font-family : georgia, times new roman , clean sans-serif  ;
font-size : 11px;
color : #000000;
}

.nav_text {
font-family : georgia, times new roman , clean sans-serif ;
font-size : 9px;
font-weight : bold;
color : ffffff;
}

.quote_text {
font-family : georgia, times new roman , clean sans-serif  ;
font-size : 9px;
font-weight : normal;
color : 000000;
}

.btm_nav_text {
font-family : georgia, times new roman , clean sans-serif ;
font-size : 11px;
font-weight : bold;
color : ffffff;
}

/*links*/
a:link, a:visited {
	color: #000000;
	text-decoration: none;
	}

a:hover {
	color: #429A15;
	text-decoration: underline;
	}
	
a:active {
	color: #f60;
	text-decoration: underline;
}