@import url('reset.css');

div#wrapper {
	width:  900px;
	text-align: center;
	margin: 0 auto 0 auto;
}

div#navigationContainer{
	background: url('/images/nav_background.png') no-repeat;
	height: 46px;
	width: 898px;
	margin: 20px 0 20px 0 0;
	border: 1px solid #000;
}

div#content {
	background: #eaeaea;
	/* background: #bde8df; */
	width: 900px;
}

div.left, div.right {
	float: left;
	margin: 40px 40px 20px 20px;
	width: 104px;
}

div.right {
	margin: 40px 20px 20px 0;
	width:  716px;
	padding: 0 0 90px 0;
}

div.footer {
	text-align: center;
	font: 12px Georgia;
	color: #000;
	padding: 0 0 10px 0;
}

div.footer a:link, div.footer a:visited {
	color: #750000;
	text-decoration: underline;	
}


div.clear {
	clear: both;
}

strong {
	font-weight: bold;
}

h1 {
	text-align:left;
	font-weight:bold;
}

p {
	font: 28px/38px Georgia;
	/* color: #22a288; */
	color: #000;
	text-align: left;
	border-bottom: 1px solid #bababa;
	padding: 0 0 20px 0;
}

p a:link, p a:visited {
	color:  #000;
	text-decoration: underline;
}

img.logo {
	margin: 80px 0 80px 0;
}

ul.mainNav {
	margin: 0 0 0 150px;
	padding: 15px 0 0 0;
}

ul.mainNav li {
	float: left;
	margin: 0 10px 0 0;
	font: 24px Times;
	color: #fff;
}

ul.list {
	width: 318px;
	height: 100px;
	float: left;
	margin: 20px 0 0 0;
	padding: 20px;
	/* background: #a1d2c8; */
	background: #bababa;
}

ul.list li {
	font: 26px/32px Georgia;
	/* color: #22a288; */
	color: #750000;
	font-weight: normal;
	text-align: left;
}

ul.bottom {
	text-align: center;
	margin: 0 auto 0 auto;
	padding: 20px 0 0 0;
	// border-top: 1px solid #bababa;
	clear: both;
}

ul.bottom li {
	font: 26px/32px Georgia;
	color: #000;
	font-weight: normal;
	text-align: center;
}

