
/* body */
body {
background-color : #ffffff;
font-family : verdana, sans-serif;
font-size : 10px;
color : #ffffff;
}

/* background images */

.top_nav {
background-image :   url(../images/index_02.jpg);
left : 0;
top : 0;
width : 705px;
height : 41px;
background-repeat : no-repeat;
}

.valet_bkg {
background-image :   url(../images/main_03.jpg);
left : 0;
top : 0;
width : 1021px;
height : 288px;
background-repeat : no-repeat;
}

.mid_nav {
background-image :   url(../images/mile_04.jpg);
left : 0;
top : 0;
width : 1021px;
height : 34px;
background-repeat : no-repeat;
}
.body_bkg {
background-image :   url(../images/index_04.jpg);
left : 0;
top : 0;
width : 1021px;
height : 404px;
background-repeat : repeat;
}

.btm_nav {
background-image :   url(../images/index_05.jpg);
left : 0;
top : 0px;
width : 1021px;
height : 132px;
background-repeat : no-repeat;
}

/*text sizes*/
.header_text {
font-family : georgia, times new roman , sans-serif;
font-size : 13px;
color : #ffffff;
}

.header_textb {
font-family : georgia, times new roman , sans-serif;
font-size : 13px;
color : #oooooo;
}

.top_nav_text {
font-family : verdana ;
font-size : 11px;
color : #ffffff;
}

.body_text_blk {
font-family : verdana ;
font-size : 11px;
color : #333333;
}

.body_text_wht {
font-family : verdana ;
font-size : 11px;
color : #ffffff;
}

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

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

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