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

body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background-color: #000000;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
}
a {
	color: #ffcc66;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #ffcc66;
	font-style: italic;
	font-weight: normal;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
img {
	border: 0;
}
#maincontainer {
	width: 900px;
	margin: 0 auto;
}
.toplinks {
	font-weight: bold;
	color: #FFCC66;
}
.toplinks a {
	color: #FFFFFF;
	padding-right: 10px;
}
.toplinks a:hover {
	color: #FFCC66;
}
.contentarea {
	padding: 40px;
	line-height: 18px;
	background-color: #000000;
}
#footer {
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	height: 40px;
	padding: 10px;
	margin-top: 20px;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #986549;
}
#footer a {
	color: #986549;
}
#footer a:hover {
	color: #FFCC99;
}
.text_small {
	font-size: 10px;
}
.gallery {
	padding: 25px;
}
.gallery img {
	width: 120px;
	margin: 5px;
}
.custom-input {
	width: 100%;
	margin: 0 0 20px 0;
}
.custom-button {
	cursor: pointer;
}
