body {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #000 url(../images/back.jpg) no-repeat center top;
	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;
	width:100%;
	color: #CCC;
}



img  {
	border: none;
}
a:link, a:active, a:visited {
	color:#F97634;
}
form {
	padding:0;
	margin:0;
}
input[type="submit"] {
	background: url(../layout/button_bg.jpg) repeat-x center;
	font-weight: bold;
	color: #FFF;
	font-size: 14px;
	border: 0px none #666;
	padding: 2px 6px;
}
.fxdheight_btn {
	height: 32px;
	width: 100px;
}
input[type="text"], select, textarea {
	background: #EDF1F2 url(../layout/grad_0.jpg) repeat-x bottom;
	color: #333;
	border: 1px solid #999;
	padding: 1px;
	font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.orange {
	color:#F79239;
}
.black {
	color:#000000;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

#container {
	width: 955px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
}

/*-----------------------------------------------------------------------------------*/
/* HEADER */
/*-----------------------------------------------------------------------------------*/
#header {
	padding: 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 40px;
	text-align: center;
}


td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
/*-----------------------------------------------------------------------------------*/
/* WRAPPER */
/*-----------------------------------------------------------------------------------*/
#mainContent {
	padding: 0;
	clear: both;
	text-align: center;
}

/*-----------------------------------------------------------------------------------*/
/* FOOTER */
/*-----------------------------------------------------------------------------------*/


#footer {
	padding: 6px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(../layout/black45.png);
	font-size: 11px;
	color: #FFF;
	clear: both;
	display: block;
	margin-top: 15px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}
#footer a {
	color:#999;
	text-decoration: none;
}
