@import url("reset.css");

.clear{
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

body{
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #54005B url(images/body_bg.gif) repeat-x fixed top left;
	color: #888;
}

#wrapper{
	padding-top: 50px;
}
#header{
	margin: 0 auto 0px auto;
	text-align: center;
}

#content{
	position: relative;
	width: 960px;
	margin: 52px auto;
	padding: 0;
	background: transparent url(images/content_bg_repeat-y.png) repeat-y center center;
	overflow: visible;
}
#content #top{
	position: relative;
	top:-62px;
	background: transparent url(images/content_bg_top.png) no-repeat top center;
	height: 62px;
}
#content #body{
	background: transparent url(images/content_bg_repeat-y.png) repeat-y center center;
	margin: -62px 31px;
	min-height: 200px;
	z-index: 100
}

#content #body div.col{
	float: left;
	width: 50%;
}
#body div.col .copy{
	padding: 10px;
}
.col h1{
	text-align: center;
	font-weight: normal;
	font-size: 18px;
	line-height: 26px;
}
.copy img{
	margin-right: 12px;
}
.copy p, .copy ul {
	margin-top: 10px;
	font-family: Arial, sans-serif;
	font-size: 14px;
}
.copy p{
	line-height: 1.2;
}
.copy ul li{
	margin-bottom: 20px;
}
#content #bot{
	position: relative;
	bottom: -62px;
	background: transparent url(images/content_bg_bot.png) no-repeat bottom center;
	height: 62px;	
}
#footer{
	color:white;
	font-size: 22px;
	width: 600px;
	margin: 0 auto;
	text-align: center;
}
#footer small{
	font-size: 70%;
	margin-top: 10px;
	display: block;
	font-weight: normal;
}
