html, body, h1, h2, h3, h4 {
        margin: 0;
        padding: 0;
}
h1 img {
        display: block;
}
a {
        color: #990000;
        font-weight: bold;
        text-decoration: none;
}
a:hover {
        color: #FF7F00;
        text-decoration: underline;
}
.left {
        float: left;
}
.right {
        float: right;
}
.more {
        text-align: right;
}
.clear {
        clear: both;
}

body {
 background: #8E0D0D url(images/page_bg.jpg) repeat-x;
 text-align: center;
 font: 11px Georgia, "Times New Roman", Times, serif;
 color: #565656;
}


/**Gallery**/
/*preload classes*/ 
.svw {width: 50px; height: 20px; background: #fff;} 
.svw ul {position: relative; left: -999em;} 
 
/*core classes*/ 
.stripViewer {  
position: relative; 
overflow: hidden;  
border: 5px solid #8E0D0D;   
margin: 0 0 1px 0; 
} 
.stripViewer ul { /* this is your UL of images */ 
margin: 0; 
padding: 0; 
position: relative; 
left: 0; 
top: 0; 
width: 1%; 
list-style-type: none; 
} 
.stripViewer ul li {  
float:left; 
} 
.stripTransmitter { 
overflow: auto; 
width: 1%; 
} 
.stripTransmitter ul { 
margin: 0; 
padding: 0; 
position: relative; 
list-style-type: none; 
} 
.stripTransmitter ul li{ 
width: 20px; 
float:left; 
margin: 0 1px 1px 0; 
} 
.stripTransmitter a{ 
font: bold 10px Verdana, Arial; 
text-align: center; 
line-height: 22px; 
background: #8E0D0D; 
color: #fff; 
text-decoration: none; 
display: block; 
} 
.stripTransmitter a:hover, a.current{ 
background: #fff; 
color: #8E0D0D; 
} 
 
/** layout **/
#wrapper {
 text-align: left;
 margin: auto;
 width: 800px;
 position: relative;
}


#top {
 position: absolute;
 top: 0;
 left: 0px;
 width: 800px;    
}


/** Navigation **/
#nav {
 width: 787px;
 margin-left: 4px;
 background: url(images/border_bg.jpg) repeat-x;
 height: 150px;
}
#nav ul {
 margin: 0;
 padding: 0 0 0 30px;
}
#nav li {
 float: left;
 border-right: 2px solid #FFFFFF;
 padding: 127px 9px 9px 9px;
 list-style: none;
}
#nav a {
 color: #FFFFFF;
 font: 11px Verdana, Arial, Helvetica, sans-serif;
 font-weight: bold;
}
#nav .selected a {
 color: #DF6C71 ;
}

/** Body **/
#body {
 background: url(images/body_bg.jpg) repeat-y;
}
#body-top {
 background: url(images/body_top.jpg) no-repeat;
}
#body-bot {
 background: bottom left url(images/body_bot.jpg) no-repeat;
 padding: 36px 39px 19px 39px;
}

#body h2 {
 font: 14px Georgia, "Times New Roman", Times, serif;
}
#body h2 strong {
 color: #660505;
 font-weight: normal;
 font-size: 18px;
}
#body h3 {
 font: 14px Georgia, "Times New Roman", Times, serif;
 color: #660505;
 margin-top: 1.4em;
 margin-bottom: 1.1em;
}
#body h3 a{
 font: 14px Georgia, "Times New Roman", Times, serif;
 color: #660505;
 margin-top: 1.4em;
 margin-bottom: 1.1em;
}
#body h4 {
 color: #660505;
}
#body .left {
 margin: 0 26px 0 0;
}
#body .narrow {
 width: 500px;
}
#body .right {
 position: absolute; 
 right: 0px; 
 top: 170px; 
 width: 230px; 
 border-left: 1px dashed #565656;
 padding: 0 25px 9px 9px;
}

/** footer **/
.body-hr {
 clear: both;
 height: 43px;
 background: bottom left url(images/body_hr.jpg) no-repeat;
 margin: 10px -39px;
}

#footer {
  text-align: center;
}