html{
	height:101%;
	padding:0;
	margin:0;
}
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-top:0px;
	color:#4f4f4f;
	padding:0;
	margin:0;
}
#outerWrapper{
	width:801px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	margin-bottom: 30px;
}
#innerWrapper{
	/*width:790px;*/
    padding-right:6px;
	background-image:url(images/shadow_right.png);
	background-position:right;
	background-repeat:repeat-y;
}
#header{
	/*width:788px; */
	border-left:1px solid #666e78;
	border-right:1px solid #666e78;
}
#logo{
	float:left;
	margin-top:55px;
	margin-left:20px;
	display:inline;
}
#headerImage{
	float:right;
	margin-right:40px;
	margin-top:20px;
	display:inline;
}
.clear{
	clear:both;
}
#menuWrapper{
	background-image:url(images/menu_background.jpg);
	background-repeat:repeat-x;
	/*width:788px;*/
	border-left:1px solid #666e78;
	border-right:1px solid #666e78;
	height:55px !important;
}
#menu{
	padding-top:8px;
}
#menu ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
#menu li{
	float: left;
	margin: 0 0;
}
#menu li a
{
	background: url(images/menu_unselected.jpg) #000 top left repeat-x;
	height: 30px !important;
	/*line-height: 4em;*/
	padding-top:12px;
	float: left;
	width: 86px;
	display: block;
	color: #fff;
	font-weight:bold;
	text-decoration: none;
	text-align: center;
}
#menu li a:hover{
	background:url(images/menu_selected.jpg);
}
#menu li a:active{
	background:url(images/menu_selected.jpg);
}
 /* Hide from IE5-Mac \*/
#menu li a
{
float: none
}
/* End hide */
#contentWrapper{
	border-left:1px solid #9F9F9F;
	border-right:1px solid #9F9F9F;
	border-top:1px solid #9F9F9F;
	/*	width:788px;*/
	text-align:left;
}
#contentHome{
	width:440px;
	margin-left:20px;
	margin-top:20px;
	float:left;
	display: inline;
	padding-right: 10px;
	padding-bottom: 10px;
}
#footerWrapper {
    /*margin: 0 auto;*/
	background: transparent url(images/footer.png) no-repeat scroll 0 0;
    /*width:795px;*/
    padding-right:6px;
	height: 60px;
}
#footerWrapper a {
	font-weight:normal;
}
#footerWrapper p {
    margin:0;
}
#footerContent {
	float:left;
    padding-top:    15px;

}
#footerLine{
	border-top:1px solid #8b450c;
	margin-left:15px;
	margin-right:15px;
	display:block;
}
#footerCredits{
	float:right;
	display: inline;
}
#newsBox{
	float: right;
	margin-right:20px;
	margin-top: 30px;
	display: inline;
	margin-bottom: 30px;
}
#newsContent{
	border-left:1px solid #b57836;
	border-right:9px solid #b57836;
	border-bottom:1px solid #b57836;
	width: 242px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.infoBox {
	border-top:1px solid #b57836;
	border-left:1px solid #b57836;
	border-right:9px solid #b57836;
	border-bottom:1px solid #b57836;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
}


a {
	font-weight:bold;
	text-decoration:none;
	color:#b57836;
}
a:hover{
	text-decoration:underline;
}
#contentInternal{
	width:755px;
	margin-left:20px;
	margin-top:20px;
	float:left;
	display: inline;
	padding-right: 10px;
	padding-bottom: 10px;
}
input, select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#4f4f4f;
	border:1px solid #b57836;
}
textarea{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#4f4f4f;
	border:1px solid #b57836;
}
.button{
	color:#723e17;
	background-image:url(images/button_background.png);
	background-repeat:repeat-x;
	height:30px;
	font-weight:bold;
}
h1{
	font-weight:bold;
	font-style:italic;
	color:#723e17;
	font-size:18px;
	padding:0px;
	margin:0px;
}
h2{
	font-weight:bold;
	font-style:italic;
	color:#723e17;
	font-size:14px;
	padding:0px;
	margin:0px;
}
h3{
	font-size:12px;
}
td{
	font-size:11px;
}.feedTitle {
	font-size: 11px;
	text-decoration: underline;
}
.feedDate {
	color: #999999;
}


#storage-warn {
    width: 400px;
    height: 270px;
    line-height: 14px;
    /*border: 1px solid red;*/
}
#storage-warn p {
    margin: 11px 0 11px 0;
}

.lightbox {
    overflow: hidden;

    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.5) !important;
    -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.5) !important;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.5) !important;


    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;

}
.lightbox-inner {
    background-color: #ffffff;
    border: 1px solid #e7af40;

    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;

}