body {
	background-color: #0E1C06;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


body {
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #0E1C06;
}

a.cat1 {
	display: block;
	width: 180px;
	height: 277px;
	text-decoration: none;
	background-image: url(images/button1.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
a:hover.cat1 {
    background-position: -180px 0;
} 

a.cat2 {
	display: block;
	width: 180px;
	height: 277px;
	text-decoration: none;
	background-image: url(images/button6.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
a:hover.cat2 {
    background-position: -180px 0;
} 

a.cat3 {
	display: block;
	width: 180px;
	height: 277px;
	text-decoration: none;
	background-image: url(images/button3.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
a:hover.cat3 {
    background-position: -180px 0;
} 

a.cat4 {
	display: block;
	width: 180px;
	height: 277px;
	text-decoration: none;
	background-image: url(images/button4.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
a:hover.cat4 {
    background-position: -180px 0;
} 

a.cat5 {
    display: block;
    width: 180px;
    height: 277px;
    background: url(images/button5.jpg) 0 0 no-repeat;
    text-decoration: none;
}
a:hover.cat5 {
    background-position: -180px 0;
}

.copyright {
	text-align: center;
	font-size: x-small;
	color: #CCCCCC;
}
#cat_cells {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: center;
	background-image: url(images/sideline.jpg);
	background-repeat: repeat-y;
	background-position: right;
	text-transform: capitalize;
	color: #0E1C06;
}

#cat_space {
	background-color: #FFFFFF;
	width: 6px;
}

#menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	text-align: left;
	background-image: url(images/menu_button_back.jpg);
	height: 50px;
	color: #FFFFCC;
	vertical-align: middle;
	float: none;
	width: auto;

}

#menu ul {
	margin: 0;
	padding: 0;
	text-align: center;
}



#menu li {
	padding: 0;
	display: inline;
	background: none;
}

#menu a {
	display: block;
	float: left;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFCC;
	padding-right: 24px;
	padding-left: 24px;
	text-decoration: none;
	vertical-align: middle;
	padding-top: 17px;
}



#menu a:hover {
	text-decoration: none;
	color: #999999;
}
#logo {
	float: right;
}
vert_space {
	height: 5px;
}
