html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background: #cc6601;
	font-family:arial,sans-serif;
	font-size:small;
	color:#666;
}

a {
 color: #fff6e0;
 font-weight: bold;
 text-decoration: none; 
}

a:hover {
 color: #fff6e0;
 font-weight: bold;
 text-decoration: underline; 
}

div#container {
	position:relative; /* needed for footer positioning*/
	width:945px;
	background:#996533;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	border-right: solid 10px #fafffa;
}

div#content {
	padding:0; /* bottom padding for footer */
}
	
.content_left {
 margin-left: 60px;
 height: 100%;
 width: 500px;
 background-color: #996533;
 border-left: solid 10px #fafffa;
 border-right: solid 10px #f1bd2b;
 border-bottom: solid 10px #f1bd2b;
}

.content_logo {
 position: absolute;
 left: 580px;
 top: 0px;
 height: 207px;
 width: 365px;
}

.links_navi {
 position: absolute;
 left: 580px;
 top: 207px;
 height: 20px;
 width: 365px;
 padding-top: 3px;
 text-align: center;
 background-color: #f1bd2b;
}

.global {
 color: #cc6601;
 font-size: 12px;
 font-weight: bold;
 text-decoration: none;
 margin-left: 14px;
 margin-right: 14px;
 border: 0px solid #ffffff;
}

.global:hover {
 color: #996533;
 font-weight: bold;
 text-decoration: none;
}

.global_active {
 color: #996533;
 font-size: 12px;
 text-decoration: none;
 margin-left: 14px;
 margin-right: 14px;
 font-weight: bold;
 border: 0px solid #ffffff;
}

.content_text {
 position: absolute;
 left: 580px;
 top: 227px;
 margin-left: 25px;
 margin-top: 40px;
 color: #fff6e0;
 font-size: 12px;
 text-align: left;
 height: auto;
 width: 318px;
}

.content_text strong {
 color: #f1bd2b;
 font-size: 12px;
}	

div#footer {
	position:absolute;
	width:100%;
	bottom: 0; /* stick to bottom */
	background: #996533;
	border-bottom: solid 10px #fafffa;
}