/* Global Resetting */
body
{
	font-family:Verdana,Arial,sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px;
	height: 100%;
	background-color: #480004;
}

.clear
{
	clear:both;
}

#navigation
{
	background-image:url('../images/layout/center_3.png'); 
	width:787px; 
	height:22px;
}

#navigation-container
{
	padding:0 10px;
}

#content
{
	background-color:#dd9453;
}

#footer
{

}

#footer-container
{
	padding: 0px 15px;
	font-size: 10px;
	text-align: right;
	color:#000;
}

#footer-container a
{
	color:#000;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;	
}

#footer-container a:hover
{
	text-decoration: underline;
}

a.navigation
{
	color:#000;
	text-decoration:none;
	font-weight: bold;
	padding:0px 6px;
	font-size: 12px;
}
a.navigation:hover
{
	text-decoration:underline;
}

