@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
}


#wrapper {
	width: 710px;
	border: thin dotted #C51230;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#header {
	background-image: url(../images/logoTogether2010.jpg);
	height: 258px;
	background-repeat: no-repeat;
	background-position: center center;
}

#content {
	margin-right: auto;
	margin-left: auto;
	width: 690px;
	padding-right: 10px;
	padding-left: 10px;
}

#content-home {
	margin-right: auto;
	margin-left: auto;
	width: 690px;
	padding-right: 10px;
	padding-left: 10px;
	height: 400px;
	background-image: url(../images/background-homepage-faded.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.photo-left {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 5px;
}

.photo-right {
	float: right;
	margin: 5px;
}

#footer {
	margin-right: 5px;
	margin-left: 5px;
}
#grace-logo {
	width: 300px;
	float: left;
	text-align: center;
}
#ce-logo {
	width: 300px;
	float: right;
	text-align: center;
}
.clear {
	clear: both;
}
h1 {
	color: #C61331;
	font-weight: bold;
}
#main-text {
	width: 400px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#register-form {
	width: 350px;
	margin-right: auto;
	margin-left: auto;
}
.highlighted {
	font-size: x-large;
	text-align: center;
}
a {
	color: #00889F;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline overline;
}
.schedule-text {
	color: #FFF;
}
