/*
  border: 1px solid red;
  margin: 0px;
  border: 1px solid red;
  border-width: 0px 1px 0px 1px;
  border-color: #444444; border-style: solid;
  border-bottom: 1px dotted #222222;
*/
html {
  margin: 0px;  padding: 0px;
}

body {
	background: #000 url('images/dragonskin.png');  margin: 0px;
  text-align: center;
}

img {
  margin: 0px;
  border: none;
}

p, a, h1, h2, h3 {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;  color: white;
  border: none;
}

h1 {
  font-size: 18px; 
}

h2 {
  font-size: 16px;
}

h3 {
  font-size: 14px;
}

.sponsor td{
  text-align: center;
}


td {
  vertical-align: top;
}

input {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
}

#container {
  background: #000033;
  width: 900px;
  margin: auto; margin-bottom: 20px; margin-top: 30px;
  text-align: left;
  border: 3px solid #400;
}

#header { 
	background: transparent;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 10px;
}

#header h1 {
	color: #aaa;
	font-family: Garamond, 'Palatino Linotype', 'Book Antiqua', Georgia, 'MS Serif', Serif;
	font-weight: bold;
	font-size: 40pt;
	margin: 0px;
}

#header h1 a, #header h1 a:hover {
	color: #888;
	text-decoration: none;
}
        
#header h2 {
	color: #aaa;
	font-family: Garamond, 'Palatino Linotype', 'Book Antiqua', Georgia, 'MS Serif', Serif;
	font-weight: normal;
	margin: 0px;
}

#header h2 a {
	color: #b00;
	text-decoration: none;
}

#header h2 a:hover {
	color: #fff;
	text-decoration: none;
}

#header h3 {
	color: #aaa;
	font-family: Garamond, 'Palatino Linotype', 'Book Antiqua', Georgia, 'MS Serif', Serif;
	font-weight: normal;
	margin: 0px;
}

/* Slideshow */

.slideshow { height: 170px; width: 800px; min-width: 800px; margin: auto; z-index: 1; overflow: hidden; }

.slideshow img { padding: 0; }

.header_logo { position: relative; margin: -100px 0 0 -660px; z-index: 2; }

.header_text_top { position: relative; margin: -190px 0px 0 500px; z-index: 2; }

.header_text_bottom { position: relative; width: 800px; margin: 0px auto; margin-top: 82px; text-align: right; font-size: 14px; font-family: "Comic Sans MS"; color:#FFFFFF ; background: url('images/shade.png') repeat-x; background-color: transparent; z-index: 1; }

/* End Slideshow */

#sidebar {
	color: #888;
  background: transparent;
	width: 130px;
	float: left; 
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px 5px 3px 10px;
}

#sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 20px 0px;
}
	
#sidebar li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
	
#sidebar ul li {
	list-style: none;
}

#sidebar ul li a {
	color: #b00;
	text-decoration: none;
}

#sidebar ul li a:hover {
	color: #a6ccfb;
	text-decoration: none;
}

#content {
	width: 700px;
  margin-right: 10px;
  text-align: center;
  float: right;
}

.team {
  border: 1px solid white;
  text-align: center;
}

#footer {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000; margin-bottom: 20px;
  text-align: center;
  
}
.clear {
	clear: both;
}

