/********** GLOBALS **************/
body{
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background: #f9f9e6;
}

h2{
	font-size: 1.0em;
	color: #c1c1c1;
	font-weight: normal;
}

a, a:visited {
	color: #873172;
	text-decoration: underline;
}

/************ ELEMENT LAYOUTS ***************/

#logo{
	height: 100px;
	width: 180px;
	margin: 25px auto;
}

#main{
	height: 400px;
	width: 645px;
	margin: 0 auto;
}

#left_col{
	float: left;
}

#right_col{
	float: right;
}

.section{
	height: 450px;
	width: 275px;
	border: 6px solid #f3f4cd;
	background: #fff;
	padding: 5px 15px 5px 15px;
}

html>body .section{
	height: 400px;
}

.section a {
	font-size: 1.6em;
	display: block;
	margin: 5px 0 5px 0;
}

.definition a {
	font-size: 1.0em;
	display: inline;
}

.section p{
	font-size: 1.1em;
	line-height: 1.25em;
	padding: 0 5px 5px 0;
}

hr{
	color: #efefef;
	margin: 25px 0 25px 0;
}

html>body #form-response{
	height: 50px;
	text-align: center;
}

#form-response .error{
	color: #ff0000;
}

#form-response .success{
	color: #34C028;
}

img.people{
	width: 85px;
}

img.board{
	position: relative;
	right: 40px;
	top: 20px;
}

img.desk{
	position: relative;
	left: 225px;
	top: 25px;
}

html>body img.desk{
	top: 15px;
}


/*******FORM ELEMENTS**********/
.form-text-input {
	border: 1px #BBBBBB solid;
	background-color: #FFFFFF;
	padding: 5px;
	color: #000000;
	width: 150px;
}

.form-button {
	background-color: #e8e898;
	padding: 3px;
	border: 2px #d0cc2e solid;
	font-weight: bold;
	cursor: hand;
}