body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: #000000;
	color: #FDFDFC;
	font : 11px "Century Gothic";
}

a,a:link,a:link,a:link {
	color : #EFAF56;
	text-decoration : none;
}
a:hover {
	color : #EFAF56;
	text-decoration : underline;
}

h1, h2, h3 {
	margin : 0px;
}
h1 {
	color: #EFAF56;
	font-size: 25px;
}
h2 {
	font : bold 15px "Century Gothic";
}
h3 {
	
}

ul, ol, li, p, form {
	margin : 0px;
}
ul {
	padding : 0px 0px 0px 25px;
}
ol {
	padding : 0px 0px 0px 25px;
}
li {
	padding : 0px;
}
input, textarea, select {
	border : 1px solid #B4ACAA;
	background : #000000;
	font : 11px Tahoma;
	color : #FFFFFF;
}

#wrap {
	margin: 0 auto;
	height: 660px;
	width: 950px;
	/*background-color: gray;*/
}

#menu{
	background: url(../images/bg_menu.jpg);
	height: 60px;
	font-weight: bold;
	letter-spacing: 3px;
	text-align: right;
}
#menu ul {
	list-style: none;
	margin: 0px 0px 0px auto;
	padding: 0px;
	width: 603px;
}
#menu ul li {
	float: left;
	text-align: right;
	padding-left: 50px;
	/*background-color : gray;*/
}
#menu ul li a {
	color: #FDFDFC;
}
#menu ul li a:hover {
	color : #EFAF56;
	text-decoration: none;
}
#menu div {
	background-color: #291D1D;
	margin-top: 10px;
	width: 710px;
	padding-top: 3px;
	height: 17px;
	font-weight: normal;
	font-size: 10px;
	float: right;
	text-align: right;
}
#menu a {
	color: #FFFFFF;
}
#menu a:hover {
	color : #EFAF56;
	text-decoration: none;
}

#main {
	height: 350px;
}
#banner {
	background: url(../images/bg_banner.jpg);
	width: 215px;
	height: 350px;
	float: left;
	text-align: center;
}
#banner ul {
	list-style: none;
	margin: 50px auto 0px auto;
	padding: 0px;
	width: 200px;
}
#banner ul li {
	background: url(../images/bg_banner_list.jpg);
	height: 40px;
	padding-top: 10px;
}
#banner ul li a {
	color: #C3C3C3;
	/*font-size: 10px;*/
	font-weight: bold;
}
#banner ul li a:hover {
	color : #EFAF56;
	text-decoration: none;
}

#content_home {
	float: right;
	width: 710px;
	height: 350px;
}

#content {
	float: right;
	width: 410px;
	height: 350px;
}

.holder {
	float: left;
	margin: 0px;
}
.holder h1 {
	margin-bottom: 5px;
	font-weight: normal;
}
.scroll-pane {
	width: 400px;
	overflow: auto;
	float: left;
}
#pane1 {
	height: 300px;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
}
/*a.jScrollArrowUp {
	background: url(basic_arrow_up.gif) no-repeat 0 0;
}
a.jScrollArrowUp:hover {
	background-position: 0 -15px;
}
a.jScrollArrowDown {
	background: url(basic_arrow_down.gif) no-repeat 0 0;
}
a.jScrollArrowDown:hover {
	background-position: 0 -15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}*/

#right_pic {
	float: right;
	width: 300px;
	height: 350px;
	text-align: right;
}

#line {
	height: 80px;
}

#footer {
	background: url(../images/bg_footer.jpg);
	height: 70px;
}
#footer ul {
	list-style: none;
	height: 55px;
	width: 950px;
	margin: 0px;
	padding: 0px;
}
#footer ul li {
	float: left;
	padding-right: 70px;
	font-weight: bold;
}
#footer ul li a {
	color: #FDFDFC;
}
#footer ul li a:hover {
	color : #EFAF56;
	text-decoration: none;
}
#footer p {
	text-align: center;
	font : 10px Tahoma, Helvetica, sans-serif;
	color : #221717;
	font-weight: bold;
}

.small {
	font-size: 10px;
}
.gold {
	color: #EFAF56;
}
