@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	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: #999999;
	background-image:url(imgs/bg1.gif);
	background-repeat:repeat-x;
	background-position:top;
	
}
.oneColFixCtr #container {
	width: 550px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 550px;
	background: #000000;
	margin: 125px auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align:justify; /* this overrides the text-align: center on the body element. */
	background-image:url(imgs/bg2.gif);
	background-repeat:repeat-x;
	background-position:top;
	border:#191919  solid 2px;
}
.oneColFixCtr #mainContent {
	margin:45px;
	/*padding: 20% 20px;  remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 460px;
	height: 460px;
	min-height: 460px;
	background-image:url(imgs/bg3.gif);
	background-repeat:no-repeat;
	background-position:top;
	border:#313131 solid 2px;	
}
a{
text-decoration:none;
color:#CCCCCC;
}
a:hover {
	color:#FFFFFF;
}
/*.twoColFixLt #sidebar1 .menu a:link {color:#CC99FF;
} */
a:visited {
	color:#666666;
} 
h1{
	font-size:20px;
	padding-top:25px;
	color: #CCCCCC;
}
.menu{
font-weight:bold;
padding-top:10px;
width:460px;
}  
.trait{
padding:0 20px ;
}
.footer{
font-size:10px;
color:#333333;
}
