@charset "UTF-8";
body {
	font: 12px 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: #000000;
	margin-top: 0px;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #FFFFFF;
}

	
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.oneColFixCtr #sidebar1 {
	float: left; 
	width: 260px; /* since this element is floated, a width must be given */
	background: #000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0; /* top and bottom padding create visual space within this div */
}
.oneColFixCtr #sidebar1 h3, .oneColFixCtr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

.oneColFixCtr #mainContenttwocol {
 padding-left: 310px;
 padding-right: 80px;
 padding-top: 80px;
} 

.oneColFixCtr #mainContentindex {
 padding-left: 310px;
 padding-right: 80px;
 padding-top: 10px;
} 


.oneColFixCtr #footer {
	width: 760px; 
	background: #000000;
	border: 0px solid #000000;
	text-align: left;
	color: #333;
		font-size: 9px;
		padding: 10px;

}

.oneColFixCtr #topbar {
	
	width: 780px; /* since this element is floated, a width must be given */
	background: #000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0; /* top and bottom padding create visual space within this div */
}
.oneColFixCtr #topbar h3, .oneColFixCtr #ttopbar p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

.oneColFixCtr #mainContenttworow {
float: left;
width: 780px;
 padding-left: 180px;
 padding-right: 130px;
 padding-top: 10px;
 padding-bottom: 10px;
} 

.oneColFixCtr #mainContentpic {
 padding-left: 0px;
 padding-right: 0px;
 padding-top: 0px;
} 
a {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	color: #666;
	text-decoration: none;
}

