
body{ 
background-color:#000000;
font-family: Arial, Helvetica, Verdana, Sans-serif;
font-size: 12px;
margin:0; 
padding:0; 
}

/* Default Classes */

.hidden {
	display: none;
}

a:link {
	color: #3366ff;
	text-decoration: none;
}

a:hover {
	color: #3366ff;
	text-decoration: underline;
}
a:visited {
	color: #3366ff;
	text-decoration: none;	
}

/* Header Code */

#header{ 
background-color:#000000;
height:200px;
width:800px;
}

h1 {
	margin: 0;
	padding: 0;
}

/* Main Navigation */

#main-nav{ 
float:left;
width:200px;
background-color:#000000; 
min-height:375px; /* for modern browsers */
height:auto !important; /* for modern browsers */
height:375px; /* for IE5.x and IE6 */
}

#main-nav dl {width:200px; padding:0; margin:0;}
#main-nav dt {height:35px; padding:0; margin:0;}

#main-nav dt a {
	display: block;
	height: 0px !important;
	height /**/:35px; /* IE 5/Win hack */ 
	padding: 35px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
}

#main-nav dt#home,
#main-nav dt#home a { width:200px; height: 35px; background-image: url(../images/gbstudios_menu_home.gif); }

#main-nav dt#news,
#main-nav dt#news a { width: 200px; height: 35px; background-image: url(../images/gbstudios_menu_news.gif); }

#main-nav dt#prints,
#main-nav dt#prints a { width: 200px; height: 35px; background-image: url(../images/gbstudios_menu_prints.gif); }

#main-nav dt#gallery,
#main-nav dt#gallery a { width: 200px; height: 35px; background-image: url(../images/gbstudios_menu_gallery.gif); }

#main-nav dt#bio,
#main-nav dt#bio a { width: 200px; height: 35px; background-image: url(../images/gbstudios_menu_bio.gif); }

#main-nav dt#links,
#main-nav dt#links a { width: 200px; height: 35px; background-image: url(../images/gbstudios_menu_links.gif); }

#main-nav dt#about,
#main-nav dt#about a { width: 200px; height: 35px; background-image: url(../images/gbstudios_menu_site_info.gif); }

#main-nav dt#contact,
#main-nav dt#contact a { width: 200px; height: 35px; background-image: url(../images/gbstudios_menu_contact.gif); }

#main-nav dt#copyrights,
#main-nav dt#copyrights a { width: 200px; height: 35px; background-image: url(../images/gbstudios_menu_copyrights.gif); }

/* Content Section */

#content { 
width:600px;
margin-left:200px;
background-color:#000000; 
min-height:375px; /* for modern browsers */
height:auto !important; /* for modern browsers */
height:375px; /* for IE5.x and IE6 */
line-height: 18px; /*adds extra space between lines of text */
}

#content .padding {
padding: 25px;
}

#content h2 {
color: orange;
text-align: center;
margin: 0;
padding: 0;
padding-bottom: 15px;
}

#content p {
color: white;
margin: 0;
padding: 0;
padding-bottom: 15px;
}

#content date {
color: rgb(255,255,0);
}

#content note {
color: rgb(255,255,0);
}

#footer { 
clear:both;
background-color:#000000;
height:25px;
width:800px;
}
