body { 
	background: #2c292a url(../images/vanech-bg.png) no-repeat fixed center 30px;
	font-family: Lucida Grande, Helvetica, Arial, sans-serif;
	color: #E8DFD1;
	margin: 0;
	padding: 0;
}
#container {
	margin: 50px auto 0;
	height: 500px;
	width: 965px;
	padding: 40px 0 0 0;
}
a:link, a:visited {
	color: #B55341;
	text-decoration: none;	
}
a:hover, a:active {
	text-decoration: underline;	
}
h1 {
	display: none;
}
h2, h3, h4 {
	font-weight: normal;
	font-family: Georgia,"Times New Roman",Times,serif;	
	font-variant: small-caps;
	color: #B55341;
	line-height: 21px;

}
a img {
	border: none;	
}
ul {
	list-style-type: none;	
}
#nav ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	line-height: 2em;
	padding-left: 25px;
	padding-top: 16px;
	margin: 0;	
}
#nav ul ul {
	font-family: Lucida Grande, Helvetica, Arial, sans-serif;
	padding: 0 0 0 18px;
	font-size: .8em;
	font-variant: normal;
	margin: 0;
} 
#nav .nav_highlight{
	color: #E8DFD1;
}
#nav a:link, #nav a:visited {
	color: #E8DFD1;
}
#nav a:hover, #nav a:active {
	color: #B55341;
	text-decoration: none;
}
#footer {
	text-align: center;
	font-size: .7em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* widths will change for each page style */

#col1 {
	width: 280px;
	float: left;
	display: inline;
}
#col2 {
	width: 475px;
	float: left;
	display: inline;
	padding: 0 10px;
}
#col3 {
	width: 190px;
	padding: 60px 0;
	float: right;
	display: inline;
	font-size: .75em;
	line-height: 1.5em;
}
.textpage #col2 ul, #col3 ul {
	list-style-type: square;
	padding-left: 20px;	
	margin: 0;
}
.textpage #col2 ul li, #col3 ul li {
	padding-top: 5px;	
	margin: 0;
}

/*gallery page styles */
 
#gallery_holder {
	width: 475px;
}

/*home page styles*/

.homepage #col3 {
	 width: 261px;
}
.homepage #col3 h2 {
	font-variant: normal;
	line-height: 21px;
}
#slideshow {
	width: 475px;
}
#slideshow img {
	border: 1px solid #FFFFFF	
}

/* text page styles */

.textpage #col2 {
	font-size: .75em;
	line-height: 1.5em;	
	width: 550px;
}
.textpage #col2 h2 {
	padding-top: 60px	
}
#textpage_imgholder {
	width:160px; 
	overflow:hidden; 
	border:1px solid #FFFFFF; 
	float:left; 
	margin-right: 30px;	
}
#col2_copy {
	width: 358px;
	float: right;	
}

#click-larger-message {
	position: absolute;
	z-index: 100;
	bottom: 0;
	right: 0;
	background: white;
	opacity: 0.85;
	color: #333;
	padding: 0.5em;
	font-size: .9em;
}
