@charset "utf-8";
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #4B4C4E url(../images/BG-page.jpg) repeat-x 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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #999;
}
a:link {color: #FFF; text-decoration: none} 
a:visited {color: #FFF; text-decoration: none} 
a:hover {
	color: #CCC;
	text-decoration: underline
} 
a:active {color: #FFF; text-decoration: none} 

.oneColFixCtrHdr #container {
	width: 1014px;
	margin: 0 auto;
	text-align: center; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #container #bottom {
}

.oneColFixCtrHdr #header {

}
.oneColFixCtrHdr #container #blackline {
	background: #000;
	height: 3px;
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: url(../images/BG-shadow.jpg) repeat-y center top;
	text-align: center;
}
#Contentpanel    {
	width: 950px;
	margin: 0px auto;
	padding-top: 40px;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px;
}
.oneColFixCtrHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #bottom  {
	text-align: center;
	vertical-align: top;
	height: 9px;
	background: url(../images/BG-shadow-bottom.jpg);
}
#testi  {
	text-align: left;
	padding-right: 50px;
	padding-left: 50px;
}

