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

html, body {
	margin: 0;
	padding: 0;
}


body {
	font-size: 62.5%;
	background-attachment: fixed;
	background-color: #1486C5;
	background-image: url(../images/bg3.jpg);
	background-repeat: no-repeat;
}

.clearer {
	clear: both;
}

/* Top Banner */

#topbanner {
	margin: auto;
	padding: 10px 0px 0px 0px;
	width: 800px;
	text-align: center;
	background: url(../images/bg_leaderboard.png) no-repeat;
}

#topbanner img {
	border: 1px solid #ccc;
}

#topbanner p {
	font-size: 9px;
	color: #fff;
	text-align: right;
	font-family: Helvetica, sans-serif;
	padding: 0 10px 10px 0;
}

/* Container */

#containertop{
	width: 800px;
	margin: auto;
	height: 125px;
}



#container {
	margin: auto;
	width: 800px;
}


/* Spry Navigation */
#spry {
	margin: auto;
	width: 800px;
}

#spry li, ul {
	margin: 0;
	padding: 0;
}

/* Logo */

#logo {
	float: left;
}

/* Google Search */

#search {
	float: right;
	margin-top: 40px;
	margin-right: 20px;
}

#search .googletext {
	height: 22px;
	border-collapse: collapse;
	border: none;
	padding: 5px;
	font-size: 14px;
	color: #666666;
	
}



/* Left Content */

#left {
	width: 515px;
	padding: 10px 10px 0px 10px;
	float: left;
	font-family: Arial;
	color: #000934;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.5em;
	font-size: 1.2em;
}

#left h1{
	font-size: 2.0em;
	color: #000934;
	font-weight: 500;
	margin: 0;
	line-height: 1em;
}

#left h2 {
	font-size: 1.3em;
	font-weight: 500;
	margin: 3px 0 0 0;
	color: #c547cf;
	padding: 0;
}

#left table{
	width: 430px;
	border-collapse: collapse;
	border: none;
	padding: 0;
}

#left table td {
	padding: 5px 0px 10px 0px;
	vertical-align: top;
}

#left .wrap {
	margin-right: 10px;
	padding: 0;
	float: left;
}

#left img {
	border: #ccc 1px solid;
}

#left a {
	text-decoration: none;
	color: #0066FF;
}

#left a:hover {
	text-decoration: underline;
}

/* Box for Left Content */

#leftbox {
	background-color: #fff;
	padding: 10px;
	margin-bottom: 10px;
}

#leftbox ul {
	margin: 10px 0 0 0px;	
}

#leftbox li {
	padding: 0 0 5px 5px;
	list-style-type: none;
	list-style-image: url(../images/li.png);
}

.list {
	margin-left: 40px;
}



/* Title Box */
#titlebox {
	font-size: 2.2em;
	color: #c547cf;
	padding: 0;
	margin: 0;
	background: url(../images/bg_nav_even_darker.png) repeat;
	padding: 10px;
	margin-bottom: 10px;
}

/* Back to Top Button */
#gotop {
	float: right;
}

#gotop img {
	border: none;
	border-collapse: collapse;
}
	
	

/* Right Content */

#right {
	width: 250px;
	float: right;
	padding: 10px 10px 10px 5px;
}

#right .ad {
	float: left;
}


#star{
	font-family: Arial;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.1em;
	font-size: 1.2em;
	background-color: #fff;
	padding: 10px;
	margin-top: 10px;
}


/* Star Supporters */
#star ul {
	margin: 0px;
	padding: 0px;
}

#star li {
	font-size: 12px;
	list-style: none;
	border-bottom: 1px solid #ccc;
}

#star li a {
	color: #333;
	display: block;
	font-size: 12px;
	text-decoration: none;
	padding: 5px;
}

#star li a:hover {
	color: #c547cf;
}
	
#star h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.1em;
	color: #000934;
	font-weight: bold;
	margin-bottom: 3px;
}


/* Footer */

#footer {
	background-image: url(../images/bg_nav_darker.png);
	padding: 20px;
	color: #fff;
	margin: auto;
	text-align: center;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
}
	
	
	
