﻿body {
	background: #083a53 url('/chicagoajaxdevelopers/live/_img/template/gradient.gif') repeat-x top left;
	color: #000;
	font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

a:link,
a:hover,
a:visited,
a:active {
	color: #083a53;
	text-decoration: none;
}

h1,
h3,
p {
	margin: 10px;
}

h1 {
	color: #083a53;
	font-size: 20px;
}

h3 {
	color: #083a53;
	font-size: 16px;
}

#header {
	background-color: #fff;
	border: #789030 3px solid;
	height: 105px;
	width: 900px;
	padding: 10px;
	margin: 20px auto;
}

#content {
	background-color: #fff;
	border: #789030 3px solid;
	height: 640px;
	width: 920px;
	margin: 10px auto;
}

#footer {
	background-color: #fff;
	border: #789030 3px solid;
	height: 40px;
	width: 900px;
	padding: 10px;
	margin: 20px auto;
}

.content-div {
	background: #fff url('/chicagoajaxdevelopers/live/_img/template/content-div.gif') no-repeat;
	padding: 20px 10px 0 20px;
	width: 410px;
	height: 280px;
}

.content-div ul {
	margin-left: 40px;
	list-style-type: square;
}

#home-image {
	float: right;
	margin: 5px 15px 0 0;
}

#home-content {
	float: left;
}

#news-content {
	float: left;
	width: 550px;
}
#news-content ul {
	margin-left: 20px;
	list-style-type: square;
}

#news-links {
	border: #789030 3px solid;
	float: right;
	margin: 10px;
	padding: 10px;
	min-height: 100px;
	width: 280px;
}

#news-links ul {
	margin-left: 20px;
	list-style-type: square;
}