body{
margin:0;
padding:0;
line-height: 1.5em;
background:#000000;
color:#FFFFFF;
font-size:12px;
font-family:Georgia, "Times New Roman", Times, serif;
overflow:hidden;
}

b{font-size: 110%;}
em, a{color: red;}

h1,h2,h3,h4,h5,h6{}

#frame{
background:url(../images/bg_frame.png) top left repeat-y;
height:100%;
width:100%;
margin-top:2px; /* add 2px margin for top red border */
display:block;
position:fixed;
top:0;
left:0;
z-index:2;
}

#frame_left{
background:url(../images/bg_frame_left.png) top left repeat-y;
height:100%;
width:234px;
margin-top:2px; /* add 2px margin for top red border */
display:block;
position:fixed;
top:0;
left:0;
z-index:5;
}

#frame_right{
background:url(../images/bg_frame_right.png) repeat-y;
height:100%;
width:100%;
margin-top:2px; /* add 2px margin for top red border */
display:block;
position:fixed;
top:0;
left:997px;
z-index:5;
}

#mastercontent{
/*width:12639px; /* contentwrapper-width x number of pages - dont forget the spacer <LI> at the end!!! */
/*width:11625px;*/
width:12639px;
height:600px;
display:block;
}

ul#maincontainer{
width:100%;
height:100%;
border-top:#ff0200 2px solid;
background:url(../images/WHJ_backg.jpg) top left no-repeat;
margin:0;
padding:0;
display:block;
float:left;
list-style:none;
position:relative;
z-index:1;
overflow:hidden;
}

li.contentwrapper{
float: left; display:inline-block;
list-style:none;
width: 1149px;
z-index:10;
}

#contentcolumn{
margin-left: 208px; /*Set left margin to LeftColumnWidth  */
margin-top:102px;
width:736px;
height:475px;
background:url(../images/bg_content.png) top left no-repeat;
}

#menu{
position:fixed;
top:15px;
left:27px;
float: left;
width: 162px; /*Width of left column*/
z-index:999;
}

#nav{
position:fixed;
top: 500px;
left:805px;
display:block;
z-index:999999;
}

#nav img{
margin-right:20px;
}

/* My Custom Styles */
a.buttonLrg{
font-size:1.5em; font-family:Arial, Helvetica, sans-serif;
text-decoration:none; color:#FFF;
padding:5px; border:1px #F00 dotted; display:inline-block;	
}

	a:hover.buttonLrg{
		border-color: #FFF;
	}

.innertube{
margin: 50px; /*Margins for inner DIV inside each column (to provide padding)*/
padding-top: 15px;
z-index:9999999;
}

/* Tooltip Styles */

/*#iconbar	{list-style:none; margin:0; padding:0; margin-left:300px;}
#iconbar li {float:left; position:relative; margin:30px 30px;}

#iconbar span {
	background: #270707;
	font-size:12px;
	width: 160px;
	border-style:solid;
	border-color: #111111 #000000 #000000 #111111;
	border-width:1px;
	position: absolute;
	top: 0px;
	left:-15px;
	text-align: center;
	padding: 10px;
	display: none;
	line-height:150%;
	color: #FFFFFF;
	cursor:pointer;
	z-index:9999999999;
}

#iconbar span a{
text-decoration:none;
}

#iconbar span a:hover{
text-decoration:underline;
}*/



