/*css document*/

* {
	margin: 0;
	padding: 0;
}

body {
	height:100%;
	margin: 0;
	padding: 0;
	background-color:#F7EBCE;
}

* html {
	margin: 0;
	padding: 0;
}

.elv {
	background-image:url(images/elv.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

a {
	color:#B58A31;
	font-weight:bold;
	text-decoration:none;
}

.h3div {
	color:#996600;
	margin-left:10px;
	margin-right:10px;
	background-image:url(images/h3_bg_4.jpg);
	background-repeat:repeat-x;
	background-position:center;
}

.h2 {
	font-size: 18px;
}

.h2:hover {
	color:#99A95F;
}

.h3 {
	color:#996600;
	margin-left:10px;
	margin-right:10px;
	background-color:#F8F3DF;
	font-weight:bold;
	font-size: 16px;
	padding-left:10px;
	padding-right:10px;
}


h4 {
	color:#996600;
	font-size: 14px;
}

p {
	line-height:1.4;
}

*html p {
	line-height:1.5;
}

#page {
 	margin: auto;
	height:100%;
	width:1000px;
	padding-top:30px;
	font-size:14px;
	color:#333333;
}

#header {
	width:754px;
	border-bottom:2px solid #C6A65A;
	padding-bottom:18px;
}

#menu {
	height:50px;
	margin-bottom:20px;
	border-bottom:1px solid #F7E7B5;
}

#menu ul {
	list-style:none;
	padding-left:30px;
	padding-top:5px;
}
/*
#menu ul li {
	float:left;
	padding-left:15px;
	height:20px;
}
*/
#menu ul li a {
	font-size:15px;
	font-weight:bold;
	color:#9C6100;
	text-decoration:none;
}

#menu ul li a:hover{
	color:#9CAA5A;
}

#content {
	height:442px;
	width:768px;
	border: 2px solid #B58A31;
	background-color:#F7F3DE;
	text-align:left;
}

#content_left {
	margin:5px;
	padding-left:8px;
	height:420px;
	width:330px;
	top:260px;
	text-align:center;
	position:absolute;
}

#content_right {
	margin:5px;
	padding-right:8px;
	height:420px;
	width:330px;
	top:260px;
	text-align:center;
	position:absolute;
}

*html #td_footer {
	height:35px;
}

.prevLink {
	position:absolute;
	left:0px;
	top:400px;
	color:#B58A31;
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
}

.nextLink {
	position:absolute;
	left:270px;
	top:400px;
	color:#B58A31;
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
}

.galLink {
	color:#B58A31;
	font-weight:bold;
	font-style:italic;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
}

.gal_name {
	color:#B58A31;
	font-weight:bold;
}


