@charset "utf-8";

body {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:lighter;
	color: #e6d7b5;
}

img {
	border:0;
}

#page {
	position:absolute;
	width:950px;
	height:auto;
	top:20px;
	left: 50%;
	margin-left: -475px;
}

#header {
	height:45px;
	background-color:#900;
	color:#dfdfdf;
	text-align:left;
	text-transform:lowercase;
}

#header p span {
	text-transform:none;
	font-weight:bold;
}

#header a:link, #header a:visited, #header a:active, #header a:hover {
	color:#dfdfdf;
	text-decoration: none;
}

#content {
	/*min-height:410px;*/
	height:508px; /*410*/
}

#content-left {
	height:508px; /*410*/
	min-height:508px; /*410*/
	float:left;
	width:475px;
	text-align:center;
	font-size: 12px; 
	color: #333333;
}

#content-center {
	height:458px; /*360*/
	min-height:458px; /*360*/
	float:left;
	width:900px;
	padding:25px;
	font-size: 12px; 
	color: #333333;
}

#content-right {
	height:458px; /*360*/
	min-height:458px; /*360*/
	float:left;
	width:425px;
	padding:25px;
	font-size: 12px; 
	color: #333333;
}

.text {height:50px;}

.text p {
	margin:0;
	padding:0;
}

#content a:link, #content a:visited, #content a:active, #content a:hover {
	color:#333333;
	text-decoration: underline;
}

#page #content #content-center div p strong {
	color: #612972;
	font-size: 18px;
}

#footer {
	height:45px;
	background-color:#900;
	color:#dfdfdf;
	text-align:left;
	clear:both;
	text-transform:lowercase;
}

#footer a:link, #footer a:visited, #footer a:active, #footer a:hover {
	color:#dfdfdf;
	text-decoration: none;
	margin-right:20px;
}

#header p, #footer p {
	padding-top:14px;
	padding-left:50px;
}

#footer p span {
	text-transform:none;
	margin-left:50px;
}
