/* CSS Document */


body{
margin:0;
background-image:url(images/hpbg.gif);
background-repeat:repeat-x;
background-position:top;
background-color:#FFFFFF;
}
img{
border:0;
}
a{
color:#BF2323;
text-decoration:none;
}
a:hover{
color:#333333;
text-decoration:underline;
}
p{
font-family:trebuchet MS;
font-size:11px;
color:#333333;
line-height:18px;
margin:0px;
padding:18px;
}
h1, h2, h3, h4, h5{
margin:0px;
padding:15 18 7 18;
font-family:Trebuchet MS;
}
#container{
text-align:left;
margin:auto;
width:750px;
border-left:1px solid #D5D1D1;
border-right:1px solid #D5D1D1;
height:100%;
position:relative;
}
#header{
height:100px;
width:750;
background-image:url(images/logo.gif);
background-repeat:no-repeat;
text-align:right;
position:relative;
}
#content{
width:750px;
background-image:url(images/contentbg.gif);
background-repeat:repeat-x;
background-position:top;
}
#footer{
margin-top:20px;
width:600px;
border-top:1px solid #D5D1D1;
font-family:trebuchet ms;
font-size:10px;
color:gray;
}
#nav{
padding-top:69px;
float:right;
}
#w{
margin:18 18 0 0;
float:right;
clear:right;}
#w a img{
border-left:8px solid #8F8F8F;
}
#w a:hover img{
border-left:8px solid #313131;
}
#c{
margin:18 18 0 0;
float:right;
clear:right;}
#c a img{
border-left:8px solid #B4B4B4;
}
#c a:hover img{
border-left:8px solid #575757;
}
#s{
margin:18 18 0 0;
float:right;
clear:right;}
#s a img{
border-left:8px solid #d2d2d2;
}
#s a:hover img{
border-left:8px solid #7B7B7B;
}
#bookanevent{
position:absolute;
top:20px;
left:600px;
}
#bookanevent h3{
margin:0;
padding:0;
font-family:Trebuchet MS;
font-size:14px;
}
#bookanevent a{
display:block;
color:#666666;
padding:8 12 8 12;
font-weight:bold;
background-color:#f2f2f2;
border-left:solid 8px #990000;
text-decoration:none;
}
#bookanevent a:hover{
text-decoration:none;
color: #990000;
background-color:#e4e4e4;
border-left:solid 8px #000000;
}