/*---- general styles ----*/

* { padding: 0; margin: 0; font-family: Georgia, "Times New Roman", Times, serif;}

html {
	height: 100%;
}

body {
	background-color: #FFFFFF;
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 100%;
}

#wrapper {
	width: 600px;
	height: 300px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -150px 0 0 -300px;
	overflow: visible;
}

#logo {
	float: left;
	width: 600px;
	height: 110px;
	text-align: center;
}

#tagline {
	float: left;
	width: 600px;
	height: 80px;
	text-align: center;
}

#tagline h1 {
	font-size: 1.3em;
	color: #006848;
	margin-bottom: 0.2em;
}

#tagline h2 {
	font-size: 1em;
	color: #AB0C22;
}

#tagline a {
	color: #003366;
	margin-left: 10px;
	text-decoration: none;
}

#tagline a:hover {
	color: #AB0C22;
	text-decoration: underline;
}

#addresses {
	float: left;
	width: 600px;
}

#summertown, #jericho {
	float: left;
	width: 200px;
	margin: 0 50px;
	text-align: center;
}

#summertown h3, #jericho h3 {
	color: #666666;
	font-size: 0.8em;
	font-weight: normal;
}


#email {
	float: left;
	width: 600px;
	margin-top: 20px;
	text-align: center;
}

#email p {
	font-size: 0.9em;
	color: #666666;
	margin-bottom: 10px;
}

#email a {
	color: #003366;
	text-decoration: none;
}

#email a:hover {
	color: #003366;
	text-decoration: underline;
}

#commun {
	position: absolute;
	margin: -500px 0 0 -500px;
}