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

* {
padding:0;
margin:0;
}

body {
background-color:#262626;
background-image:url(images/arabesque.png);
color:#939a98;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
}

#container {
	width:660px;
	/*position:absolute;
	right:0px;*/
	margin-left:auto;
	margin-right:auto;
	background-color:#000000;
	padding-bottom:15px;
		padding-top:0px;
		position:relative;
}

#leftborder, #rightborder {
	width: 30px;
	background-image: url(images/black-linen.png);
	background-repeat: repeat;
	background-color:#343f3b;
}
#leftborder {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
}
#rightborder {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
}
	

#content {
	width:520px;
	padding-left:70px;
	padding-right:70px;
	padding-bottom:20px;
	padding-top:10px;
}

#header {
	height:400px;
	width:600px;
	margin-left:30px;
}

#content {
margin-bottom:15px;
padding-bottom:0;
}

p {
margin-bottom:15px;
line-height:1.7;
}

li {
list-style-type:square;
margin-left:50px;
margin-bottom:5px;
}

h1 {
	background-image: url(images/black-linen.png);
	background-repeat: repeat;
	background-color:#343f3b;
	padding:5px;
	padding-right:10px;
	text-decoration:none;
	font-size:14px;
	color:#a3a092;
	text-align:center;
	margin-bottom:15px;
	margin-top:15px;
}

input,textarea,select {
background-color:#191919;
color:#a3a092;
border:0;
}

.member {
background-color:#191919;
background-repeat:repeat-y;
text-align:left;
margin-left:25px;
margin-right:25px;
margin-bottom:10px;
font-weight:bold;
padding:5px;
}

a,a:link,a:active {
	text-decoration:underline;
	font-size:12px;
	font-weight:bold;
	color:#a3a092;
}

b,span {
color:#a3a092;
font-weight:bold;
font-size:12px;
}

a:hover {
		color:#9c4d43;
}

#ff-fix {
line-height:1;
clear:both;
}


#menu {
	padding:10px;
	padding-top:0px;
	text-align:center;
}

#menu a {
	font-style:italic;
	text-decoration:none;
	font-size:16px;
	margin-left:15px;
	margin-right:15px;
	color:#a3a092;
	}
	
	#menu a:hover {
		color:#9c4d43;
	}

.affiliate {
    opacity: 0.8;
    filter: alpha(opacity=80);
background-color:#3c3c3c;
margin-right:11px;
margin-bottom:5px;
padding: 7px;	
}

.affiliate:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}