﻿/* CSS layout */
body{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
	background-image: url('images/bg_capella.gif');
	background-repeat: repeat;
}
#masthead {
	background-color: #036;
	color: white;
	width: 760px;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	padding: 20px;
	margin: auto;
}

/*#top_nav {
width:800px;
margin:auto;
}*/

#maincontent {
width:740px;
min-height:100%;
margin:auto;
padding:10px;
}

#footer {
	background-color: #036;
	color: white;
	width: 760px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 20px;
	margin: auto;
	position: relative;
}


/* form 

.myform{
	text-align: left;
	margin-left: 150px;
	top: 10px;
	margin-top: 10px;
}

label{
float: left;
width: 120px;
font-weight: normal;
}

input, textarea{
width: 180px;
margin-bottom: 5px;
}

textarea{
width: 250px;
height: 150px;
}

.boxes{
width: 1em;
}

#submitbutton{
margin-left: 120px;
margin-top: 5px;
width: 90px;
}

br{
clear: left;
}
*/