@charset "utf-8";
/* CSS Document */

body {
	padding: 0px;
	margin: 0px;
	background-color: #333;
	background-image: url(../background.jpg);
	background-repeat: repeat;
	color: #000;
	text-align: center;
	background-attachment: fixed;
}
div#pageWrap1 {
	background: transparent url(../ary_shadow.png);
	background-repeat: no-repeat; 
	overflow: auto;
	background-attachment: fixed;
}
div#container {
	width: 950px;
	margin: 0 auto 0 auto;
	text-align: left;
}
div#body {
	overflow: hidden;
	width: auto;
	border: 1px solid #666;
	background-image: url(../trans50.png);
	background-repeat: repeat;
}
div#header {
	clear: left;
	width: 100%;
	height: 110px;
	background-image: url(../trans25.png);
	background-repeat: repeat;
	text-align: center;
}
div#menu {
	text-align: center;
	width: 100%;
	color: #e00008;
	font-size: 1.3em;
	font-weight: bolder;
	text-transform: lowercase;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 40px;
	vertical-align: middle;
}
div#leftbox {
	float: left;
	width: 220px;
	min-height:566px; /*ff*/
	height: auto !important; /*ie7 */
	height: 566px; /*ie6 */
	text-align: center;
}
div#content {
	float: left;
	width: 476px;
	min-height:566px; /*ff*/
	height: auto !important; /*ie7 */
	height: 566px; /*ie6 */
	padding: 10px;
	background-image: url(../trans50.png);
	background-repeat: repeat;
	line-height: 1.6em;
	border: 2px solid #FFF;
}
div#rightbox {
	float: left;
	width: 220px;
	min-height:566px; /*ff*/
	height: auto !important; /*ie7 */
	height: 566px; /*ie6 */
	text-align: center;
}
div#logospacer {
	height: 120px;
}
.boxround {
	width: 155px;
	border: 1px solid #FFF;
	background-color: #2b2b2b;
	color: #fff;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;/* Do rounding (native in Firefox and Safari, CC in IE) */
}
div#right-sidebar {
	width: 180px;
	float: left;
	padding: 10px;
	background-image: url();
	background-repeat: no-repeat;
	background-position: right top;
}
div#footer {
	height: 30px;
	margin: 15px;
	text-align: center;
}
div#logocontainer {
	overflow: hidden;
	width: auto;
	border: 1px solid #666;
	background-image: url(../trans50.png);
	background-repeat: repeat;
}
div#sponsorlogo {
	float: left;
	height: 110px;
	width: 33%;
	text-align: center;
	display:table-cell;
	vertical-align:middle;
}
div#polaroid {
	float: left;
	text-align: center;
}
