/*	DIVS	*/

body
{
	margin: 0px;
	padding: 0px;
	background-color: AntiqueWhite;
	font-family: Trebuchet MS, Verdana, Sans-Serif;
}

#header
{
	width: 750px;
	height: 100px;
	margin: 0px auto 0px auto;
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#center
{
	width: 750px;
	margin: 0px auto 0px auto;
	height: auto;
	border: 1px dashed #666;
	overflow: auto;
}

#centerleft
{
	width: 200px;
	height: auto;
	float: left;
	padding: 20px 0px 20px 0px;
	text-align: center;
}

#centerright
{
	width: 500px;
	height: auto;
	float: right;
	margin: 0px;
	padding: 10px 20px 10px 20px;
	text-align: center;
}

#footer
{
	width: 750px;
	height: 100px;
	margin: 0px auto 0px auto;
	background-image: url(img/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
}

ul
{
	list-style-type: disc;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}

ul#indent
{
	padding: 0px 0px 0px 180px;
}

ul#indentx
{
	padding: 0px 0px 0px 30px;
}

li
{
	text-align: left;
}

h1
{
	font-size: 18px;
}

h2
{
	font-size: 12px;
	text-align: left;
}

img
{
	vertical-align: middle;
}

/*	LINKS	*/

a
{
	font-weight: lighter;
	font-size: 12px;
	text-align: center;
	color: #FF6600;
}

a:hover
{
	font-weight: lighter;
	color: #660000;
}