body, html, form {
		margin:0;
		padding:0;
}
	
body {
	min-width:750px;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-color:#26332f;
}

input, text, button {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	font-size:x-small;
}
	
#wrap {
	background-image:url(images/content_bg.gif);
	background-repeat:repeat-y;
	margin:0 auto;
	width:750px;
}

#bottomshim {
	margin:0 auto;
	width:750px;
}

#header {
	background:#fff;
        text-align:right;
}

#searchbox {
     float:left;   
     width:370px;
     height:30px;
     margin:20px 0 0 4px;
}

#searchbox form {
     padding:5px;
     text-align:left;
}

#searchbox input {
   margin-right:10px;
}

#main {
	float:left;
	width:549px;
	padding:0 2px 0 8px;
}

#main h1, #main h2, #main h3 {
	padding:0 15px;
	font-family:Trebuchet MS;
	color:#333;
}

#main p {
	padding:0 15px;
        font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	font-size:11px;
	line-height:1.5em;
}

#topgraphic {
	margin:0;
	padding:0;
}

h1 {
	font-family:Trebuchet MS;
	color:#333;
	font-size:large;
	font-weight:bold;
}

h2 {
	font-family:Trebuchet MS;
	color:#333;
	font-size:medium;
	font-weight:bold;
}

h3 {
	font-family:Trebuchet MS;
	color:#333;
	font-size:14px;
	font-weight:bold;
	margin-bottom:0;
}

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	font-size:11px;
	line-height:1.5em;
}

a:link, 
a:visited {
      color:#036;
      text-decoration:none;
}

a:hover {
      color:#9c0;
      text-decoration:underline;
}

a:active {
      color:#036;
      text-decoration:underline;
}

#nav {
	background-color:#4A6493;
	margin:0 0 20px 1px;
	padding:0;
	border-top:1px solid #fff;
	float:left; 
	width:547px; 
}

#nav ul{
	margin:0;
	padding:0;
	list-style:none;
}

#nav li{
	display:inline;
	margin:0;
	padding:0;
}

#nav a:link, #nav a:visited {
	color:#FFF;
	font-family:Trebuchet MS;
	font-size:x-small;
	font-weight:bold;
	text-decoration:none;
	padding:0 15px 0 15px;
	border-right:1px solid #fff;
	float:left; 
	width:auto; 
}

#nav a:hover {
	background-color:#cf0;
	color:#039;
}

#home #nav-home a, 
#Hosting #nav-hosting a, 
#Player #nav-player a, 
#FAQs #nav-faqs a, 
#About #nav-about a, 
#Help #nav-help a { 
	background-color:#fff; 
	color:#039; 
} 

#home #nav-home a:hover, 
#Hosting #nav-hosting a:hover, 
#Player #nav-player a:hover, 
#FAQs #nav-faqs a:hover, 
#About #nav-about a:hover, 
#Help #nav-help a:hover { 
	background-color:#fff; 
	color:#039; 
} 

#nav a:active { 
	background-color:#9DC401; 
	color:#036; 
} 

#sidebar {
	float:right;
	width:191px;
	padding:0;
	margin:0;
}

#sidebar p,
#sidebar h1,
#sidebar h2,
#sidebar h3,
#sidebar ul  {
	padding:5px 10px 0 10px;
}

#sidebar ul {
	margin:0;
	list-style:circle;
}

#sidebar li {
         font-size:x-small;
         font-family:Verdana, Arial, Helvetica, sans-serif;
         color:#333;
         line-height: 1em;
         margin:0 10px;
}

#sidebar h1 {
        font-size:small;
        color:#333;
        margin-bottom:0;
}

#sidebar h2,
#sidebar h3 {
        font-size: x-small;
        color:#333;
        margin-bottom:0;
        line-height:normal;
}

#sidebar p {
         font-size:x-small;
         line-height: 1em;
         color:#666;
         margin:5px 0;
}

#sidebar a {
         text-align:right;
}


#sidebar input, 
#sidebar text, 
#sidebar button{
	margin:3px;
}

#sidebar form{ 
	width:180px;
	margin:0 7px 0 3px;
        background-color:#eee;
}


#footer {
	clear:both;
	width:549px;
	padding:50px 2px 0 8px;
	text-align:center;

}
	
	
#footer ul{
	margin:0 25px 0 25px;
	padding:0;
	list-style:none;
	border-top:1px solid silver;
	border-bottom:1px solid silver;
}

#footer li{
	display:inline;
	margin:0;
	padding:0;
}

#footer a:link, #footer a:visited {
	color:#666666;
	font-family:Trebuchet MS;
	font-size:x-small;
	font-weight:bold;
	text-decoration:none;
	padding:5px 15px 5px 15px;
}

#footer a:hover {
	color:#003399;
}	
#footer p {
	padding:5px 5px 5px 10px;
	margin:0;
	font-family:Trebuchet MS;
	color:#333;
}

