body {
    background-color: #efefef;
    margin: 0px;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 14px;
}
#header_wrapper {
    background-color: #9D0A5A;
    height: 120px;   
}
#header {
    width:960px;
    margin: 0px auto;
}
#logo {
    padding-top: 10px;
    padding-left: 50px;
}
#logo h1 {
   margin: 0px;
   font-size: 30px;
   color: #ffffff;
   height: 79px;
}
#topmenu {
    height:31px;
    width:790px;
    padding-left: 170px;
    margin: 0px auto;
}
#topmenu ul {
    list-style:none outside none;
    margin:0;
    padding:0;
}
#topmenu ul li {
    float:left;
    margin-left:-2px;
}
#topmenu ul li a {
    background:url("menu.png") no-repeat scroll left top transparent;
    color:#000000;
    cursor:pointer;
    display:block;
    font-size:14px;
    height:25px;
    padding-left:10px;
    padding-top:8px;
    text-align:center;
    text-decoration:none;
    width:118px;
}
#topmenu ul li a:hover {
    font-weight: bold;
}
#content {
    width:960px;
    margin: 0px auto;
    text-align: left;
    background-color: #ffffff;
    padding-top:5px;
}
#content h2 {
    background-color: #C9B8C1;
    font-size: 16px;
    margin: 0px;
    margin-bottom: 3px;
    padding-left: 10px;
}
#content p {
    margin-left: 20px;
}
#footer_wrapper {
    background-color: #9D0A5A;
    height: 50px;
}
#footer {
    width:960px;
    margin: 0px auto;
    text-align: center;
    padding-top: 8px;
    color: #ffffff;
}
.galleryimgs {
    border: 1px solid #000000;
    padding: 2px;
}
.widget {
    position: fixed;
    width: 300px;
    top: 0px;
    right: -265px;
    z-index: 9999;
}
.widget-buttons {
    width: 35px;
    float: left;
    padding-top: 225px;
}
.widget-buttons a {
    outline: none;
}
.widget-content {
    float: right;
    background-color: #ffffff;
    width: 265px;
    height: 550px;
}