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


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	background-color: #000000;
	background-image: url(images/body_bg.jpg);
	background-position: center;	
	background-repear: repeat-y;
}

.table1 {
	background-color: #000000;
	background-image: url(images/header_bg.jpg);
	background-position: center;	
	background-repear: no-repeat;
}

.table2 {
	background-color: #000000;
	background-image: url(images/body_bg.jpg);
	background-position: center;	
	background-repear: repeat-y;
}

.body2 {
	background-color: #000000;
	background-image: url(images/table_bg.jpg);
	background-position: center;	
	background-repear: repeat-y;
}

.menu {
	background-color: #000000;
	background-image: url(images/menu_bg.jpg);
	background-position: center;	
	background-repear: repeat-y;
}


.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ffffff;
	margin-left: 5px;
}

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
}

.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FF0000;
}

#container
{
	text-align: left;
	width: 500px;
	margin: auto;
}

#container h1
{
	color: #474747;
	margin: .4em 0;
}

#featured
{
	position: relative;
	height: 378px;
	overflow: hidden; /* might remove */
}



#featured h2
{
	position: absolute;
	bottom: 0;
	margin: 0;
	line-height: 1.3em;
	padding: .2em;
	background: black;
	color: white;
	text-align: center;
	width: 100%;
	filter: alpha(opacity=60);
	-moz-opacity: 60;
	opacity: .6;
}

ul#options
{
	background: #e3e3e3 url(images/bottom.jpg) repeat-x 0 100%;
	overflow: hidden;
	margin: 1em 0 0 0;
	padding: .5em;
	border-top: 1px solid #8a8a8a;
	border-bottom: 1px solid #f5f5f5;
}

#options li
{
	float: left;
	width: 90px;
	height: 90px;
	list-style: none;
	cursor: pointer;
}

#options li:hover img
{
	border: 2px solid gray;
}

#options li img
{
	width: 80px;
}

.selected
{
	border: 2px solid gray;
}


#options a
{
	outline: none;
}

a img
{
	border: none;
}
