/*  
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;
white-space: pre; /* css-3 */
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* IE 5.5+ */ 
display; block;
float: left;
text-align: left;
width: 100%;
}
.menumouseover { font-family: arial; background: #97c1e9;line-height: 30px; border-color: #094a88 }
.disclaimer { font-family: arial; font-size: 12px }
h1 { color: #9C5A3C; font-size: 24px; padding: 0px 0px 0px 0px; }
h2 { color: #7C5A3C; font-size: 20px; padding: 0px 0px 0px 0px; }
h3 { color: #5C5A3C; font-size: 16px; padding: 0px 0px 0px 0px; }
a.statusItem_gsnb {
  color : rgb(9, 122, 182);
  font-size : 8px;
}
.contentAd {
	width: 345px;
	height: 280px;
	float: left;
	border: 0px solid #333;
        padding: 10px;
}

.contentAd2 {
	width: 240px;
	height: 400px;
	float: left;
	border: 0px solid #333;
        padding: 10px;
}


.contentAd3 {
	width: 345px;
	height: 280px;
	float: left;
	border: 0px solid #333;
        padding: 10px;
}

.contentPic {
	width: 245px;
	height: 220px;
	float: right;
	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;
}

.jLink
{
        color:white;
	cursor: pointer;
}

.dent {margin-left:30px; }