@charset "UTF-8";
/* CSS Document */
body {
	font-family: Geneva, Verdana, sans-serif;
	background: #18060f;
	background-image:url(../images/bg1.jpg);
	background-position: top;
	background-repeat: repeat-x;
	font-size: 95%;
}
p,td {
	font-size: 0.95em;
	line-height: 1.3em;
	color: #dfdfdf;
}

a {
	color:#ecc022;
	text-decoration: none;
}
a:hover {
	color:#e1edf2;
}
.header {
	background-image:url(../images/main-header.png);
	background-position: top center;
	background-repeat: no-repeat;
}
.strip {
   color: #332a26;
   background-image:url(../images/strip.jpg);
   background-position: bottom;
   background-repeat: no-repeat;
}

h1 {
    color: #ecc022;
	font-size: 1.4em;
	line-height: 1.6em;
	padding: 10px 0px 0px 0px;
	font-weight: lighter;
}
h2 {
    color: #ecc022;
	font-size: 1.2em;
	line-height: 1.6em;
	font-weight: lighter;
}
.menu {
	text-align: center;
	font-size: 17px;
}
.menu a {
	color:#ecc022;
	text-decoration: none;
	padding: 0px 12px 0px 12px;
}
.menu a:hover {
 	color: #FFF;
	padding: 0px 12px 0px 12px;
}
.content {
	padding: 15px 15px 15px 15px;
}

.return {
	text-align: right;
}
