* { margin: 0px; padding: 0px; }

a { padding: 0px; margin: 0px; border: 0px;}

#container {
	width: 750px;
	border-style: solid;
	border-width: 1px;
	border-color: #A6C34D;
	overflow: hide;
}

#header {
	width: 100%;
}

#body {
	width: 100%;
	max-height: 414px;
}

#leftphoto {
	width: 175px;
	float: left;
}

div#content {
	width: 425px;
	height: 414px;
	min-height: 414px;
	max-height: 414px;
	background-image: url('images/body-background.gif');
	background-repeat: no-repeat;
	padding-top: 23px;
	margin-bottom: -38px;
}

#nav {
	width: 150px;
}

#footer {
	width: 100%;
	height: 94px;
}

div.clearFloats {
	clear: both;
}

#bodyText {
	margin-left: 24px;
}

#mainText {
	width: 332px;
	height: 165px;
}

p {
	font-size: 12px;
	font-family: sans-serif;
	text-align: justify;
}

p.center {
	text-align: center;
}

li {
	font-size: 12px;
	font-family: sans-serif;
}