html, body {
	margin:0;
	padding:0;
	font-family:Trebuchet MS, Arial, Helvetica, Verdana, Sans-Serif;
}
body {
	background: #c7dcf1;
	text-align: center;
}
#container {
	width: 730px;
	margin: 0 auto;
	
}
#header {
	background: url(../images/header.jpg) no-repeat;
	height: 211px;
	
}

#menu {
	padding: 120px 0 0 25px;
	color: white;
	width: 700px;
	text-align: left;
	
}

#navigation {
	width: 700px;
	display: inline;
	text-align: left;
}


#wrapper {
	background: url(../images/background.jpg) repeat-y;
	width: 662px;
}

#content {
	float: left;
	width: 400px;
	text-align: left;
	text-indent: .5em;
	
}
#photos {
	margin: -50px 0 0 -40px;
	float: left;
	width: 250px;
	display: inline;
	
}
#footer {
	clear: both;
	background: url(../images/background.jpg) repeat-y;
	text-align: center;
}

.divider {
	margin: 0 3px;
}

.comments, .resources {
	text-indent: 0;
}

li {
	font-size:.8em;
	color:#FFFFFF;
	margin: 0 0 0 30px;
}

.clear {
	clear: both;
}

.right {
	float: right;
}

.center {
	text-align: center;
}


	
/*********NAVIGATION**************/



/**********FORM***************/


.bodytext { color: #dcdcdc; font-weight: normal; font-size: 13px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none; text-indent: 10pt; margin: 0pt 0pt 0pt 20pt; line-height: 1.5em; }
hr {
	border-top: 1px solid #fffc00;
	margin: 10px 0;
}


