/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
	}
	
html, body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image:url(../img/background.gif);
	text-align: center;
	}
	
#container {
	
	}	
	
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #2D4680;
	margin: 0px 0px 10px 0px;
	}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #2D4680;
	margin: 10px 0px 10px 0px;
	clear: both;
	}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #2D4680;
	margin: 10px 0px 10px 0px;
	clear: both;
	}
	
	
#container {
	width: 775px;
	display: block;
	min-height: 300px;
	background-image:url(../img/background_container.gif);
	border-left: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
	margin: 0px auto;
	}

	
	#right-container {
		width: 558px;
		display: block;
		float: right;
		}
				
		#head {
			width: 558px;
			height: 124px;
			}
		
	#content {
		width: 558px;
		display: block;
		text-align: left;
		}	
	
	#content a {
		text-decoration: none;
		color: #0000FF;
		font-weight: bold;
		}
		
	#content a:hover {
		color:#FF0000;
		}	
	
	#content {
		line-height: 17px;
		}
	
	#content ul {
		margin: 15px 0px 15px 0px;
		}
	
	#content ul li {
		margin-left: 20px;
		padding-left: 0px;
		}
		
	#text {
		padding: 15px;
		}
		
#marq {
	margin-left: 27px; text-align: left; font-size: 10px; 
	}
	
#marq a {
	color: #2D4680;
	text-decoration: none; 	
	}	
	
#marq a:hover {
	color: #FF0000;
	text-decoration: none; 	
	}		
	
#advertise {
	width: 175px;
	height: 60px;
	background-color: #2d4680;
	margin-left: 7px;
	padding-top: 15px;
	margin-bottom: 30px;
	}	
	
#sponsors {
	float: right;
	width: 175px;
	height: 60px;
/*	margin-left: 7px;
	padding-top: 15px;
	margin-bottom: 30px;*/
	margin-right: 10px;
	}	
	
#sponsors a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	}
	
#sponsors a:hover {
	color: #ff0000;
	text-decoration: none;
	}
	
html>body #advertise {
	margin-left: 25px;
	}	
	
#advertise p {
	color: #FFFFFF;
	font-weight: bold;
	}
	
#advertise a {
	color: #FFFF00;
	font-weight: bold;
	}

#advertise a:hover {
	color: #FFFFFF;
	font-weight: bold;
	}
			
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  
		
.big {
	width: 214px;
	border: solid 1px #000000;
	}		

.medium {
	width: 140px;
	border: solid 1px #000000;
	}			
	
.num {
	width: 110px;
	border: solid 1px #000000;
	}		
	
.small {
	width: 40px;
	border: solid 1px #000000;
	}		
	
.button {
	width: 70px;
	background-color:#CCCCCC;
	border: solid 1px #000000;
	}			