@charset "utf-8";
/* Stylesheet for Home, Gallery and Contact pages */

body
{
background-color:#FFF;
}

#body 
{
width:900px;
margin:auto;
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
background:#FFF;
}

#header
{
height:100px;
color:#000;
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size:36px;
letter-spacing:2px;
text-align:center;
}
 
.header_text
{
position:relative;
top:30px;
}

#menu
{
width:900px;
background-color:#666;
}

#menu_links
{
text-align:center;
margin:auto;
padding:0.5em;
}

#menu_links a
{
	padding:0.45em 1em;
	color:#FFF;
	font-size:18px;
	letter-spacing:1px;
	text-decoration:none;
	text-transform:lowercase;
}

#menu_links a:visited
{
	color: #fff
}

#menu_links a:hover
{
text-decoration:underline;
}


body#home a#homenav,
body#gallery a#gallnav,
body#about a#aboutnav,
body#contact a#contactnav{
color: #fff;
background:#383838;
}

#content{
min-height:400px;
margin:0;
padding:0;
}

#home_table
{
margin:auto;
padding:50px 0px ;
}

#home_table table
{
margin:auto;
}

#home_table a
{
border:none;
text-decoration:none;
}

#home_table td
{
padding:0px 10px;
}

/*The following are bad for validation, but work */
#home_table img
{	
border:none;
opacity:1;
filter:alpha(opacity=100);
}

#home_table img:hover
{
opacity:0.6;
filter:alpha(opacity=60); 
}
/*************/

#synopsis
{
	width:600px;
	margin:auto;
	text-align:center;
	font-size:14px;
}

#caption1, #caption2, #caption3
{
	visibility:hidden;
	width:250px;
	text-align:center;
	padding:3px 0 3px 0;
	background-color:#47391F;
	color:#FFF;
}

/** Gallery styles  **/

.pagetitle{
	padding:20px 0 0 20px;
	margin:0;
}

.tagline{	
padding:0 0 0 20px;
margin:0;
font-size:13px;
letter-spacing:-1px;
}

#tabs
{
margin: auto;
padding:1em;
background-color:#FFF;
}

#tabs ul 
{
	font:Tahoma, Geneva, sans-serif;
	font-weight:normal;
	
}

#thumbs_para
{
text-align:center;
padding:10px 10px 0px 10px;
font-size:14px;
}

#tabs img
{
	text-align:center;

border:1px solid #333;
	margin:1em;
}

#thumbs td
{
	padding: 0px 5px;
}

#largeDiv
{
	width:600px;
	margin:auto;
	padding-top:50px;
	padding-bottom:15px;
}

#largeDiv img
{
	border:1px ridge #47391F;
}

#picture_description
{
	font-size:14px;
	font-weight:bold;
	text-align:center;
	letter-spacing:1px;
	padding-bottom:20px;
}

#contact_section,#about_section
{
	width:600px;
	margin:auto;
	padding-top:50px;
}

#contact_section h3
{
	letter-spacing:2px;
}

#contact_section table
{
	font-size:12px;
	text-transform:uppercase;
}

#contact_section p
{
	font-size:12px;
}

#errorMsg
{
	color:#C00;
	text-align:center;
	margin:10px 20px 0 0;
}

#contact_response
{
	margin-top:20px;
	padding:40px;
}

.contact_return_link
{
	font-size:12px;
}

#footer
{
	width:900px;
	font-size:10px;
	color:#333;
	text-align:center;
	margin-top:60px;
}

#footer a
{
	
	color:#333;
	text-decoration:none;
}

#footer a:hover
{
	color:#000;
}



