#head-container
{
	color: #000;
	background: #773a5f;
}

#header-upper
{
	margin: 0 auto;
	width: 900px;
	height: 39px;
	background: #773a5f;
	position:relative;

}

#header-lower
{
	margin: 0 auto;
	width: 900px;
	height: 71px;
	background: #fff;
	position:relative;

}

#header h1 { margin: 0; }

#logo-upper{
position:absolute;
left:-17px;
bottom: 0;
}

#logo-lower{
position:absolute;
left:-17px;
bottom: 0;
}


#navigation
{
	margin: 0 auto;

	left: 400px;
	position:absolute;
	bottom: 0px;
	background: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	list-style-type: none;
	display: inline;
}

#navigation li a
{
	display: block;
	float: left;
	padding: 5px 10px;
	color: #8a8067;
	text-decoration: none;
	border-right: 1px solid #8a8067;
}

#navigation li a:hover { background: #463e43; }

#divider
{
	margin: 0 auto;
	width: 900px;
	height: 25px;
	background: #773a5f;

}

#content-container
{
	float: left;
	width: 100%;
	color: #000;
	background: #773a5f;
}

#content-container2
{
	margin: 0 auto;
	width: 900px;
}

#content-container3
{
	float: left;
	width: 900px;
	background: #FFF url(images/background.gif) repeat-y 100% 0;
	position: relative;
}

#w{
position:absolute;
left:-60px;
}

#b{
position:absolute;
top: 300px;
left:-45px;
}

#t{
position:absolute;
right: -55px;
top: 100px;
}

#s{
position:absolute;
right:-50px;
top: 150px;
}

#r{
position:absolute;
left: 575px;
top: 500px;
}

#content
{
	clear: left;
	float: left;
	width: 540px;
	padding: 20px;
	margin: 20px 10px 20px 20px;
	display: inline;
	background-color: #FFF;
	border: thin dotted #463e43;
	font-family: "Lucida Console", Monaco, monospace;	
	font-size: small;
	color: #463e43;
	line-height: 20px;	
}

#content h2 { 
	margin: 0; 
	font-family: "Arial Black", Gadget, sans-serif;
}

#content h3 { 
	margin: 0; 
}

#aside
{
	float: right;
	width: 200px;
	padding: 20px;
	margin: 20px 20px 10px 20px;
	display: inline;
	background-color: #FFF;
	border: thin dotted #463e43;
	line-height: 20px;
	font-size: small;
	color: #463e43;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
}

#aside h2 { 
	margin: 0; 
	font-family: "Arial Black", Gadget, sans-serif;
}

#aside h3 { 
	margin: 5; 
	font-family: "Arial Black", Gadget, sans-serif;
}

#footer-container
{
	clear: left;
	color: #fff;
	background: #463e43;
	
}

#footer
{
	margin: 0 auto;
	width: 900px;
	text-align: center;
	padding: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	height: 1%;
}

#footer a
{

	color: #8a8067;
	text-decoration: underline;
}

