/*  
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; float:left; word-wrap: break-word; 
white-space: pre; /* CSS2 */
white-space: -moz-pre-wrap; /* Mozilla */
white-space: -hp-pre-wrap; /* HP printers */
white-space: -o-pre-wrap; /* Opera 7 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: pre-wrap; /* CSS 2.1 */
white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
word-wrap: break-word; /* IE */
}
.menumouseover { font-family: arial; background: #97c1e9;line-height: 30px; border-color: #094a88 }
.disclaimer { font-family: arial; font-size: 12px }
.sitetitle { font-family:verdana; color: #0C71CD; font-weight:bold; font-size: 34px; padding: 0px 0px 0px 0px; }
h1 { color: #8d4f5e; 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: 335px;
	height: 275px;
	float: left;
	border: 0px solid #333;
        padding: 10px;
}

.contentAdBig {
	width: 345px;
	height: 295px;
	float: left;
	border: 0px solid #333;
        padding: 10px;
}


.contentAd2 {
	width: 240px;
	height: 400px;
	float: left;
	border: 0px solid #333;
        padding: 10px;
}

.contentPic {
	width: 245px;
	height: 220px;
	float: right;
	border: 0px solid #333;
	margin-left: 10px;
}

.trans {
	display:none;
}


#container {
  width: 902px;
  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; }
