/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Verdana;
	text-align: center;
}
#wrapper {
	width: 780px;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	margin-top: 05px;
	margin-right: auto;
	margin-bottom: 10px;
}
#nav {
	width: 775px;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	height: 22px;
}
#header {
	background-image: url(images/isos_logo4sm.gif);
	background-repeat: no-repeat;
	background-position: 25px;
	width: 755px;
	padding-bottom: 2px;
	padding-left: 25px;
	height: 115px;
}
#subhead {
	width: 755px;
	height: 15px;
}
#mainContent {
	float: left;
	width: 350px;
	padding-right: 15px;
	padding-left: 15px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #6D563B;
	border-left-color: #6D563B;
}
#content {
	width: 765px;
}

#left_content {
	float: left;
	width: 149px;
	padding-right: 5px;
	padding-left: 15px;
	border-right-width: 1px;
	float: left;
	height: 100%;
}
#rt_content {
	float: left;
	width: 175px;
	margin-left: 7px;
	padding-right: 5px;
	padding-left: 10px;
	height: 100%;
}
.photo_left {
	margin-right: 3px;
	margin-bottom: 3px;
}
.clearfloats {
	clear:both;
}
#footer {
	height: 35px;
	width: 778px;
	padding-top: 5px;
	padding-bottom: 10px;
}
