/* NULL
------------------------------------------------------------------------*/

html,body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
margin:0;
padding:0;
}

p	{
padding-bottom:10px;
}

div.quote	{
	font-style: italic;
	padding-left:40px;
	padding-bottom:10px;
	font-size: 13px;
}

div.quote div	{
	text-align: right;
}

fieldset,img {
border:0;
}
address,caption,cite,code,dfn,th,var {
font-style:normal;
font-weight:normal;
}

caption,th {
text-align:left;
}
h1,h2,h3,h4,h5,h6 {
font-size:100%;
font-weight:normal;
}
q:before,q:after {
content:'';
}
abbr,acronym { border:0;
} 

/* MAIN
-----------------------------------------------------------------*/

html	{
	height:100%;
}

body	{
	height:100%;
/*	background:#1a1a1a url('../img/main_bg.jpg') top repeat-x;*/
	background:#000;
	font-family:Times;
}

h1	{
	color:#fff;
	font-size:34px;
	padding:0px;
	margin:0px;
	text-transform:uppercase;
}

h3	{
	color:#fff;
	font-size:18px;
	padding:0px;
	margin:0px 0px 10px 0px;
	text-transform:uppercase;
}

a	{
	text-decoration: underline;
	color:#e4b366;
}

.block	{
	display: block;
}

.none	{
	display: none;
}

div#body	{
	width:994px;
	margin:0 auto;
}

ul#crumb	{
	float:left;
}

ul#crumb, ul#crumb li	{
	list-style-type: none;
	margin: 25px 0px 30px 0px;
	padding:0;
	display:inline;
	font-style: italic;
	color:#fff;
}

ul#crumb li a	{
	color:#e7b669;
	text-decoration: none;
}

ul#menu	{
	float:right;
}

ul#menu, ul#menu li	{
	list-style-type: none;
	display:inline;
	margin: 25px 0px 30px 30px;
	padding:0;
	color:#fff;
}

ul#menu li a	{
	color:#e7b669;
	text-decoration: none;
}

div#submenu	{
	width:600px;
	height:25px;
	background: #000;
	padding:10px 0px 0px 15px;
	margin-bottom:5px;
	font-size:13px;
}

div#submenu ul, div#submenu ul li	{
	list-style-type: none;
	display:inline;
	padding:0;
	color:#fff;
}

div#submenu ul li	{
	margin-right:20px;
}

div#submenu ul li a	{
	color:#e7b669;
	text-decoration: none;
}



div#content	{
	width:540px;
	height:482px;
	background: #000;
	padding: 0px 35px 40px 40px;
}

div#content_include	{
	color: #fff;
	font-size: 14px;
	line-height: 17px;
	width:100%;
}

div#content_header	{
	padding: 25px 0px 20px 0px;
	margin-bottom:35px;
	border-bottom: 1px solid #e7b669;
}


div#main	{
	height:578px;
	padding:14px 0px 0px 14px;
}

div.index_block	{
	width:254px;
	height:140px;
	background-color:#000;
	background-repeat:no-repeat;
	background-position:15px 15px; 
	padding: 45px 0px 0px 16px;
	margin-bottom:5px;
}

div.index_block div	{
	width:237px;
	height:120px;
}

div#footer	{
	height:200px;
}

div#links	{
	height:92px;
	border-bottom:1px solid #382c1a;
}

div#links div.left	{
	margin-top:36px;
	float:left;
}

div#links div.right	{
	margin-top:23px;
	float:right;
}

div#links div.left a	{
	margin-right:36px;
}

div#links div.right a	{
	margin-left:30px;
}

div#copyright	{
	padding-top:40px;
	font-size:12px;
	color:#63553f;
}

#gallery a	{
	margin:0px 9px 10px 0px;
	display:inline-block;
}

#download_gallery div	{
	text-align: center;
	margin:0px 10px 50px 0px;
	width:163px;
	height:163px;	
	float:left;
}

#wallpaper_gallery div	{
	text-align: center;
	margin:0px 10px 10px 0px;
	width:163px;
	height:163px;	
	float:left;
}

#download_gallery a, #wallpaper_gallery a	{
	display: inline-block;
	margin-top: 7px;
	font-size: 17px;
	text-decoration: none;
}

ul.people, ul.people li	{
	background-repeat: no-repeat;
	list-style-type: none;
	margin: 0px;
	padding:0px;
	color:#fff;
}

ul.people li	{
	padding:0px 0px 30px 140px;
}

div.open_close a	{
	display: inline-block;
	text-decoration: none;
	border-bottom: 1px dotted #e7b669;
	margin-bottom: 5px;
}

div.open_close a.act	{
	color: #818181;
	border-bottom: 1px dotted #818181;
}

div.open_close ul, div.open_close ul li	{
	margin: 0px;
	padding:0px 0px 2px 0px;
}






