@CHARSET "UTF-8";
/******* CONTAINER *******/
#container {
	width: 970px;
	margin: 0pt auto;
	color:#CC9933;
}
/******* /CONTAINER *******/

/******* TOP *******/
#top {
	margin: 0 auto;
	margin-top:20px;
	background: transparent url(../img/logo.jpg) no-repeat scroll left top;
}

/******* /TOP *******/

/******* MENU *******/
#navigation {
	float: right;
	background-color:#000;
	height:151px;
}
/******* /MENU *******/


/******* CONTENT *******/
#content {
	color: #CC9933;
	margin: 0 0 20px 0;
	margin-left:97px;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	line-height: 1.3em;
	font-size: 11px;
	
	min-height:400px;
	height:expression(this.scrollHeight > 400 ? "auto":"400px"); 
	font-size: 16px;
}
#content p {
	margin-bottom: 0.7em;
}
#content a {
	font-weight: 700;
	color: CC9933;
}
/******* /CONTENT *******/

/******* FOOTER *******/
#footer{
	clear: both;
	padding: 10px;
	color: #CC9933;
	font-size: 12px;
	text-align: right;
	padding-right:20px;
}
/******* /FOOTER *******/

