html, body {
	height: 100%;
	background:#b84365 url('../img/layout/body_bg.jpg') repeat-y center;
}

*{margin:0; padding:0; }

h1 { font-size:24px; color:#addbca; font-family: 'Gill Sans', 'Gill Sans MT', Verdana; text-align:center; border-bottom:1px solid #FFF; margin-bottom:5px; }
h2 { font-size:18px; color:#a61743; font-family: 'Gill Sans', 'Gill Sans MT', Verdana; font-weight:bold; }

#container {
	min-height: 100%;
	margin-bottom: -802px;
	position: relative;
}

#footer {
	height:52px;
	padding-top:750px;
	position: relative;
	background: #B84365 url('../img/layout/footer_bg.jpg') no-repeat center;
	bottom:0;
}
#insideFooter {
	position:relative;
	margin:0 auto;
	bottom:0;
	width:100%;
	font-family: 'Gill Sans', 'Gill Sans MT', Verdana;
	color:#FFF;
	font-size:14px;
	padding-bottom:5px;
	height:35px;
	z-index:35;
	left:center;
}
#insideFooter address{ font-weight:bold; font-style:normal; }

.clearfooter {
	height: 802px;
	clear: both;
}

#header {
	height: auto;
}

#topImage {
	background: url('../img/layout/header.png') no-repeat center;
	position:absolute;
	z-index:20;
	left:center;
	top:-50px;
	height:500px;
	margin:0 auto;
	width:100%;
}

#content {
	background:transparent url(../img/layout/content_bg.png) no-repeat scroll center center;
	height:433px;
	position:absolute;
	top:309px;
	width:100%;
	margin:0 auto;
	z-index:30;
}

#bodyContent {
	width:900px;
	margin:0 auto;
	left:center;
}

#topContent {
	padding:22px 10px;
	color:#FFF;
	font-family:'Gill Sans', 'Gill Sans MT', Verdana;
	font-size:14px;
}
#topContent img{ position:relative; top:10px; padding-right:30px; }
#topContent a{ color:#FFF; text-decoration:none; }

#contentLeft{ width:410px; padding:20px; float:left; }
#contentRight{ width:410px; padding:20px; float:right; }
#contentLeft .item, #contentRight .item { color:#FFF; clear:both; font-family:Georgia, serif; font-size:14px; padding-top:2px; text-align:left; }
#contentLeft .item img, #contentRight .item img { float:left; border:3px solid #FFF; margin:5px 10px 0 0; position:relative; top:-5px; }
#connect { 
	clear:both;
	color:#FFFFFF;
	font-family:'Gill Sans','Gill Sans MT',Verdana;
	font-weight:bold;
	margin:0 auto;
	padding:4px 0 0;
	text-transform:uppercase;
	width:435px;
}
#connect img { border:0;}