/* CSS Document */
body {
	margin:0px;
	padding:0px;
	top:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}
h2 {
	font-size:18px;
}
h3 {
	font-size:16px;
	margin:5px 0px;
}
p {
	text-align:justify;
	font-size:14px;
}
.clearthis {
	clear:both;
}
a {
	color:#FF6600;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

#header {
	margin-top:0px;
	padding:0px;
	background:url(images/header.jpg) repeat-x;
	width:100%;
	height:100px;
	clear:both;
}
#logo {
	padding-top:20px;
	position:relative;
	width:auto;
	height:atuo;
	margin-left:20px;
	float:left;
}
#nav {
	float:right;
	padding-right:40px;
	color:#FFFFFF;
	font-size:14px;
	padding-top:70px;
	text-align:right;
	position:relative;
}
#nav ul {margin:0px;padding:0px;}
#nav li {
	display:inline;
	line-height:30px;
	list-style:none;
	padding:0px;
	margin:0px;
	width:auto;
}
#nav a {
	color:#FFFFFF;
	text-decoration:none;
	padding:5px 5px;
}
#nav a:hover {
	color:#FFFF00;
}
#wrapper {
	background:url(images/body.jpg) repeat-x #FFFFFF;
	width:auto;
	height:auto;
	min-height:400px;
	padding:10px 35px;
	clear:both;
}
#content {
	width:640px;
	margin-top:auto;
	float:left;
}
#banner {
	background:url(images/marquee.png) no-repeat;
	width:460px;
	height:40px;
	margin:0px 5px;
	padding:5px 0px;
	color:#FFFFFF;
	font-size:15px;
}
#leftcol {
	width:300px;
	float:left;
}
#midcol {
	width:300px;
	float:right;
	border-right:1px dotted #F0F0F0;
	border-left:1px dotted #F0F0F0;
	margin:0px 17px;
	padding:0px 2px;
}
#rightcol {
	width:280px;
	float:right;
}
#sidebar {
	list-style:none;
	margin:5px 0px;
	padding:0px;
}
#sidebar li {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:#CCCCCC 1px dotted;
}
#proxylist {
	list-style:none;
	padding:0px 5px;
	margin:0px;
	width:auto;
	display:table;
}
#proxylist li {
	margin-bottom:2px;
	width:auto;
	height:auto;
}
.gold {
	background:#FFCC00;
	font-size:18px;
	padding:6px;
}
.gold a {
	color:#000000;
	text-decoration:none;
}
.gold a:hover {
	text-decoration:underline;
}
.green {
	background:#009900;
	color:#FFFFFF;
	font-size:14px;
	padding:5px;
}
.green a {
	color:#FFFFFF;
	text-decoration:none;
}
.green a:hover {
	text-decoration:underline;
}
.normal {
	background:#CCCCCC;
	font-size:12px;
	padding:2px 5px;
	display:block;
}
.normal:hover {
	background:none;
}
.normal a {
	color:#000000;
	text-decoration:none;
}
.normal a:hover {
	text-decoration:underline;
}
#footer {
	width:100%;
	height:auto;
	min-height:100px;
	background:url(images/footer.jpg) #333333 repeat-x;
	color:#FFFFFF;
}
#footercontent {
	width:800px;
	height:auto;
	padding-top:10px;
}
#footercontent a,#footercontent a:visited {
	color:#FFCC00;
	text-decoration:none;
	font-size:16px;
}
#footercontent a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
#link {
	float:left;
	width:480px;
	text-align:left;
}
#follow {
	float:right;
	width:300px;
	text-align:right;
}
#copytext {
	margin-top:25px;
	padding-top:5px;
	padding-bottom:5px;
	border-top:#666666 1px dotted;
}