/** BASIC */

html, body {
	height: 100%;
}

/** WRAPPER */

#wrapper2 {
	margin: 0px auto;
}

/** LOGO */

#logo {
	float: left;
	width: 425px;
	height: 120px;
	background: url(/images/homepage01.jpg) no-repeat left top;
}

#logo h1 {
	text-indent: -999em;
}

/** SEARCH */

#search {
	float: left;
}

/** CONTENT */

#content {
	float: right;
}

/** 3-COLUMN LAYOUT */

.three-columns .column1, .three-columns .column2, .three-columns .column3 {
	float: left;
}

/** SIDEBAR */

#sidebar {
	float: left;
}

/** SUBMISSION FORMS */

#submissionForm label{
float: left;
width: 150px;
font-weight: bold;
}

#submissionForm input, textarea{
width: 180px;
margin-bottom: 5px;
}

#submissionForm textarea{
width: 250px;
height: 150px;
}

#submissionForm select{
margin-bottom: 1em;
}

#submissionForm .boxes{
width: 1em;
}

#submissionForm submit{
text-align: center;
}

#submissionForm br{
clear: left;
}
/** FOOTER */

#footer {
	margin: 0px auto;
}
