body {
	background-color: #333;
	background-image: url(../images/bg_repeet.gif);
	margin-top: 20px;
}

a {
	color: #FFF;
	text-decoration: none;
}
a:hover, a:active{
	color: #0F6;
	text-decoration:none;
}
p {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Verdana, sans-serif;
	font-size: 82%;
	color: #FFF;
	margin: 0px;
	font-weight: normal;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
}
h1 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Verdana, sans-serif;
	font-size: 200%;
	color: #FFF;
	text-transform: capitalize;
	margin: 0px;
	font-weight: normal;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 15px;
	text-align: left;
}

.head {
	background-image: url(../images/img_head.jpg);
	background-position: 5px 3px;
	height: 106px;
	width: 265px;
	background-repeat: no-repeat;
	background-color: #000;
}
.main_image {
	background-image: url(../images/img_main.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	height: 300px;
	width: 500px;
}
.table_bg {
	background-color: #546D05;
	border: 2px solid #272727;
}
.bg_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding-left: 15px;
}

.footer {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	text-align: center;
	margin: 0px;
	color: #FFF;
	height: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	letter-spacing: 10px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#tabs {
	float:left;
	font-size:93%;
	line-height:normal; /*margin between menu and rest of page*/
	overflow:hidden;
	width: 100%;
	margin: 0px;
	}

#tabs ul {
	margin:0;
	padding:10px 10px 0 0px;
	list-style:none;
	
	}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}

#tabs a {
	float:left;
	background:url("../images/left.png") no-repeat left top;
	margin:0;
	padding:0 0 0 6px;
	text-decoration:none;
	}

#tabs a span {
	float:left;
	display:block;
	background:url("../images/right.png") no-repeat right top;
	padding:6px 15px 4px 6px;
	margin-right:2px;
	color:#FFF;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
	}

#tabs a:hover {
	background-position:0% -42px;
	}

#tabs a:hover span {
	background-position:100% -42px;
	color: #FC0;
	}
