/*  
Theme Name: WSP
Theme URI: http://localhost/wordpress/
Description: WSP WP Theme
Version: 2.0
Author: Ben Partch
Author URI: http://benpartch.com/
*/
/*f1f1f1 */
body {
  background-image: url(images/gradient.jpg);
  background-repeat: repeat-x;
  background-color: #c9fbfb;
  font: normal normal 81.25%/1.6em Verdana, Arial, Tahoma, Sans-Serif;
  color: #333;
  text-align: left;
}
/* IE Height Fixes */
* html body {
  margin:0;
  padding: 0;
}
* html body{
	height:100%;
}

/* Mozilla Height Fixes */
html,body {
  margin: 0;
  padding: 0;
  height: 100%;	
}
html>body #container {
	height: auto;
}
/* End Mozilla Height Fixes */


.menu { font-family: arial; font-size: 12px; line-height: 20px }
.menuitem { color: #0000FF }
.menumouseover { font-family: arial; background: #97c1e9;line-height: 30px; border-color: #094a88 }
.disclaimer { font-family: arial; font-size: 12px }
h3 { color: #9C5A3C; font-size: 24px; padding: 0px 0px 0px 16px }
a.statusItem_gsnb {
  color : rgb(9, 122, 182);
  font-size : 8px;
}
.contentAd {
	width: 345px;
	height: 280px;
	float: left;
	border: 0px solid #333;
	margin-left: 10px;
}

#container {
  width: 1015px;
  height: 100%; 
  min-height: 100%;
  margin: 0 auto;
  position: relative;
  background: url(images/background2.gif);
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #333333;
  padding: 0px;
}

.dent {margin-left:30px; }