* {
	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: 40px;
	left: 800px;
	width: 100px;
	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: #5C2E54;
	text-decoration: none;
}
a:hover {
	color: #26A9E0;
	text-decoration: none;
}

/*type*/

.h1 {
	font-family: "Gill Sans", "Helvetica", sans-serif;
	font-size: 12px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 16px;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #5C2E54;
}
.h2 {
	font-family: "Times New Roman", "Times", serif;
	font-style: italic;
	font-weight: lighter;
	font-size: 15px;
	line-height: 16px;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #5C2E54;
}
.body {
	font-family: "Times New Roman", "Times", serif;
	font-size: 12px;
	font-style: italic;
	letter-spacing: 1px;
	color: #6B486D;
}
.caption {
	font-family: "Gill Sans", "Helvetica", sans-serif;
	font-size: 13px;
	font-weight: lighter;
	line-height: 16px;
	letter-spacing: 1px;
	color: #5C2E54;
}
hr {
	color:#5C2E6F;	
	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;
}
