
/* ####################################################################*/
/* General - Overrides & Handlers #####################################*/
/* ####################################################################*/

* {
	padding:0;
	margin:0;
}

/* Clear Division Handler */
.clear {
 clear:both;
	height:1px;
 overflow:hidden;
}

/* Mozilla Focus Outline Bug */
a:active {
 outline:none;
}

a:focus {
 -moz-outline-style: none;
}

img {
	border:0px;
}

/* ####################################################################*/
/* Html, Body, Page, Interface ########################################*/
/* ####################################################################*/

#page {
	height:100%;
}

#page[id] {
 height:auto;
	min-height:100%;
}

html {
	height:100%;
}

body {
	height:100%;
	background-color:#531d00;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:11px;
}

#page {
	width:914px;
	min-height:100%;
	margin:0 auto;
	position:relative;
}

#interface {
	position:absolute;
	top:50%;     
	width:914px;
	height:614px;
	margin:-310px 0 0 0;
	background-image:url(../images/interface.gif);
 background-repeat:no-repeat;
}

/* ####################################################################*/
/* Content, Main ######################################################*/
/* ####################################################################*/

#main_top {
	height:119px;	
	padding:28px 0 0 30px;
}

#main_center {
	/*min-height:363px;
 height:auto !important;*/
	height:363px;
	width:914px;
	overflow:hidden;
}

#content_variable {
	position:relative;
	left:30px;
	width:852px;
	height:363px;
	background-color:#eb9400;
}

#text {
	position:absolute;
	top:28px;
	left:296px;
}

#text p {
	color:#531d00;
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	line-height:16px;
}

#text a {
	color:#531d00;
	text-decoration:none;
}

#text a:hover {
	color:#000000;
	text-decoration:none;
}

#main_bottom {
	height:73px;
}

/* ####################################################################*/
/* Footer #############################################################*/
/* ####################################################################*/

#footer {
	height:31px;
	font-family:tahoma,arial,helvetica,sans-serif;
	font-size:11px;
	color:#dddddd;
	background-image:url(../images/interface_bottom.gif);
 background-repeat:no-repeat;
}

#copyright {
	position:relative;
	top:20px;
	left:40px;
	width:426px;
	float:left;
}

#footer_links {
	position:relative;
	width:426px;
	top:20px;
	right:40px;
	float:right;
	text-align:right;
}

#footer_links a {
	color:#dddddd;
	text-decoration:none;
}

#footer_links a:hover {
	color:#eb9400;
	text-decoration:none;
}