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

* {
padding:0;
margin:0;
}

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

#container {
	width:710px;
	/*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:#4e408f;
}
#leftborder {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
}
#rightborder {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
}
	

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

#header {
	height:330px;
	width:650px;
	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-color:#191919;
	background-image: url(images/h1bg.png);
	padding:5px;
	padding-left:30px;
	text-decoration:none;
	font-size:14px;
	color:#a1b4db;
	text-align:left;
	margin-bottom:15px;
	margin-top:15px;
}

input,textarea,select {
background-color:#000000;
color:#6685c2;
border:1px solid #6685c2;
}

.member {
background-color:#0d132b;
margin-left:25px;
margin-right:25px;
margin-bottom:10px;
font-weight:bold;
padding:5px;
margin-left:0px;
margin-right:15px;
margin-bottom:15px;
font-weight:bold;
padding:10px;
width:27%;
float:left;  overflow:hidden;
}

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

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

a:hover {
		color:#dfcaeb;
}

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


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

#menu a {
	text-decoration:none;
	font-size:16px;
	margin-left:15px;
	margin-right:15px;
	color:#5c5fb4;
	}
	
	#menu a:hover {
		color:#dfcaeb;
	}

.affiliate {
    opacity: 0.8;
    filter: alpha(opacity=80);
	background-image: url(images/h1bg.png);
margin-right:7px;
margin-bottom:7px;
padding: 5px;	
}

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