﻿* {
	margin: 0;
	padding: 0;
	min-width: auto;
}
body {
	
	background: #fff;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
	min-width: 1000px;
}

#wrapper {
	margin: 0px auto 0px auto;
	width: 900px;
	
}

#top {
	
	background:url('assets/websiteTop.png') repeat-x;
	margin: 0px;
	padding-top: 50px;
}

#topBox {
	background:url('assets/topBox.png') no-repeat;
	margin: 0px auto 0px auto;
	width: 900px;
	height: 225px;
}

#topLinks {
	height: 45px;
	text-align: center;

}

.links {
	float: left;
	margin: 0 25px 0px 45px;
	text-align: center;
	width: 100px;
	height: 30px;
	background:url('assets/linkCorner.png') no-repeat;
}

#content {
	width:870px;
	background:url('assets/contentMiddle.png') no-repeat;
	padding: 15px;
	}

#left {
	width: 600px;
	min-height:460px;
}

a {
	text-decoration: none;
}

#content h2 {
	padding-top: 10px;
	padding-left: 15px;
	text-align: left;
	color: #2F4D70;
}

#left h2 {
	background:url('assets/leftHeader.png') no-repeat;
	height: 33px;
}

.info {
	padding: 15px;
	margin: 5px 0px 5px 0px;
}

#right {
	margin-right: 20px;
	width: 240px;
	float:right;
	clear: float;	

}

#right h2 {
	background:url('assets/rightHeader.png') no-repeat;
	height: 33px;
	width: 245px
}
#right .info {
	border: 2px;
}

#contentBottom {
	margin: 0px auto 0px auto;
	width: 900px;
	background:url('assets/contentBottom.png') no-repeat;
	height: 105px;
	padding-top: 20px;
	text-align:center;
	
}

#bottom {
	background:url('assets/websiteBottom.png') repeat-x;
	padding-bottom: 0px; 
	clear: both;
	margin: 0px;
	
}

