#tagline{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A34F4F;
	text-align: center;
	padding-top: 20px;
}
#tagline a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #A34F4F;
}
#tagline a:hover{
	text-decoration: none;
	color: #A34F4F;
}

a{
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #542929;
}

a:hover{
	text-decoration: none;
}

#container{
	width: 731px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	background-image: url(images/bkgrd_container.gif);
}


body{
	background-color: #542929;
	margin: 15px;

}


.right{
	width: 352px;
	margin-left: 379px;
	position:absolute;
	top: 15px;
	margin-top: 0px;
	background-repeat: repeat-y;	
	background-image: url(images/bkgrd_right.gif);
	
}

.left{
	width: 379px;
	height: 100%;
	left: 379px;
	display: block;
	background-repeat: repeat-y;	
	background-image: url(images/bkgrd_left.gif);
}

img {
	display: block;
	
}

.footer{
	
	width: 731px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #A34F4F;
	border-top: 1px;
	border-top-color: #000000;
	border-top-style: dashed;
}

.footer a{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 8px;
	padding-top: 5px;
	
}
.footer a:hover{
	text-decoration: underline;	
	color: #542929;
	padding-bottom: 8px;
	padding-top: 5px;
}

.content{
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 8px;
	background-repeat: repeat-y;	
	background-image: url(images/bkgrd_content.gif);
}

.subnav{
	left-padding: 8px;
	right-padding: 8px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom-color: #000000;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}


.subnav li {
	display: inline;
	margin: 0px;
	
}


.subnav a{
	text-decoration: none;
	color: #666666;
	padding-right: 2px;
	padding-left: 12px;
	padding-bottom: 8px;
	padding-top: 0px;
	font-weight: bold;
	background-image: url(images/bkgrd_subnav_links.gif);
	background-repeat: no-repeat;
	
	
}
.subnav a:hover{
	text-decoration: underline;	
	color: #542929;
	padding-bottom: 8px;

}

/*START NAV CSS*/
#navcontainer
{
background: #333;
border-top: 1px solid #000;
border-right: 1px solid #000;
font: normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#navlist
{
list-style: none outside none;
margin: 0;
padding: 0;
}

@media all {
#navlist {
text-align: center
}
}

#navlist li
{
bottom: 11px;
display: inline;
line-height: 1.2em;
margin: 0;
padding: 0;
position: relative;
}

html>body #navlist li
{
background: #000;
margin: 0 3px 0 0;
padding: 4px 0px 4px 0;
}

#navlist a, #navlist a:link, #navlist a:visited
{
background: #542929;
border: 1px solid #FFF;
bottom: 2px;
color: #FFF;
cursor: pointer;
display: inline;
height: 1em;
margin: 0;
padding: 3px 5px 3px 5px;
position: relative;
right: 2px;
text-decoration: none;
}

#navlist a:hover
{
background: #A34F4F;
bottom: 1px;
color: #FFF;
position: relative;
right: 1px;
}

#navlist a:active
{
background: #999;
bottom: 0px;
color: #FFF;
position: relative;
right: 0px;
}

#navlist li#active
{
background: #333;
bottom: 13px;
display: inline;
margin: 0 3px 0 0;
padding: 0;
position: relative;
}

html>body #navlist li#active
{
background: #000;
margin: 0 4px 0 4px;
}

#navlist #active a, #navlist #active a:link, #navlist #active a:visited, #navlist #active a:hover
{
background: #333;
border-bottom: none;
border-left: 1px solid #000;
border-right: 1px solid #000;
border-top: 1px solid #000;
bottom: 0;
color: #FFF;
cursor: text;
margin: 0;
padding: 2px 5px 0 5px;
position: relative;
right: 0;
}

/*END NAV CSS*/


/* right div - Main Image and Thumbs*/
.mainPic{
	background-repeat: repeat-y;
	background-image: url(images/bkgrd_right.gif);
	clear:both;
}
#featured {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 8px;
}
.thumbs img {
	display: block;
	border: 1px;
	border-style: solid;
	border-color:#000000;
	
}

.thumbs{
font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}

#enlarge{
	color: #542929;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}

/*End Right DIV*/