#page
{
	position: relative;
	max-width: 1150px;
	min-width: 832px;
	width: 99%;
	height: 100%;
	border: 0px;
	padding: 0px;
	margin: 0 auto;
}

#top
{
	margin-bottom: 60px;
}

#warning
{
	width: 100%;
	background: #ff0000;
	color: #a94196;
	margin: 0 auto;
	padding: 2px;
	border: 2px solid #770000;
	border-bottom: none;
}

#login
{
	width: 90%;
	height: 24px;
	background: #a94196;
	color: #dddddd;
	margin: 0 auto;
	text-align: center;
}

#logo
{
	height: 120px;
	overflow: hidden;
	background: #a94196;
	background-repeat: repeat-x;
	color: #dddddd;
}

#menu
{
	width: 100%;
	z-index: 2;
}

#left
{
	float: left;
	width: 170px;
	z-index: 1;
}

#center
{
	height: 100%;
	z-index: 0;
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 180px;
	margin-right: 175px;
}

#center:after
{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#right
{
	float: right;
	width: 170px;
	z-index: 1;
}

#footer
{
	padding: 3px;
	padding-bottom: 0px;
	margin-top: 90px;
	margin-left: 178px;
	margin-right: 172px;
	z-index: 0;
	
	background-color: #a94196;
	color: #dddddd;
	border: 2px solid #dddddd;
	text-align: center;
	vertical-align: middle;
}

/*----------------------------------------------*/
/*			Logo				*/
/*----------------------------------------------*/
.logo_left{position: absolute; left: 0px;}
.logo_right{position: absolute; right: 0px;}
img.logo_center{display: block; margin-left: auto; margin-right: auto; position:relative; z-index: 1;}
.logo_center{border: 0px;}

/**/