/* Wrapper content */

body {
	background-color: #dcddde;
	background-image: url(../images/site-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	margin: 0 0 0 0;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #626262;
}

#container {
	position: relative;
	margin: auto;
	padding: 0px;
	width: 900px;
	height: 100%;
	text-align: left;
}

#header	{
	width: 900px;
	height: 130px;
	background-image: url(../images/header-bg.gif);
	background-position: left top;
	background-repeat: no-repeat;
	text-align: left;
}

.logo	{
	width: 100%;
	height: 100%;
	position: relative;
	top: 15px;
	left: 3px;
}	
	
#footer	{
	width: 880px;
	height: 50px;;
	background-color: #333333;
	padding: 10px;
	font-size: 11px;
	text-align: left;
	color: #999999;
}

/* Layout Content */

#content	{
	width: 900px;
	background-image: url(../images/content-bg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	background-color:#FFFFFF;
	position: absolute;
	top: 130px;
	left: 0px;
}

#leaderboard	{
	width: 735px;
	height: 90px;
	float: right;
	position: relative;
	top: 0px;
	right: 10px;
	text-align: right;
}

#left-content	{
	width: 135px;
	height: 100%;
	position: relative;
	top: 18px;
	left: 10px;
	float: left;
	padding-bottom: 50px;
}

.navigations	{
	width: 135px;
	font-size: 11px;
	text-align: left;
	line-height: 18px;
	color: #003366;
}

.google-ads	{
	width: 135px;
	height: auto;
	text-align: left;
}

#main-content	{
	width: 470px;
	height: 100%;
	position: relative;
	top: 15px;
	left: 0px;
	float: left;
	padding-left: 18px;
	padding-bottom: 50px;
}

#right-content	{
	width: 250px;
	height: 100%;
	position: relative;
	top: 18px;
	right: 10px;
	float: right;
	padding-bottom: 50px;
}

#login	{
	width: 250px;
	text-align: left;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #003399;
}

.button	{
	width: 70px;
	height: 20px;
	background-color: #0066CC;
	border-top: 1px solid #0099FF;
	border-right: 1px solid #003366;
	border-left: 1px solid #0099FF;
	border-bottom: 1px solid #003366;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

.input	{
	width: 245px;
	height: 18px;
	background-color: #EAEAEA;
	font-size: 9px;
	color: #666666;
	padding-top: 2px;
	padding-left: 5px;
	border: 1px solid #999999;
	text-align: left;
}

#divider	{
	width: 100%;
	height: 30px;
	background-image: url(../images/divider.gif);
	background-repeat: repeat-x;
}

/* Miscelleanous content */

h1	{
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}

.left-float	{
	float: left;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 5px;
	font-size: 10px;
	color: #999999;
	text-align: left;
}

.right-float	{
	float: right;
	padding-left: 10px;
	font-size: 10px;
	color: #333333;
	text-align: left;
}

.headline	{
	font-size: 24px;
	color: #3366CC;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
}

.title-bg	{
	display: block;
	width: 458px;
	height: 25px;
	background-color: #003366;
	font-size: 14px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFCC;
	padding-top: 5px;
	padding-left: 5px;
}

.bold12	{
	font-size: 12px;
	color: #FF3300;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: left;
}

#content-ads	{
	width: 468px;
	height: 60px;
	text-align: center;
}

#right-ads	{
	width: 250px;
	height: 250px;
}


#main-content a:link, #main-content a:visited {
	font-weight: normal;
	color: #FF3300;
	text-decoration: none;
}

#main-content a:hover{
	color: #0066CC;
	text-decoration: underline;
}

#footer a:link, #footer a:visited {
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}

#footer a:hover{
	color: #CCCCCC;
	text-decoration: underline;
}

a:link, a:visited {
	font-weight: normal;
	color: #003366;
	text-decoration: none;
}

a:hover{
	color: #0066CC;
	text-decoration: underline;
}

