@charset "utf-8";
body {
	background-attachment: fixed;
	background-image: url(pics/wood.jpg);
	background-repeat: repeat;
	text-align: center;
	margin: 0px;
	background-color: #15121F;
}
.masterbox {
	background-color: #FCFCFA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	font-weight: normal;
	border: 1px solid #000;
	padding-right: 4px;
	padding-left: 4px;
	line-height: 21px;
}
.contentbigger {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	text-align: left;
}
.copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFF;
	text-align: center;
}
.nav {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	color: #FFF;
	background-image: url(pics/menul.png);
	background-position: center top;
	vertical-align: middle;
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	height: 25px;
}
.nav a {
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	display: block;
	text-align: center;
	text-decoration: none;
	height: 25px;
	padding-right: 1px;
	padding-left: 1px;
	vertical-align: middle;
	font-weight: bold;
	background-image: url(pics/menul.png);
	background-repeat: repeat-x;
	background-position: center top;
}
.nav a:hover {
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	display: block;
	text-align: center;
	text-decoration: underline;
	height: 25px;
	vertical-align: middle;
	padding-right: 1px;
	padding-left: 1px;
	font-weight: bold;
}
.nav a:active {
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	display: block;
	text-align: center;
	text-decoration: underline;
	height: 25px;
	vertical-align: middle;
	padding-right: 1px;
	padding-left: 1px;
	font-weight: bold;
}
.rmenu {
	font-size: 24px;
	color: #000;
	text-align: center;
}
.logobg {
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
}
.links  {
	background-color: #060D14;
	color: #FF0;
}
.links a {
	color: #FF0;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
