body
{
	margin: 0;
	padding: 0;
	font-size: 76.5%;
	color: #000;
	background: #fff;
	font-family: sans-serif;
}

h1,h2,h3,h4,h5,h6
{
	margin: 0;
	padding: 0;
	color: #755e50;
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 200%;
}

a:link, a:visited
{
	text-decoration: none;
	color: #8c2e60;
}

a:hover, a:active
{
	color: #755e70;
}

#container
{
	width: 780px;
	margin: 0 auto;
	padding: 0;
	background: #f9f5f2;
	border-left: 1px solid #766155;
	border-right: 1px solid #766155;
	border-bottom: 1px solid #766155;
}

#header
{
	height: 210px;
	background: url(../img/header.jpg) no-repeat;
}

#header h1
{
	text-indent: -10000px;
	margin: 0;
	padding: 0;
}


#navigation
{
	height: 49px;
	background: url(../img/navigation-background.png) repeat-x;
}

#navigation ul
{
	margin: 0;
	padding: 0;
	text-align: center;
}

#navigation ul li
{
	margin: 0 5px;
	padding: 0;
	list-style: none;
	display: inline;
}

#navigation ul li a:link, #navigation ul li a:visited
{
	display: -moz-inline-box;
	display: inline-block;

	height: 17px;
	padding: 16px 0;

	font-family: Georgia;
	font-size: 11pt;
	font-style: italic;
	text-decoration: none;
	color: #ab9a9e;
}

#navigation ul li a:hover, #navigation ul li a:active
{
	color: #902234;
}

#content-container
{
	border-top: 1px solid #fff;
	background: #f9f5f2 url(../img/content-background.png) repeat-x;
	min-height: 300px;
	color: #766155;
	padding: 24px;
}

#content
{

}

#footer
{
	clear: both;

	border-top: 4px solid #fff;
	padding: 8px;

	background: #f9f5ef;
	color: #766154;
	text-align: center;
}

#footer ul
{
	margin: 0;
	padding: 16px 0;
}

#footer ul li
{
	margin: 0 8px;
	padding: 0;
	list-style: none;
	display: inline;
	font-weight: normal;
	font-size: 125%;
}

#footer a:link, #footer a:visited
{
	color: #766154;
	text-decoration: none;
}

#footer a:hover, #footer a:active
{
	color: #902234;
}

#footer p
{
	margin: 0;
	padding: 0;
	font-size: 80%;
}


.col-040
{
	width: 40%;
	float: left;
}

.col-060
{
	width: 60%;
	float: left;
}

.clear
{
	clear: both;
}


