body {
	margin: 0;
	padding: 0;
	background: #000000 url(../images/bg.jpg) repeat top left;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: Black;
}
h1, h2, h3 {
	margin: 0;
	letter-spacing: -.05em;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 150%;
}

blockquote, pre, .pre {
	border: 1px solid #d5d5d5;
	border-left: 6px solid #423B28;
	padding: 5px;
	overflow: auto;
	width: 90%;
	line-height: 140%;
}


form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}


a {
        text-decoration: underline;
	color: black;
        
}

a:hover {
	text-decoration: none;
	color: #423B28;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 8px 20px 0px 0px;
	border: 2px solid #434343; 
}



/* Header */

#wrapper {
	background-image : url(../images/bgsite.jpg);
	width : 984px;	margin: 0 auto;
	background-repeat : repeat-y;
}

#header {
	width: 984px;
	height: 202px;
	margin: 0 auto;	background: url(../images/header.jpg) no-repeat center top;
}

#banner {
        float: right;
	width: 468px;
	height: 60px;
        padding-top: 130px;
	padding-right: 10px;
}
#mainclick {
display: block;
	float: right;
	width: 400px;
	height: 100px;
	padding-top: 20x;
	padding-right: 10px;
}


/* Search */

#search {
	float: right;
	width: 200px;
	height: 28px;
	background: #FFFFFF url(../images/img02.gif) no-repeat;
}

#search #x {
	display: none;
}

#search #s {
	padding: 6px 5px 5px 35px;
	width: 160px;
	height: auto;
	background: none;
	border: none;
	font: normal 1em Arial, Helvetica, sans-serif;
	color: #000;
}

#search br {
	display: none;
}



#menu_main {
text-align: right;
	width: 984px;
	height: 35px;
	margin: 0 auto;
	background: #12100b;
       
}

#menu_main ul {
	margin: 0;
	 padding : 0 0 0 2px;
	list-style: none;
}

#menu_main li {
	display: inline;
	text-transform: uppercase;
}

#menu_main a {
	display: block;
	float: left;
	padding: 8px 7px 7px 7px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
}

#menu_main a:hover {
	color: #e9b94b;
        background: #12100b;
}

#menu_main .act {
	color: #e9b94b;
        background: #12100b;
}




/* Menu */

#menu {
	width: 984px;
	height: 35px;
	margin: 0 auto;
	background: #423b28 url(../images/menu.jpg);
       
}

#menu ul {
	margin: 0;
	 padding : 0 0 0 2px;
	list-style: none;
}

#menu li {
	display: inline;
	text-transform: uppercase;
}

#menu a {
	display: block;
	float: left;
	padding: 8px 7px 7px 7px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	color: #e9b94b;
        background: #12100b;
}

#menu .act {
	color: #e9b94b;
        background: #12100b;
}

/* Page */

#page {
	width: 984px;
	background: #C9C7BA;
	margin : 10px 0 0 10px;
}



#sidebar2 {
	float: right;
	width: 200px;
	background-color : #e5e5e5;
	margin : 0 20px 0 0;
}

/* Content */

#content {
	float: left;
	width: 500px;
}


.list-perex img{
	float: left;
	BORDER-RIGHT: 2px solid #d5d2d2;
	BORDER-TOP: 2px solid #d5d2d2;
	BORDER-LEFT: 2px solid #d5d2d2;
	BORDER-BOTTOM: 2px solid #d5d2d2;
	margin : 5px 5px 5px 5px;
}


/* Sidebar */

#sidebar {
	float: right;
	width: 250px;
	background: #e5e5e5;
	margin : 0 5px 0 0;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar h2 {
	height: 30px;
	font-size: 12px;
	color: #FFFFFF;
}
#sidebar .list-title a{
	font-weight: normal;
	font-size: 14px;
}



/* Footer */

#footer {
	clear: both;
	width: 984px;
	margin: 0 auto;
	padding: 20px 0;
	background: #c9c9c9;
}

#footer p {
	margin: 0 0 5px 0;
	text-align: center;
	line-height: normal;
	font-size: .9em;
}

#footer a {
	text-decoration: none;
}


