@charset "utf-8";
body {
	background-color: #a8c5e9;
	background-image: url(http://fpv-community.com/img/bg.png);
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	
	color: #000000;
	font-family: Tahoma, Verdana, "MS Sans Serif";
	font-size: 11px;
}

#toprow {
	background-image: url(http://fpv-community.com/img/head.png);
	background-repeat: no-repeat;
	height: 83px;
	width: 1050px;
	padding-left: 30px;
	padding-top: 5px;
}

#contentrow {
	background-color: #e8edf3;
	background-image: url(http://fpv-community.com/img/contentbg.png);
	background-repeat: repeat-x;
	width: 1000px;
	min-height: 300px;
	margin-left: 0px;
	border: 1px solid #8c8c8c;
	padding: 0px;
	padding-bottom: 0px;
}

#contentrow #sidebar {
	width: 150px;
	float: left;
}

#contentrow #bar {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8c8c8c;
	padding: 5px;
	color: #222222;
}

#contentrow #sidebar ul {
	width: 149px;
	padding: 0px;
	font-weight: bold;
	font-variant: small-caps;
	list-style-type: none;
	font-size: 12px;
	margin: 0px;
}

#contentrow #sidebar li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D4D4D4;
	padding: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
}

#contentrow  #sidebar  li:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2E2E2E;
	padding: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
}

#content {
	background-color: #FFFFFF;
	float: right;
	width: 829px;
	padding: 10px;
	min-height: 500px;
}

#content img {
	max-width:600px;
}

#contentrow #sidebar a {
	color: #000000;
	text-decoration: none;
}

.inactive {
	color: #999999;
}

#adrow {
	margin-left: 19px;
	width: 1002px;
	max-height: 50px;
	position: relative;
	left: 0px;
}

#toprow #loginbox {
	text-align:right;
	margin-right:65px;
	position:relative;
	right: 0px;
	top: -64px;
}

#flag {
	position: absolute;
	left: 1022px;
	top: 1px;
}

.membercount_online {
	color: #188505;
font-weight: normal;
}

#footerrow {
	background-color: #f4f4f4;
	margin-left: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #8C8C8C;
	border-left-color: #8C8C8C;
	width: 999px;
	min-height: 150px;
	background-image: url(../../../footerbg.png);
	background-repeat: repeat-x;
	color: #333333;
	margin-bottom: 0px;
}

#footerrow a {
	color: #000033;
	text-decoration: none;
}

#adrow #adsleft {
	position: absolute;
	left: 1013px;
}

