body {
	background: #021B42;
	margin: 10px;
	color: #000; 
	font-family:Georgia, "Times New Roman", Times, serif;
}

.location {
	font-size: x-large;
}

a:link {
	color: #000000
}
a:visited {
	color:#000080
}
a:hover {
	color:#50A
}
a:active {
	color:#50A
}
#mininav {
	float:right
}
#header {
	background: #6085C0;
	padding: 10px;
}

#menu {
	background: #A78BBD;
	margin: 0 0 -10px 0;
}

#navlinks {
	margin: 0;
	padding: 0.5em 3em;
	font-size: medium;
	text-align: center;
}

#navlinks li {
	display: inline;
	list-style: none;
	margin-right: 0.5em;
	border-right: 1px solid #021B42;
	padding-right: 0.75em;
}

#content {
	margin: -10px 0 0 0;
	font-size:larger;
	line-height:1.5em;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 40px;
	margin-top: 30px;
	width:900px;
	padding: 0;
}

#title {
	
	color: white;
	text-align: center;
	font-size: xx-large;
	font-family: "Arial Black", Gadget, sans-serif
}

#subtitle {
	color: white;
	text-align: center;
	font-size: x-large;
	font-family: "Arial Black", Gadget, sans-serif
}
	
#left {
	background: white;
	padding: 1em;
	width: 400px;
	float: left;
}

#right {
	background: white;
	padding: 1em;
	width: 400px;
	float: right;
	
}
#answer {
	color: red;
}
#answerbox {
	padding: 20px;
}

#controls {
	clear: both;
}

#footer {
	background: #A78BBD;
	clear: both;
	font-size: smaller;
	line-height: 1em;
	padding: 0.5em;
	
}#content #right form submit_message {
	font-size: 12px;
	color: #F00;
}
#content #right form div {
	color: #F00;
	font-size: 14px;
}
