body{ 
margin:0; 
padding:0; 
font-family:Veranda, Gill Sans, Helvetica, sans-serif;
}
a {
border:0 none;
text-decoration:none;
color:#CC6666;
outline:none;
}

a:hover, a:active, a:visited {
color:#CC0000;
}
h3 {
    font-size:.7em;
    text-transform:italic;
}
/* global styles */
#header{ 
height:20px;
text-align:center;
font-size:.9em;
}

#header ul {
width:900px;
padding:0;
margin:auto;
}
.header_link {
margin-left:8px;
}
#top{ 
    width:100%;
    height:20px;
    padding-top:10px;
    opacity:0;
    text-align:center;
}
#content {
width:1760px;
}

#center {
    margin:0 auto;
    width:910px;
}
#navbar {
    width:30px;
    float:left;
    height:450px;
}
#navbar a {
	height:150px;
	width:30px;
	display:block;
	position:relative;
	text-indent:-4000px;
}
#navbar a.studio {
	background:url(images/studio_bk_2.png) no-repeat 0 0;
}
#navbar a.web {
	background:url(images/web_bk.png) no-repeat 0 0;
}
#navbar a.art {
	background:url(images/art_bk.png) no-repeat 0 0;
}
#navbar a:hover {
	background-position:-30px 0;
}
#frame {
    width:880px;
    float:left;
    height:450px;
    overflow:hidden;
}
#gallery, #navigation {  
min-height:450px; /* for modern browsers */
height:auto !important; /* for modern browsers */
float:left;
height:450px; /* for IE5.x and IE6 */
overflow:hidden;
}
/* home grid */
#navigation {
width:880px;
}
#navigation ul {
list-style-type:none;
margin-right: auto;
margin-left: auto;
padding:0;
width:910px;
margin-top:0;
margin-bottom:0;
height:150px;
}

#studio, #web, #art{
}

#navigation li ul li {
display:inline;
padding:0;
margin:0 auto;
}

#navigation a {
width:215px;
display:inline-block;
padding:0;
margin:0 auto;
}

#navigation span {
text-align:right;
font-size:.73em;
position:relative;
top:-25px;
display:block;
padding-right:18px;
}
#studio, #studio_logos, #web, #web_logos, #art, #art_logos {
    position:relative;
}
/* page galleries */
#gallery {
    width:0;
}
#gallery_content {
    width:800px;
    height:450px;
    padding-left:20px;
    padding-right:20px;
    float:left;
   }
.gallery_border_left, .gallery_border_right {
    width:1px;
    height:450px;
    background-color:#e5e5e5;
    overflow:auto;
}

.gallery_border_left {
    float:left;
}

.gallery_border_right{
    float:right;
    margin-right:34px;
}
#center img {
border:none;
top:0;
}

#studio_frame {
    height:410px;
    width:800px;
}

#studio_image {
    height:410px;
    display:none;
}

#studio_command {
    font-size:.8em;
    line-height:30px;
    display:block;
    float:right;
}


#studio_icons {
    list-style-type:none;
    float:left;
    width:600px;
    height:30px;
    margin:0;
    padding:0; 
}

#studio_number {
    display:block;
    float:right;
    margin-left:35px;
    color:#999999;
}


#studio_icons li {
    width:55px;
    text-align:center;
    display:inline;
}

#icon1, #icon2, #icon3, #icon4, #icon5, #icon6, #icon7, #icon8, #icon9, #icon10 {
    opacity:0;
}

#studio_nav {
    margin-top:10px;
    height:30px;
    display:none;
}


#studio_caption {
    position:relative;
    width:800px;
    background:#ffffff;
    color:#000000;
    opacity: 0.8;
    padding:2px;
	cursor:pointer;
}

#studio_caption_text {
    font-size:0.85em;
    line-height:1.1em;
}
#studio_caption_frame {
    position:relative;
    overflow:hidden;
    width:800px;
}

#studio_number a:visited, #studio_number a:link, #toggle_text:link, #toggle_text:visited {
    color:#CC6666;
}

#studio_number a:hover, #toggle_text:hover {
    color:#CC0000;
}
/* Resume page */
#resume_header {
    font-size:1.6em;
    line-height:1.3em;
    text-transform:lowercase;
    color:#999999;
}
#resume {
color:#666666;
font-size:.9em;
line-height:1.3em;
}
/* footer */
#footer { 
clear:both;
padding-top:90px;
height:30px;
text-align:center;
font-size:.75em;
color:#666666;
}