﻿body 
{
    font-family:Verdana,Arial;
    font-size:11px;
    padding: 0;
    margin: 0;
    background: #f2fabc url(../images/header.jpg) no-repeat center top;
    width: 100%;
    display: table;
}

h1 
{
    font-size:11px;
    margin:0;
}

h1.article
{
    font-size:11px;
    margin:0;
}

h2.article
{
    font-size:11px;
    margin:8px 0 0 0;
    font-weight:bold;
}

p 
{
    margin:3px 0 5px 0;
}

img 
{
    border:0;
}

a
{
    color:#cc6600;
    text-decoration:none;
}

a:hover
{
    color:#cc6600;
    text-decoration:underline;
}

#wrapper
{
    position:relative;
    /*margin-top:126px;*/
    width:100%;
    background-color: #f2fabc;
}

#top {
	margin:0 auto;
	padding-left:1px;	
	width:989px;
}

#menu 
{
   	float:left;
    background: #f2fabc url(../images/menu.jpg) no-repeat center top;
    height:30px;
    width:100%;
    overflow:hidden;
  
}


#contentwrapper
{
   	clear:left;
    background: #f2fabc url(../images/content_bg.jpg) no-repeat center top;
    width:100%;
    height:531px;
}

#contentwrapperlong
{
   	clear:left;
    background: #f2fabc url(../images/content_long_bg.jpg) no-repeat center top;
    width:100%;
    height:765px;
}

#content 
{
    width:765px;
    margin:0 auto;
    padding:10px;
}

/* slide show*/
#slidewrapper
{
   	clear:left;
    background: #f2fabc url(../images/slideshow_bg.jpg) no-repeat center top;
    width:100%;
    height:531px;
    position:relative;
}

#slidecontent 
{
	clear:left;
	width:604px;
    margin:0 auto;
    padding-top:30px;
    overflow:hidden;
}

#slidephoto 
{
	width:100%;
    height:342px;
    background: #f2fabc url(../images/slide_bg.jpg) no-repeat center top;
}

#slidedescription
{
	clear:left;
	background-color:#333333;
	height:15px;
	color:#ffffcc;
	margin:0;
}

.photodescription 
{
	margin:0;
	padding:3px 0 2px 3px;
}

#thumbs {
	clear:left;
	margin-top:5px;
}
/* end slide show*/

.lefttext 
{
    float:left;
    margin:20px 10px 10px 14px;
    width:475px;
}
*html .lefttext {margin:20px 10px 10px 7px;}

.lefttextscroll 
{
    float:left;
    clear:left;
    margin:20px 10px 10px 14px;
    width:475px;
    height:650px;
    overflow:auto;
}
*html .lefttextscroll {margin:20px 10px 10px 7px;}

.righttext 
{
	float:right;
	margin:0;
	margin-top:20px;
	height:245px;
	width:235px;
	overflow-y:scroll;
	overflow-x:hidden;
    
}

.rightvideo 
{
	float:right;
	margin-top:25px; /*95px;*/
	width:255px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
    
}

p.video {
	
	margin:0;
	margin-left:10px;
	border:solid 1px #ffd998;
	overflow:hidden;
}

.sideimage
{
    float:right;
    margin:0;
    margin-top:5px;
    padding-left:5px;
    width:258px;
}

#footer
{
    background: #f2fabc url(../images/footer.jpg) no-repeat center top;
    width:100%;
    height:81px;
    color:#cc6600;
    font-size:9px;
}

#footerlong
{
    background: #f2fabc url(../images/footer_long.jpg) no-repeat center top;
    width:100%;
    height:81px;
    color:#cc6600;
    font-size:9px;
}

span.copyright
{
	float:left;
	padding-top:10px;
	width:100%;
	text-align:center;
	font-weight:bold;
}

ul.links 
{
    list-style:none;
    margin:0;
    padding:0;
    float:left;
    width:475px;

}

ul.links li 
{
    float:left;
    margin:0;
    padding:0;
}

#menu {
	width:100%;
	height:30px;
    margin:0 auto;
    padding:0;
}

#menu ul
{
    list-style:none;
    padding:0;
    margin:0 auto;
   	height:30px;
   	width:610px;
   	padding-left:110px;
}

#menu li 
{
    float:left;
    margin:0;
    padding:0;
}


#menu li a , #menu li a:hover {
    color:#4c2a09;        
    text-decoration:none;
    border:0;
}

p.slideshow 
{
    float:left;
    padding:10px 0;
    margin-left:40px;
}
*html p.slideshow{margin-left:20px;}

