/* CSS Document */

body{
	background: #141414;
	scrollbar-arrow-color: #0B0B0B;
	scrollbar-face-color: #403E3F;
	scrollbar-darkshadow-color: #141414;
	scrollbar-3dlight-color: #141414;
	scrollbar-highlight-color: #5F5F5F;
}

#master{
	width: 800px;
	height: 418px;
	position: absolute;
	left: 50%;
	top: 40px;
	margin-left: -400px;
	border: 1px solid #5F5F5F;
	border-top: none;
}

#banner{
	width: 800px;
	height: 91px;
	position: absolute;
	top: -3px;
	background-image: url(images/banner_bg.jpg);
	background-repeat: repeat-x;
}

#menu{
	width: 420px;
	height: 35px;
	position: absolute;
	top: 53px;
	left: 12px;
	padding-top: 3px;
}

#menu a{
	width: 139px;
	float: left;
	font-family: arial;
	color: #737272;
	font-size: 24px;
	text-transform: lowercase;
	text-decoration: none;
}

#menu a:hover{
	color: #d0ccc2;
}

#content{
	width: 420px;
	position: absolute;
	top: 102px;
	left: 15px;
	z-index: 3;
}

#thumbs{
	width: 88px;
}

#thumbs2{
	width: 215px;
}


#thumbs img, #thumbs2 img{
	display: inline;
	border: 1px solid #5F5F5F;
	margin-bottom: 13px;
	margin-right: 13px;
}

#text{
	width: 299px;
	border: 1px solid #5F5F5F;
	position: absolute;
	top: 0px;
	left: 106px;
	padding: 8px;
}

#text2{
	width: 193px;
	border: 1px solid #5F5F5F;
	position: absolute;
	top: 0px;
	left: 212px;
	padding: 8px;
}

#text img{
	border: 1px solid #5F5F5F;
	margin: 4px;
}

#frame{
	width: 335px;
	position: absolute;
	left: 454px;
	top: 10px;
	border: 1px solid #5F5F5F;
	background-image: url(images/frame_bg.jpg);
	background-repeat: repeat-x;
	padding-top: 20px;
	padding-bottom: 6px;
}

#frame img{
	border: 1px solid #5F5F5F;
	margin-left: 18px;
}

#footer{
	position: absolute;
	left: 50%;
	top: 419px;
	margin-left: -384px;
	border-left: 1px solid #5F5F5F;
	padding: 10px;
	z-index: 2;
}

#flashcontent{
	border: 0px solid #5F5F5F;
	width: 550px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -275px;
	margin-top: -230px;
}

#con_con{
	width: 273px;
	height: 397px;
	border: 1px solid #5F5F5F;
	margin-bottom: 12px;
	background: #141414;
	padding: 12px;
	margin-left: 18px;
	text-align: center;
}

.hid{
	display: none;
}

.button{
	font-family: arial;
	font-size: 14px;
	font-weight: 700;
	color: #737272;
	text-align: center;
	margin: 5px;
	background: none;
	border: 1px solid #5F5F5F;
	cursor: hand;
}

h2, .h2{
	font-family: arial;
	font-size: 14px;
	font-weight: 700;
	color: #737272;
	text-align: center;
	margin: 5px;
}

h3, .h3{
	font-family: arial;
	font-size: 14px;
	font-weight: normal;
	color: #737272;
	text-align: center;
	margin: 5px;
}

p, .p{
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #737272;
	margin: 4px;
}

a, .a{
	text-decoration: none;
	color: #737272;
	outline: none;
}	

a:hover{
	text-decoration: underline;
}

input, textarea{
	border: 1px solid #5F5F5F;
	background: #141414;
	font-family: arial;
	font-weight: normal;
	color: #737272;

}

br{
	font-size: 11px;
	height: ;
}


