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

* {
	padding:0;
	margin:auto;
	}

body {
	font-family:normal Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
		}

p.list {
	padding-top:10px;
	line-height:15px;
	padding-bottom:10px;
	}

p.glow {
	height:20px;
	background:url('images/glow.png') repeat-x;
	padding-top:5px;
	}

a:link {
	text-decoration:none;
	color:#3587bc;
	}
	
a:visited {
	text-decoration:none;
	color:#3587bc;
	}

a:hover {
	text-decoration:none;
	color:#000066;
	}

#container {
	width:1000px;
	}

#header {
	text-align:center;
	}
#sub {
	text-align:center;
	font-size:22px;
	}
#nav {
	text-align:center;
	padding-top:10px;
	font-size:14px;
	height:auto;
	}
#list {
	width:325px;
	text-align:left;
	float:inherit;
	}
#ads-frame {
	width:1000px;
	}
#left-ad {
	float:left;
	width:300px;
	}
#iframe {
	float:left;
	width:400px;
	}
#right-ad {
	float:right;
	width:300px;
	clear:right;
	}
#footer {
	text-align:center;
	}

#eXTReMe {
	background:url('images/counter-bg.png') repeat-x;
	}
