body	{
background: #000;
color: #ccc;
margin: 0;
font-family: tahoma, helvetica, sans-serif;
font-size: 12px;
}

#container	{
width: 750px;
position: absolute;
left: 50%;
margin-left: -375px;
background: url(containerback.jpg);
}

#header	{
width: 700px;
height: 150px;
padding-left: 25px;
}

#header a	{
background: url(header.jpg);
width: 700px;
height: 150px;
display: block;
border: 0;
text-decoration: none;
}

#nav	{
padding-left: 25px;
}

#nav ul	{
list-style: none;
padding: 0;
margin: 0;
}

#nav li a	{
display: block;
float: left;
width: 174px;
text-decoration: none;
text-align: center;
color: #aaa;
font-size: 1.0em;
line-height: 2.5em;
background: #000 url(linkbg.png) top left repeat-x;
border-right: 1px solid #2d2d2d;
}

#nav li a.contact	{
border: 0;
}

#nav li a:hover	{
background: #ddd top right repeat-x;
color: #555;
}

body#home #nav li a.home, body#photos #nav li a.photos, body#reel #nav li a.reel, body#contact #nav li a.contact	{
background: #000 url(activelinkbg.jpg) repeat-x;
}

#content	{
clear: left;
padding-left: 50px;
padding-right: 50px;
padding-top: 25px;
padding-bottom: 25px;
line-height: 1.8em;
font-size: .9em;
}

#content h1	{
font-size: 1.5em;
font-weight: normal;
color: #fff;
margin-bottom: 0;
margin-top: 0;
}

#content a	{
font-size: 1.0em;
color: #fff;
text-decoration: none;
background: #222;
}

#content a:hover	{
background: #ddd;
color: #666;
}

#content a.resume	{
font-size: 1.2em;
}

#content ul	{
margin: 0;
margin-bottom: 20px;
padding: 0;
list-style: none;
float: left;
}

#content li	{
float: left;
}

#thumbs	{
width: 175px;
float: left;
}

#movthumbs	{
width: 400px;
float: left;
}

#content a.photo	{
display: block;
height: 55px;
width: 75px;
float: left;
border: 1px solid #555;
margin-right: 10px;
margin-top: 10px;
}

#content a.photo img	{
width: 75px;
height: 55px;
}

#content a.photo:hover	{
border: 1px solid #fff;
}


#movthumbs li	{
margin-right: 15px;
color: #888;
}

#big-picture	{
float: left;
width: 475px;
}

#content #mainpic	{
border: 1px solid #555;
margin-top: 10px;
width: 475px;
float: left;
}

.mainmov	{
border: 1px solid #555;
margin-top: 10px;
float: left;
margin-bottom: 20px;
display: none;
position: absolute;
left: 50%;
margin-left: -150px;
z-index: 2;
}

.mainmov a	{
color: #888;
text-decoration: none;
font-size: 11px;
display: block;
text-align: center;
margin: 5px;
}

.mainmov a:hover	{
color: #ccc;
}

#blackout	{
position: absolute;
z-index: 1;
width: 100%;
height: 100%;
background: #000;
opacity: .75;
display: none;
}

img	{
border: 0;
}

#footer	{
clear: left;
height: 50px;
padding-left: 25px;
background: url(footerback.jpg) bottom left;
}