/*Stevz Website Layout V1.0*/

body{
/*width:100%;*/
/height:800px;*/
margin:0px;
background-color:#008331;
font-family:sans-serif;
overflow:none;

/* The scrollbar */
scrollbar-base-color: #aaaaaa; 
scrollbar-face-color: #004311; 
scrollbar-track-color: #008331; 
scrollbar-arrow-color: #008331;
scrollbar-highlight-color: #000000; 
scrollbar-3dlight-color: #000000; 
scrollbar-shadow-color: #000000;
scrollbar-darkshadow-color: #888888;
}

h3{
padding:0px;
margin:0px;
}

p{
padding:0px;
margin-top:0px;
margin-bottom:10px;
}

/* Main box of site */
.mainboxBG{
z-index:4;
position:absolute;
top:0px;
bottom:0px;
width:828px;
/*height:100%;*/
left:50%;
margin-left:-414px;
/*background-image:url(../images/mainboxBG.png);*/
}

/* Divs in container box */

.rimL{
z-index:11;
position:absolute;
top:110px;
height:570px;
width:10px;
left:0px;
background-image:url(../images/TranspD.png);
}

.rimR{
z-index:10;
position:absolute;
top:110px;
height:570px;
width:10px;
right:0px;
background-image:url(../images/TranspD.png);
}

/* The flash content box */
.flash{
z-index:7;
position:absolute;
top:110px;
left:10px;
height:250px;
width:808px;
/*background-image:url(../images/mainboxBG.png);*/
}

.menu{
z-index:9;
position:absolute;
top:360px;
/*width:100%;*/
left:10px;
right:10px;
height:30px;
background-image:url(../images/TranspD.png);
text-align:center;
/*display:none;*/
}

/*Blog/Tab section*/

/*Test div*/
.bbar{
z-index:8;
position:absolute;
top:660px;
left:10px;
right:10px;
height:20px;
background-image:url(../images/TranspD.png);
text-align:center;
}

.bloglist{
z-index:9;
position:absolute;
top:390px;
left:10px;
right:10px;
height:270px;
background-image:url(../images/fadeV.png);
}

.bloglist a .tabs{
left:10px;
border-right:1px solid #fff;
border-top:1px solid #fff;
height:80px;
width:314px;
padding:5px;
background-image:url(../images/TranspD.png);
}

.bloglist a:link{
text-decoration:none;
}

.bloglist a .tabs font.date{
font-size:12px;
color:#ff9473;
}

.bloglist a .tabs font.topic{
font-size:18px;
color:#fff;
}

.bloglist div#sect1 .tabs{
border-top:none;
height:78px;
}

.bloglist a:hover .tabs{
display:block;
background-image:url(../images/mainboxBG.png);
}

.bloglist .tcontent{
position:absolute;
top:0px;
right:0px;
height:260px;
width:473px;
color:#fff;
padding:5px;
visibility:hidden;
}

.bloglist .viewing .tabs{
background-image:none;
border-right:none;
}

.bloglist .viewing .tcontent{
visibility:visible;
}

.bloglist .tcontent a p.jlink{
text-align:right;
font-size:12px;
color:#ff9473;
}


/* Logo Head of site*/
.topbanner{
z-index:12;
position:absolute;
top:0%;
left:50%;
width:828px;
height:110px;
margin-left:-414px;
background-image:url(../images/LogoHeadv1.png);
background-repeat:no-repeat;
}

/* Bottom banner of site*/
.botbanner{
z-index:12;
position:absolute;
top:680px;
left:50%;
width:828px;
height:110px;
margin-left:-414px;
background-image:url(../images/BannerB.png);
background-repeat:no-repeat;
}

/*Background Stuff*/

.bglogo
{
	z-index:3;
	position:absolute;
	bottom:0px;
	right:0px;
	width:228px;
	height:218px;
	background-image:url(../images/Stevzv2.png);
	background-repeat:no-repeat;
}

/* The background edges */
.leftbg{
z-index:1;
position:absolute;
top:0px;
left:0px;
width:170px;
min-height:790px;
height:100%;
background-image:url(../images/FadeLeftDark.png);
}

.rightbg{
z-index:2;
position:absolute;
top:0px;
right:0px;
width:170px;
min-height:790px;
height:100%;
background-image:url(../images/FadeRightDark.png);
}



 