body {
	margin: 20px 0;
	background: #3B3B3B url(images/img1.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #BABABA;
}


a:link {
	color: #94B0C8;
    text-align: center;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

a:visited {
	color: #BABABA;
}

h1, h2, h3 {
	font-weight: normal;
	color: #FFFFFF;
}

h1 { font-size: 197%; }
h2 { font-size: 167%; }
h3 { font-size: 100%; font-weight: bold; }


#wrapper {
	height: 1100;
	width: 720px;
	text-align: center;
	color: #BABABA;

}


#header {
	width: auto;
	height: auto;
}


#logo {
	float: left;
	width: 215px;
	height: 200px;
	background: url(images/psplogo.gif);
}


#splash {

	width: auto;
	height: auto;
	background: #000000;
}


#menuspan {

	clear: both;
	width: 720px;
	height: 60px;
	border-style: solid;
	border-width: 2px;
	border-color: #000000;
	
}

#quotespace {
	float: left;
	width: 215px;
	height: 60px;
	border-style: solid;
	border-color: #000000;
	border-width: 0px;
	border-right-width: 2px;
}

#quotespace h1 {
	text-align: center;
	letter-spacing: -1px;
	font-size: 24px;
	line-height: 1px;
}

#quotespace h1 a {
	color: #000000;
	font-size: 15;
	line-height: 1px;    
}

#quotespace h2 {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 8px;
	font-weight: bold;
	line-height: 1px;
}

#quotespace h2 a {
	color: #000000;
}

#quotespace a {
	text-decoration: none;
}

#spacer {
	float: left;
	height: 60px;
	width: 110px;
}



#menu {
	float: right;
	width: 499px;
	height: 100%;
}

#menu ul {
	list-style: none;
}

#menu li { 
	display: inline;
}

#menu a {
	display: block;
	text-decoration: none;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	font-weight: bold;
}

#menu a:hover, #menu a:active {
	background: #000000;
}


#page {

	width: 100%;
   	height: auto;
	overflow: auto;
	border-style: solid;
	border-width: 2px;
	border-color: #000000;
}


#sidebar {
	
	width: 215px;
	float: left;
	height: 700px;
	border-style: solid;
	border-color: #000000;
	border-right-width: 2px;
	border-top-width: 0px;		
	border-left-width: 0px;
	border-bottom-width: 0px;
}

#content {
	float: right;
	width: 480px;
	height: 700px;
	overflow: auto;
	text-align: left;
	padding-left: 0px;
	padding-right: 5px;
	text-align: justify;

}

#typelist {
	float: bottom;
	width: 449px;
	height: 30px;
	
}

#typelist ul {
	margin: 0;
	list-style: none;
}

#typelist li {
	display: inline;
}

#typelist a {
	display: block;
	float: left;
	padding: 0 15px;
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
	background: ##696969;
}

#typelist a:hover, #typelist .active a {
	background: #000000;
}

#typelist .active a {
}




#page h1, #page h2 {
	margin-bottom: 20px;
    height: 48px;
}


/* Sidebar */

#sidebar h2 {
	padding-top: 6px;
	font-size: 100%;
	font-weight: bold;
    text-align: center;
}

/* Footer */

#footer {
	float: left;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	border-top: 5px solid #000000;
	border-bottom: 2px solid #000000;
	clear: both;
	width: 720;
	height: auto;
	padding: 0;
}

#footer p {
	margin: 0;
	padding: 10;
	font-size: 77%;
}

#legal {
	float: left;
}

#links {
	float: right;
}