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

body {
	margin:0 0 0 0;
	font-family:Verdana, sans-serif;
	font-size:95%;
	text-align:center;
	background: #000000;
	}
	
#wrap {
	margin: 0 auto;
	padding: 0;
	font-size: 95%;
	text-align: left;
  	width:1000px;
	background: #000000;
  	}
	
#header {
	background:url(images/swpbheader.jpg) no-repeat top left #000000;
	text-align:left;
	height:300px;
	margin:50px 0 0 0;
	padding:10px 0 0 10px;
	}
	
#header h1{
	display:none;
	}
	
#sidebar{
	float:left;
	width:199px;
	font-size:95%;
	margin-left:0px;
	margin-top: 0px;
	padding-left: 0;
	}
	
#main {
	float:right;
	width:735px;
	height:300px;
	overflow:auto;
	margin-top: 10px;
	margin-right:40px;
	background-color:#CCCCCC;
	padding:5px 5px 5px 5px;
	}
	
	
#main li {
	list-style-image: url(images/ball.png);
	font-size:150%;
	text-decoration:none;
	}
	
	
#nav {
	color:#FFFFFF;
	float:left;
	width: 100%;
	font-size: 120%;
	}
	
#nav li {
	text-align: left;
	list-style:none;
	width:100%;
	height:25px;
	background:url(images/nav.png) no-repeat;
	}
	
#nav li:hover {
	text-align: left;
	list-style:none;
	width:100%;
	height:25px;
	margin: 0px 0px 0px 22px;
	background:url(images/nav.png) no-repeat;
	}
	
#nav a {
	text-decoration: none;
	padding-left:10px;
	color: #FFFFFF;
	}
	
