@charset "utf-8";
/* CSS Document */

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

img {
	border:0px;
}

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

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

#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;
}

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

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

#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;
}