* { margin: 0; padding: 0; line-height: 1.5em; }
img, form { border: none; margin: 0; padding: 0; }
img { vertical-align: middle; }
table { border-collapse: collapse; }
th { font-weight: normal }
blockquote { margin-left: 1em; }

body#cnstrct { background-color: white; }
#cnstrct h1 {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #cf9a5b;
	background: -moz-linear-gradient( top, #ffffff 0%, #ffffff 50%, #fff7cf);
	background: -webkit-gradient( linear, left top, left bottom,
		from(#ffffff), color-stop(0.50, #ffffff), to(#fff7cf));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#fff7cf'); /* IE6-7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#fff7cf')"; /* IE8 */
	}
#cnstrct h1 img { margin: 36px auto 16px auto; }
#cnstrct h1 img#plan { margin-left: 36px; }

#cnstrct #enter {
	text-align: center; margin-top: 2em; margin-bottom: 10em;
	}

#footer {
width: 100%;
	border-top: 1px solid #cf9a5b;
	background: -moz-linear-gradient( top, #fff7cf 0%, #fff7cf 50%, #ffffff);
	background: -webkit-gradient( linear, left top, left bottom,
		from(#fff7cf), color-stop(0.50, #fff7cf), to(#ffffff));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fff7cf', endColorstr='#ffffff'); /* IE6-7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fff7cf', endColorstr='#ffffff')"; /* IE8 */
	}
#copyright { text-align: center; margin-top: 8px; }

.floatleft { float: left; }
.margintop100 { margin-top: 1em; }
.margintop50 { margin-top: 0.5em; }
.marginbottom100 { margin-bottom: 1em; }
.marginbottom50 { margin-bottom: 0.5em; }
.marginbottom25 { margin-bottom: 0.25em; }
.marginright100 { margin-right: 1em; }
.marginright400 { margin-right: 4em; }

