/* CSS Document */

html, body{
padding:0;
margin:0;
background:url(../img/tile-intro.jpg) top repeat-x;
background-color:#FFFECB;
} 

#left-cell {background:url(../img/left-bg-intro.jpg) right top no-repeat;}
#right-cell {background:url(../img/right-bg-intro.jpg) left top no-repeat;}
#main-cell {width:780px;}

#header-cell { background:url(../img/header-intro.jpg) top no-repeat; height:219px;}
#bottom-cell { background:url(../img/bottom-intro.jpg) top no-repeat; padding-top:58px; font:12px normal Verdana, Arial, Helvetica, sans-serif; color:#734100;}

.header { font:22px normal  Helvetica, Arial, sans-serif; color:#C00F0B;}
.intro-img{padding-right:10px;}

#headerlinks a {color:#FFFFFF; text-decoration:none; font: bold 15px Helvetica, Arial, sans-serif; padding:0 7px 0 7px;}
#headerlinks a:hover {text-decoration:underline;}
.headerlinks-active {color:#FFFFFF; font: bold 15px Helvetica, Arial, sans-serif; padding:0 7px 0 7px; text-decoration:underline;}
.menuseparator {background: url(../img/separator.gif) right no-repeat;}

#headerlinks2 a {color:#C00F0B; text-decoration:none; font: bold 15px Helvetica, Arial, sans-serif; padding:0 7px 0 7px;}
#headerlinks2 a:hover {text-decoration:underline;}

#footer {font:12px normal Verdana, Arial, Helvetica, sans-serif; color:#C00F0B;}
#footer a {color:#C00F0B; text-decoration:none;}
#footer a:hover {text-decoration:underline;}


hr.hr1 {
border-top: 1px solid #C00F0B;
border-bottom: 0px solid #C00F0B;
border-left: 0px solid #FFFFFF;
border-right: 0px solid #FFFFFF;
color: #FFFECB;
height: 2px;
}