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

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #0c0e0d;
	background-image:url('images/phenix_bg_01.gif');
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

a:link, a:visited {color:#fff600}
a:hover {color:#cfc800}

h3, h2, h1 {color:#fff600}


img {
	border: 0px;}

	
.oneColElsCtr #container {
	width: 800px;
	background: #000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
 /* remember that padding is the space inside the div box and margin is the space outside the div box */
}


.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	background: #000;
	background-image:url('images/footer.gif');
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 6px 0 6px 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #999999;
}

.content {
	width: 500px;
	padding: 0px 0px 0px 34px;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 18px;
	color: #cccccc;
	}
	
.sidebar {
	padding: 0 34px 0 22px;
	position:relative;
	float:right;
	width:200px;
	}

-->