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

* {
padding:0;
margin:0;
}

body {
background-color:#164c5b;
background-image:url(images/mirrored-squares.png);
color:#0e3a38;
font-size:12px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
}

#container {
	width:710px;
	/*position:absolute;
	right:0px;*/
	margin-left:auto;
	margin-right:auto;
	background-color:#74adb2;
	padding-bottom:15px;
		padding-top:0px;
		position:relative;		background-image: url(images/asfalt-dark.png);
}

#leftborder, #rightborder {
	width: 30px;
	background-image: url(images/black-linen.png);
	background-repeat: repeat;
	background-color:#355454;
}
#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:338px;
	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-image: url(images/black-linen.png);
	background-repeat: repeat;
	background-color:#589ea1;
	padding:7px;
	padding-left:30px;
	text-decoration:none;
	font-size:14px;
	color:#bee2eb;
	text-align:left;
	margin-bottom:15px;
	margin-top:15px;
}

input,textarea,select {
	background-image: url(images/black-linen.png);
	background-repeat: repeat;
	background-color:#589ea1;
	color:#bee2eb;
border:1px solid #134b49;
}

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

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

.member {
	background-image: url(images/black-linen.png);
	background-repeat: repeat;
	background-color:#589ea1;
margin-left:0px;
margin-right:15px;
margin-bottom:15px;
font-weight:bold;
padding:10px;
width:27%;
float:left;  overflow:hidden;
color:#bee2eb;
}

.member b,.member a:active,.member a:visited ,.member a,.member span
{
	color:#bee2eb;
}



a:hover {
		color:#bee2eb;
}

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


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

#menu a {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:18px;
	font-style:italic;
	margin-left:15px;
	margin-right:15px;
	color:#134b49;
	padding:5px;
	}
	
	#menu a:hover {
		color:#bee2eb;
			background-image: url(images/black-linen.png);
background-color:#589ea1;
	background-repeat: repeat;
	}

.affiliate {
    opacity: 0.7;
    filter: alpha(opacity=70);
	background-image: url(images/black-linen.png);
	background-repeat: repeat;
	background-color:#589ea1;
margin-right:7px;
margin-bottom:7px;
padding: 6px;	
}

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