@charset "utf-8";

.twoColFixRtHdr #header {
	padding-top: 0;
	padding-right: 28px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixRtHdr #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 */
}

.twoColFixRtHdr #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 */
}




/* here is mine*/







body  {
	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;
	background-color: #000000;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	background-image: url(images/bkmain.gif);
}
#preload {
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px;
}
.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;
}
#curtaintop {
	background-image: url(images/curtaintop.gif);
	background-repeat: repeat-x;
	position: absolute;
	z-index: 10;
	left: 0px;
	top: 0px;
	width: 100%;
	text-align: left;
}
#container {
	width: 750px;
	text-align: left;
	background-image: url(images/home-curtainbk.gif);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: repeat-y;
}
#mymaincontent {
	margin-right: 351px;
	padding-left: 45px;
	font-size: 13px;
}
#curtainend {
	width: 750px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#flashcontainer {
	width: 750px;
	background-image: url(images/home-logo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.navbot {
	background-image: url(images/homenavbot.gif);
	background-repeat: no-repeat;
	width: 750px;
	padding-top: 32px;
	font-size: 12px;
	text-transform: uppercase;
	padding-bottom: 10px;
	text-align: center;
}
.newscontainer {
	background-image: url(images/home-newmid.gif);
	background-repeat: repeat-y;
	width: 329px;
}
.newscontent {
	font-size: 11px;
	margin-right: 35px;
	margin-left: 37px;
	margin-bottom: 15px;
}
.newscontent p{
	margin: 0px;
	padding: 0px;
}
.newsposttitle {
	font-size: 11px;
	font-weight: bold;
	margin-top: 13px;
}
.newspostname {
	font-size: 9px;
	font-style: italic;
	padding-bottom: 2px;
}
.newsheader {
	margin-left: 20px;
	margin-top: 5px;
}
.sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 351px;
	padding-bottom: 15px;
}
.flashhat {
	margin-left: 50px;
}
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #FF6600;
	font-style: italic;
	text-decoration: none;
}
