@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#000;
	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: #FFFFFF;
}
.oneColElsCtrHdr #container {
	width: 872px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	height: auto;
	background-image:url(../images/backgrounds/bg.jpg);
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
}
.oneColElsCtrHdr #containerCenter {
	width: 872px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	height: auto;
	background-image:url(../images/backgrounds/bg.jpg);
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: auto;
}

.oneColElsCtrHdr .bold120 {
	font-weight:bold;
	font-size:120%;
}

.oneColElsCtrHdr a img {
	border:2px #000 solid;
}

.oneColElsCtrHdr .bold {
	font-weight:bold;	
}

.oneColElsCtrHdr #art {
	margin:auto;
	padding:0px;
	width:80%;
}
.oneColElsCtrHdr .left {
	margin:auto;
	padding:0px;
    text-align:left;
}

.oneColElsCtrHdr .reset {
	margin:auto;
	padding:0px;
	text-align:center;
}

