@charset "utf-8";

body {
	font: bold 100% Arial, Helvetica, sans-serif;
	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: justify; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	text-indent: 0px;
	background-color: #3E423A;
}
#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: 
	url(../backgrounds/tablebk3.jpg);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */

}

#header {
	width: 800 px;
	height:400px;
	padding: 2px 0;
	margin: 0px;
	top: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	color: #000;
	font-size: 14px;
	font-style: italic;
	text-align: center;
}
#header h1 {
	width:800px;
	margin: 0 auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-style: normal;
	color: #F00;
	font-weight: bolder;
	text-align: center;
}

#header h4 {
	width:800px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2 em;
	font-style: normal;
	color: #000;
	font-weight: bold;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#headerall {
	width: 800 px;
	height:370px;
	padding: 2px 0;
	margin: 0px;
	top: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	color: #000;
	font-size: medium;
	font-style: italic;
	text-align: center;
}

#mainContent {
	width: 785px;
	marging: 0 auto;
	padding-left: 10px;
	padding-right: 5px;
	background:url(../backgrounds/tablebk3.jpg);
	color:#000;
	font-family: "Book Antiqua", Palatino, serif;
	padding-top: 50 px;
	
}

 #mainContent h1 {
	width:785px;
	margin: 0 auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	font-style: normal;
	color: #F00;
	font-weight: bold;
	text-align: center;
}

 #mainContent h4 {
	width:785px;
	margin: 0 auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-style: normal;
	color: #000;
	font-weight: bold;
	text-align: center;
}

#left_content {
	width: 175px;
	float: left;
	background: url(../backgrounds/lefttxt.jpg);
	color: #000;
	font-family: "Book Antiqua", Palatino, serif;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	font-size: 14px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 1px;
	margin-right: 5px;
	font-weight: bold;
	text-align: center;
	margin-left: 5px;
	
}
.leftNews {
	width: 175px;
	heigth: 200px;
	float: left;
	margin-right:5px;
	color: #000;
	font-family: "Book Antiqua", Palatino, serif;
	text-align: center;
	background-image: url(../backgrounds/lefttxt.jpg);
}
 #main_lower{
	width: 800px;
	margin: 0 auto;
	font-family: "Book Antiqua", Palatino, serif;
	color: #000;
	text-align: center;
	background-image: url(../backgrounds/tablebk3.jpg);
		
}

#footer {
	width: 800px;
	margin: 0 auto;
	background:url(../backgrounds/tablebk3.jpg);
	color:#ff;
	text-align: center;
}
 #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 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	text-align: left;
	color: #000;
}
.imgleft {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: medium solid #000000;
}
.imgrt {
	margin: 3px 0px 3px 3px;
	float: right;
	
}

.txtrt {
	margin: 3px 0px 5px 3px;
	float: right;
	
}

.txtlft {
	margin: 3px 0px 5px 3px;
	float: left;
	
}

.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;
}
