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

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: #FFF;
}
.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: #75000B;
	border: 6px solid #AF0013;
}
.bg_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFF;
	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: 15px;
}

/*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;
	padding: 0px;
	}

#tabs ul {
	list-style:none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20;
	padding-left: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20;
	margin-left: 0;
	
	}

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

#tabs a {
	float:left;
	text-decoration:none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 2px;
	margin: 0;
	}

#tabs a span {
	float:left;
	display:block;
	margin-right:1px;
	color:#FFF;
	background-color: #A30011;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	}

/* 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;
	}
