

/* Layout Stylesheet */ 



body{
 margin: 0;
 padding: 0;     
 background-color: black;
 font-size: 20px;
 color: black;
 font-family: sans-serif, Verdana, Geneva, Arial; 
 height: 100%;
background: #949494;

}

a:link {
color: #949494;
text-decoration: none;
}


a:visited {
color: #949494;
text-decoration: none;
}

a:hover {
color: #ffffff;
text-decoration: none;
}



.navmenu_link {
border-style: none;

}

	
#content_box{
 text-align: center;
 position: relative;
 width: 832px;
 height: 100%;
 margin-left: auto;
 margin-right: auto;

 padding: 0;
margin-top: 0;
margin-bottom: 0;

clear: both;
}




#banner{

width: 832px;
height: 304px;
margin: 0 0 0 0;
position: relative;

z-index: 2;

padding: 0;
}

#content_window_top{

width: 832px;
height: 48px;
margin: 0 0 0 0;
position: relative;

z-index: 2;
background: white url(images/template/content_window_top.jpg) ;
padding: 0;
}

#content_window_middle{

width: 832px;

margin: 0 0 0 0;
background-position: center top;
overflow: hidden;
clear: both;
z-index: 4;
background-image: url(images/template/content_window_middle.jpg) ;
padding: 0;
}

#content_window_bottom{

width: 832px;
height: 56px;
margin: 0 0 0 0;
position: relative;
overflow: hidden;
z-index: 2;
background: white url(images/template/content_window_bottom.jpg) ;
padding: 0;
}

#right_col > ul {
text-align: left;
}



#right_col {
float: right;
width: 200px;
height: 100%;
position: relative;
z-index: 3;
right: 32px;
color: white;
padding: 0;
font-family: Verdana;
font-size: 14px;
text-align: left;
}

#left_col > h1 {
font-size: 14px;
text-align: left;
}

#left_col > a > img {
float: right;
width: 200px;
height: 150px;
border-style: none;
}

h1{
font-size: 14px;
text-align: center;
}

h2{
font-size: 14px;
text-align: center;
}

#left_col {
float: left;
width: 500px;
height: 100%;
color: white;
left: 54px;
padding: 0;
position: relative;
font-family: Verdana;
z-index: 3;
font-size: 14px;
text-align: left;
}

#left_col_gallery {

width: 500px;
height: 100%;
color: white;
left: 54px;
padding: 0;
position: relative;
font-family: Verdana;
z-index: 3;
font-size: 14px;
text-align: left;
}





img.thumbnails {
border-style: none;
height: 150px;
width: 200px;

margin: 20px 0 20px 0;

}

img.tutorialpic_thumbnail {
width: 200px;
height: 150px;
border-style: none;
float: right;
}



#navbarlinks {
position: relative;
margin: 0;
padding: 0;
width: 800px;
height: 32px;
border-style: none;
margin-left: auto;
margin-right: auto;
}

#navbarlinks>a img{
padding: 0 5px 0 5px;
border-style: none;
margin: 0;
}

#leftoverjunk {
background-color: #5F56A6;
}

/* Gallery stylesheet */ 

.slideshow{ /*CSS for DIV containing each image*/

margin-bottom: 10px;
}

.slideshow img{ /*CSS for each image tag*/
border: 0;
width: 200px;
height: 150px;
}

#navlinks{ /*CSS for DIV containing the navigational links*/
width: 200px;
text-align: center;
margin-right: auto;
margin-left: auto;
}

#navlinks a{ /*CSS for each navigational link*/
margin-right: auto;
margin-left: auto;
margin-bottom: 3px;
font-size: 110%;
}

#navlinks a.current{ /*CSS for currently selected navigational link*/


