/* Layout CSS Document */

.header {
	background:url(images/menubg.png) repeat-x;
	width:100%;
	height:115px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
.wrapper {width: 900px; margin: 0 auto;}
.flash {width: 744px; margin: 0 auto; 
/*padding-bottom:30px; */
display:none}
.content {width: 850px; margin: 0 auto;}
.menu {float:right; margin-top:45px}
.leftcontent {float:left; width:270px}
.rightcontent {float:right; width:400px}
.gallery_leftcontent {float:left; width:230px}
.gallerycontent {float:right; width:430px}
.lowerwhole{width: 100%; background:#414141}
.lowerleft{ float:left; width: 550px; background:#414141}
.lowerright{ float:right; width:280px;background:#414141}
.clear {clear:both}
.footer {width: 850px; margin: 20px auto;}
.footleft{float:left}
.footright{float:right; text-align:right}

