/* CSS Document */
#container {
 width: 760px;
 height: auto;
 margin-left: auto;
 margin-right: auto;
 background-image: url(../images/bg.jpg);
 background-repeat: no-repeat;
}
#topbar {
 width: 760px;
 height: 119px;
 padding: 30px 0px 0px 0px;
}
#logo {
 width: 296px;
 height: 119px;
 float: left;
}
#logospace {
 width: 464px;
 height: 20px;
 float: right;
 border-bottom: 1px solid #FFFFFF;
 padding: 94px 0px 5px 0px;
 text-align: right;
}
#flashbox {
 width: 744px;
 height: 260px;
 border: 8px solid #FFFFFF;
 background-color: #231F20;
}
#mainnav {
 width: 755px;
 padding: 7px 0px 7px 5px;
 background-color: #B6BCBD;
 text-align: left;
}
#LeftColumn {
 width: 487px;
 height: auto;
 padding: 0px 10px 10px 0px;
 float: left;
}
#LeftColumnInner {
 width: 476px;
 height: auto;
 padding: 25px 10px 0px 0px;
 float: left;
}
#RightColumn {
 width: 213px;
 height: auto;
 float: right;
 margin-top: 25px;
 padding: 0px 0px 10px 40px;
 border-left: 1px solid #F7D4DD;
}
#photobox {
 width: 400px;
 height: auto;
 border: 1px solid #FFFFFF;
 margin-left: auto;
 margin-right: auto;
}
.clearboth {
 clear: both;
}
#footer {
 width: 760px;
 margin: auto;
 padding: 10px 0px 5px 0px;
 text-align: center;
}