@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding:0
}
body {
	background:url(images/bggradient.png) repeat-x #CAD0E0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10 pt;
	text-align:center;
}
#wrapper {
	width: 781px;
	margin: 10px auto;
}
#header1 {
	background:url(images/allpro_01.png) scroll no-repeat;
	width: 781px;
	height: 229px;
	text-align:justify;
}
#menubar {
	width: 781px;
	height: 31px;
	display:block;
}
#content1 {
	width: 781px;
	background:url(images/repeatbar.png) repeat-y scroll;
}
#footer {
	clear: both;
	width: 781px;
	height: 13px;
	background:url(images/allpro_04.png) no-repeat;
}
#contentboxleft {
	width: 300px;
	margin-left: 15px;
	float:left;
}
#contentboxright {
	width: 440px;
	margin-right: 15px;
	float: right;
	text-align:justify;
}
#menuright {
	width: 235px;
	float: left;
	margin-left: 15px;
	margin-top: 110px;
	padding-top: 1px;
	padding-left: 5px;
}
#flashgallery {
	width: 500px;
	height: 185px;
	float: right;
	margin-right: 10px;
	margin-top: 40px;
}
#footnote {
	width: 440px;
	text-align:center;
}
.clr {
	clear:both;
	line-height:0%;
}
