body{
	background-color: white;
	/*font-family: "Comic Sans MS", cursive, sans-serif;*/
	/*font-family: sans-serif;*/
	font-family: "Arial", sans-serif;
	color: black;
}
/* ided section  */
#master{
	width: 1000px;
	margin: 0px auto;
	background-color: #D2FFFF;
	
}
#content{
	padding-top: 2em;
	padding-left: 1em;
}
#header{
	clear:both;
}
#topmenu{
	margin-left: 110px;
}
#footer{
	clear:both;
	text-align: center;
	color: white;
}
#contactform{
	width: 600px;
	margin: auto;
	text-align: center;
}
#contactform div{
	width: 600px;
	clear:both;
	text-align: left;
	padding-top: 1em;
}
#contactform input{
	width: 300px;
}
#contactform textarea{
	width: 300px;
	height: 300px;
}
#contactform select{
	width: 300px;
}
#pillarwrapper{
	position: relative;
}
#pillar{
	position: absolute;
	left: 940px;
	top: -530px;
	width: 195px;
	height: 560px;
	background-image:url('../images/pillar.png');
	z-index: 1;
}
#errorFloater{
	position: absolute;
	left: 0px;
	top: -50px;
	background-color: red;
}
#errorMessage{
	padding: 1em;
	margin: 0px;
	border: thin solid yellow;
}
#submenu{
	text-align: center;
	list-style-type: none;
	font-weight: bold;
}
legend {
	color: white;
	font-style: italic;
}
label {
	width: 12em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
}
/* standard element styles */
h3{
	font-weight: normal;
}
a{
	color: black;
}
a img{
	border:none;
	}
div.menubutton{
	float: left;
	text-align: center;
	width: 130px
}
div.textpane{
	height: 100%;
	float: left;
	width: 480px;
	padding-left: 2em;
	padding-right: 2em;
	
}
div.imagepane{
	height: 100%;
	width: 402px;
	float: left;
}
p.desc{
	margin-top: -0.035em;
	font-style: italic;
}
