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


body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	margin: 0;
	padding: 0;
	background:#660000;
	color: #fff;
}

#wrapper{
	position:absolute;
	left:23px;
	top:26px;
	width:150px;
	background:#fff url(backgrounds/blend.gif);
	border:2px solid #cccc99;
	padding:5px;
}
#navcontainer ul
	{
	padding: .2em 0;
	margin-top:30px;
	margin-left:195px;
	width:775px;
	list-style-type: none;
	font-weight: bold;
	background-image: url(backgrounds/long1.gif);
	text-align:center;
	border: 2px solid #cccc99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	font-size: 12px;
}
#bottomnav ul
	{
	padding: .2em 0;
	margin-top:20px;
	margin-left:195px;
	width:775px;
	list-style-type: none;
	font-weight: bold;
	background-image: url(backgrounds/long1.gif);
	text-align:center;
	border: 2px solid #cccc99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	font-size: 12px;
}

li {
	display: inline;
}

li a
{
	text-decoration: none;
	padding: .2em 1em;
	border-right: 5px solid #cccc99;
	background:#fff;
}
li a#current {
	background-color: #FF9900;
	color: #990000;
	text-transform: uppercase;
}
li a:hover
{
background-color: #990000;
color: #fff;
text-transform: none;
}

#topbox
	{
	width:740px;
	margin-left:195px;
	margin-top:10px;
	margin-bottom:10px;
	padding:15px;
	border: 2px solid #cccc99;
	color: #660000;
	background-image: url(backgrounds/long.gif);
	background-repeat: repeat-y;
	}

#container
	{
	width:740px;
	margin-left:195px;
	margin-bottom:10px;
	border: 2px solid #cccc99;
	padding:15px;
	color: #660000;
	background-image: url(backgrounds/long.gif);
	background-repeat: repeat-y;
	}
#box
	{
	margin-top:2px;
	border: 2px solid #cccc99;
	color: #660000;
	background:#fff url(backgrounds/white.gif);
	}
#content
	{
	margin-top:2px;
	padding:5px;
	border: 2px solid #cccc99;
	color: #660000;
	background:#fff url(backgrounds/white.gif);
	font-size:medium;
	}
#affilates {
	margin-left:50px;
}
#affliates a:link
{
	color: #990000;
	text-decoration: none;
	text-align:center;
}
#bottom
	{
	margin-top:2px;
	padding:10px;
	color: #660000;
	background:#fff url(backgrounds/white.gif);
	font-size:small;
	font-weight:bold;
	text-align:center;
	line-height:110%;
	}
#bottom a:link
{
	color: #990000;
}
#bottom a:hover
{
	text-decoration: none;
	color: #990000;
	text-transform: uppercase;
}
#bottomsponsor
	{
	width:100%;
	height:110px;
	margin-top:2px;
	padding-left:200px;
	border: 2px solid #cccc99;
	color: #990000;
	background:#fff url(backgrounds/white.gif);
	font-size:small;
	font-weight:bold;
	text-align:center;
	line-height:110%;
	}

#footer
	{
	margin-top:2px;
	padding:5px;
	border: 2px solid #cccc99;
	color: #990000;
	background:#fff url(backgrounds/white.gif);
	font-size:small;
	font-weight:bold;
	text-align:center;
	}
	
#footer a:link
{
	color: #990000;
}
#footer a:hover
{
	text-decoration: none;
	color: #999966;
	text-transform: uppercase;
}
.border {
  border:3px solid #cccc99;
  padding:5px;
  }
  .right {
  border:1px solid #cccc99;
  margin:10px;
  float:right;
  }
   .left {
  border:1px solid #cccc99;
  margin:10px;
  float:left;
  }

h1	{
	font:30px Georgia, "Times New Roman", Times, serif;
	color: #660000;
	margin-top: 10px;
	text-align:center;
	font-weight: bold;	
	}
h2	{
	font:30px Georgia, "Times New Roman", Times, serif;
	color: #999966;
	font-style: italic;
	text-align:center;
	font-weight: bold;
	}
h3	{
	font:25px Arial, Helvetica, sans-serif;
	color: #600;
	font-weight: bold;
	text-align:right;
	}
h4	{
	font:25px Arial, Helvetica, sans-serif;
	color: #600;
	font-weight: bold;
	text-align:left;
	}



a:link {
	color: #990000;
}
a:visited {
	text-decoration: none;
	color: #cccc99;
}
a:hover {
	text-decoration: none;
	color: #990000;
	text-transform: uppercase;
}
a:active {
	text-decoration: none;}

.clear {
	clear: both;
}
