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

body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #99906f;
	text-align:justify;
}
body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
ul li {
	line-height: 250%;	
}
a {
	outline: none;	
	color: #99906f;
	text-decoration: none;
}
a:hover {
	outline: none;	
	color: #99906f;
	text-decoration: underline;
}
.input_text1 {
	background-color: #281c14;
	border: solid 1px #3a3524;
	color: #b9ad83;
	font-size: 11px;
	margin-top: 10px;
	padding: 2px;
	height: 20px;
	width: 425px;
}
.input_textarea1 {
	background-color: #281c14;
	border: solid 1px #3a3524;
	color: #b9ad83;
	font-size: 11px;
	padding: 2px;
	margin-top: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	height: 60px;
	width: 425px;
}

.input_button1 {
	background-color: #281c14;
	border: solid 1px #3a3524;
	color: #b9ad83;
	font-weight: bold;
	margin-top: 10px;
	font-size: 12px;
	padding: 4px;
	font-family: Tahoma, Geneva, sans-serif;
}
.input_button1:hover, .input_text1:hover, .input_textarea1:hover {
	background-color: #302218;	
}
.pad_10 {
	padding: 10px;
}

.img1 {
	padding: 6px;
	border: solid 1px #3e2715;
	-moz-border-radius: 15px;
	border-radius: 15px;
	opacity:0.45;
	filter:alpha(opacity=45);
}
.img1:hover{
	padding: 6px;
	border: solid 1px #99906f;
	-moz-border-radius: 15px;
	border-radius: 15px;
	opacity:1;
	filter:alpha(opacity=100);
}
.img2 {
	padding-left: 10px;
	border: none;
	-moz-border-radius: 0px;
	border-radius: 0px;
	opacity:0.45;
	filter:alpha(opacity=45);
}

.img2:hover{
	border: none;
	-moz-border-radius: 0px;
	border-radius: 0px;
	opacity:1;
	filter:alpha(opacity=100);
}
.img3 {
	border: none;
	-moz-border-radius: 0px;
	border-radius: 0px;
	opacity:0.6;
	filter:alpha(opacity=60);
}

.img3:hover {
	border: none;
	-moz-border-radius: 0px;
	border-radius: 0px;
	opacity:1;
	filter:alpha(opacity=100);
}

.main_div {
	width: 990px;
	margin: auto;
	height: 810px;
}
.right_cont {
	background-image: url(images/bg1.jpg);
	background-position: 107px 100%;
	background-repeat: no-repeat;
	height: 810px;
	width: 100%;
}
.inner_cont {
	width: 330px;
	text-align: center;
	margin-top: 70px;	
	float: left;
}
.top_bord {
	border-top: solid 1px #402c1f;	
}
.main_cont {
	margin-top: 40px;
	margin-left: 42px;
	padding: 10px;
	border: solid 1px #262812;
	background-color: #130d09;
	width: 460px;
	line-height: 150%;
}
.join_me {
	text-align: right;
	padding-right: 0px;
}
.heading1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 22px;
	line-height: 150%;
}
.top_menu {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 20px;
}
.top_menu div {
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 147px;
	color: #6a6055;
	text-transform: uppercase;
}
.top_menu div a {
	text-decoration: none;
	padding: 10px;
	padding-left: 30px;
	width: 160px;
	color: #6a6055;
	text-transform: uppercase;
	background: url('images/icon1.gif') no-repeat 0% 50%;
}
.top_menu div a:hover {
	text-decoration: none;
	width: 160px;
	color: #99906f;
	text-transform: uppercase;
	background: url('images/icon1_over.gif') no-repeat 0% 50%;
}

.top_menu div a img{
	border: none;
}
.clr {
	clear: both;	
}
.fr {
	float: right;	
}
.fl {
	float: left;	
}