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

/* background images */
.index_top_image {
background-image :  url(../images/gypsies2b_01.png);
left : 0;
top : 0;
width : 751px;
height : 338px;
background-repeat : no-repeat;
}

.sub_top_image {
background-image :  url(../images/gypsies3b_01.png);
left : 0;
top : 0;
width : 751px;
height : 287px;
background-repeat : no-repeat;
}

.sub_nav {
background-image :  url(../images/gypsies3b_02.jpg);
left : 0;
top : 0;
width : 751px;
height : 142px;
background-repeat : no-repeat;
}

.index_body_image {
	background-image :  url(../images/gypsies2b_02.png);
	left : 0;
	top : 0px;
	width : 751px;
	height : 446px;
	background-repeat : no-repeat;
	text-align: center;
}

.sub_body_image {
background-image :  url(../images/gypsies5_03.png);
left : 0;
top : 0px;
width : 751px;
height : 400px;
background-repeat : repeat;
}

.index_btm_image {
background-image :  url(../images/gypsies4_05.png);
left : 0;
width : 751px;
height : 96px;
background-repeat : no-repeat;
}

.sub_btm_image {
	background-image :  url(../images/gypsies5_06.png);
	left : 0;
	width : 571px;
	height : 74px;
	background-repeat : no-repeat;
	text-align: left;
}

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

.body_text {
	font-family : arial , sans-serif;
	font-size : 14px;
	color : #ffffff;
	text-align: left;
}

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

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

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

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

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

