@charset "UTF-8";
/* CSS Document */

@import url("./nav.css");
body {
	font: 12px Verdana, 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: 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-image:url(images/bg.jpg);	
	background-attachment: scroll;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center top;
}
a:link {
	color: #ff0000;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #666666;
}
a:active {
	color: #000000;
}	
.oneColFixCtr #container {
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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. */
}
.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.rtclm {
	border: 1px solid #999966;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.hdtxt1 {
	color: #999966;
	font-size: 18px;
	font-weight: bold;
}
.hdtxt2 {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 30px;
	font-style:italic;
}
.hdtxt3 {
	color: #999966;
	font-size: 18px;
	font-weight: bold;
}
.hdtxt4 {
	color: #FFFFFF;
	font-size: 16 px;
	font-style:italic;
}
.bdytxt1 {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 13px;
}
.bdytxt2 {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 16px;
}
.gal {
	border: 2px solid #993333;
	padding: 2px;
	background: #333333;
}
.gal2 {
	border: 4px solid #993333;
	padding: 4px;
	background: #333333;
}
.inpt {
	color: #FFFFFF;
	background-color: #333333;
}

