* {
	margin: 0px;
	padding: 0px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #fff;
}
#wrapper {
	margin-left: auto;
 	margin-right: auto;
	width: 900px;
	padding: 40px;
}

/*layout*/

#header {
	position: relative;
	height: 110px;
}
#header-nav {
	position: absolute;
	top: 15px;
	left: 773px;
	width: 127px;
	height: auto;
}
#item {
	position: relative;
	top: 40px;
	width: 900px;
	height: auto;
}
#item-med-left {
	float: left;
	width: 600px;
	height: auto;
}
#item-med-right {
	position: absolute;
	left: 300px;
	width: 600px;
	height: auto;
}
#item-half-left {
	float: left;
	width: 430px;
	height: auto;
}
#item-half-right {
	position: absolute;
	left: 470px;
	width: 430px;
	height: auto;
}
#item-sm-left {
	float: left;
	width: 260px;
	height: auto;
}
#item-sm-right {
	position: absolute;
	left: 640px;
	width: 260px;
	height: auto;
}
#info {
	position: relative;
	top: 40px;
	width: 900px;
	height: auto;
}
#info-med-left {
	float: left;
	width: 600px;
	height: auto;
}
#info-med-right {
	position: absolute;
	left: 300px;
	width: 600px;
	height: auto;
}
#info-half-left {
	float: left;
	width: 430px;
	height: auto;
}
#info-half-right {
	position: absolute;
	left: 470px;
	width: 430px;
	height: auto;
}
#info-sm-left {
	float: left;
	width: 260px;
	height: auto;
}
#info-sm-right {
	position: absolute;
	left: 640px;
	width: 260px;
	height: auto;
}
#clear-float {
	clear: both;
	height: 1px;
}

/*links*/

a:link, a:visited, a:active {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #6C3;
	text-decoration: none;
}

/*type*/

.h1 {
	font-family: "Helvetica", "Verdana", "Gill Sans", sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0px;
	line-height: 16px;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #000;
}
.h2 {
	font-family: "Helvetica", "Verdana", "Gill Sans", sans-serif;
	font-weight: bolder;
	font-size: 14px;
	line-height: 16px;
	margin-top: 16px;
	margin-bottom: 2px;
	color: #000;
}
.body {
	font-family: "Helvetica", "Verdana", "Gill Sans", sans-serif;
	font-size: 12px;
	font-style: bold;
	letter-spacing: 0px;
	color: #000;
}
.caption {
	font-family: "Helvetica", "Verdana", "Gill Sans", sans-serif;
	font-size: 11px;
	font-weight: lighter;
	line-height: 14px;
	letter-spacing: 0px;
	color: #666;
}
hr {
	color:#999;	
	border-width:0 0 1px 0;
	text-align: left;
	width: 100%;
	height: 10px;
	margin-bottom: 60px;
}

/*images*/

img.centered {
	display: block;
	border: none;
	margin-left: auto;
    margin-right: auto;
}
img.noborder {
	display: block;
	border: none;
}
