/* CSS Document */
html {min-height: 100%;}

* {
	margin:0;
	padding:0;
	}

body{
	margin:0;
	padding:0;
	background-color:#300;
	width:100%;
	font-family:Verdana,Helvetica,sans-serif;
	font-size:15px;
	color:#fff;
	background-image: url(bg/bg.jpg);
}

#header{
	height:300px;
	background-image: url(bg/topbg.jpg);
}


#logo{
	margin-left:100px;
	height:300px;
	width:800px;
	background-image:url(bg/title.jpg);
	background-repeat: no-repeat;
}


#toptext{
	position:absolute;
	top:10px;
	left:420px;
	font-size: 25px;
	font-weight: bold;
}
#leftbox {
	position:absolute; 
	display:block; 
	top:370px; 
	left:10px; 
	width:225px;
	background-color:#FFF;
	border:2px solid #300;
}
#left {
	color: #300;
	font-family: Arial, Helvetica, sans-serif; 
	text-align:center;
	padding:3px;	
}

#anavcontainer
{

	border:1px solid #f00;
	color: #FCFCFC;
	background-image: url(bg/bg1.jpg);
}
#anavcontainer ul
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	text-align: center;
	margin: 0;
	padding-bottom: 5px;
	padding-top: 5px;
}

#anavcontainer ul li
{
display: inline;
margin-left: -4px;
}

#anavcontainer ul li a
{
padding: 5px 10px 5px 10px;
color: white;
text-decoration: none;
border-right: 1px solid #fff;
}

#anavcontainer ul li a:hover
{
	background-color: #030;
	color: white;
}
#active a:link, #active a:visited, #active a:hover
{
	background-color: #030;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}


#content {
	position:relative;
	margin-right:3%;
	margin-left:250px; 
	margin-top:10px;
	background:#fff;
	padding:10px;
	height:100%;
	color:#300;
	border:2px solid #330;
}

#sponsors
	{
	margin:3%;
	padding:5px;
	border:2px solid #300;
	background-color:#FFF;
	color: #300;
	}
	
#footer{
	position: relative;
	height:40px;
	background:#fff;
	text-align:center;
	border-top:2px solid #300;
	border-bottom:2px solid #300;
	color:#300;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top:20px;
	margin-bottom:20px;
	clear:both;
}

h1 {
	font-weight:normal;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:3.0em;
	margin-left:10px;
	margin-top:250px;
	}
h2 {
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.5em;
	margin-right:550px;
	color:#300;
	}

a {
	color:#300;
	
	}
a:hover {
	color:#030;
	text-decoration:none;
	font-weight: bold;
	text-transform: uppercase;
	}

.border {
  border:2px solid #030;
  padding:5px;
  }
