@charset "utf-8";

A:link {
	color:#FFCC00;
	text-decoration: none;
}
A:visited {
	color:#FFCC00;
	text-decoration: none;
}
A:active {
	color:#FFCC00;
	text-decoration: none;
}
A:hover {
	color:#FFCC00;
	text-decoration: underline;
}

body {
	background: #000000;
	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;
	font-family: "Trebuchet MS", verdana, Arial, helvetica, sans-serif;
	font-size: 79%;
	
}
.oneColFixCtr #container {
	position:absolute;
	width:750px;
	background:#FFFFFF;
	margin:auto;
}
.oneColFixCtr #box {
	position:relative;
	width:750px;
	margin:auto;
}
.oneColFixCtr #header {
	position: relative;
	width:100%;
	height:125px;
	background:url(imgs/headerfill.jpg);
	background-repeat:repeat-x;
}
.oneColFixCtr #headerLogo {
	position:relative;
	float: left;
	width: 300px;
	height: 125px;
	padding-left: 65px;
	text-align: left;
	overflow:hidden;
	visibility: visible;
}
.oneColFixCtr #headerLinks {
	position:relative;
	width: 300px;
	height: 25px;
	padding-right: 25px;
	padding-top: 90px;
	padding-bottom: 10px;
	text-align: right;
	float: right;
	overflow:hidden;
}

.oneColFixCtr #pics {
	position: relative;
	width: 100%;
	background:#3D250E;
	color: #FFFFFF;
	float: left;
}
.oneColFixCtr #picsPictures {
	position: relative;
	width: 720px;
	margin:auto;
}
.oneColFixCtr #picsPicture {
	position: relative;
	width: 100px;
	height: 100px;
	padding: 10px;
	float: left;
	/*overflow:hidden;*/
}
.oneColFixCtr #picsLinks {
	position: relative;
	width:600px;
	margin:auto;
	clear: both;
	background:inherit;
}
.oneColFixCtr #picsLink {
	position:relative;
	width: 100px;
	padding: 10px;
	float: left;
	font-size:120%;
	overflow:hidden;
}

.oneColFixCtr #content {
	float: left;
	position: relative;
	width: 100%;
	background-color:#71502F;
	background-image:url(imgs/contentfill.jpg);
	background-repeat:repeat-x;
	color: #FFFFFF;
}
.oneColFixCtr #contentCol {
	width: 200px;
	padding: 25px;
	text-align:left;
	float:left;
}

.oneColFixCtr #bottom {
	width: 100%;
	text-align:center;
	color:#996600;
	font-size:95%;
	background:#3D250E;
	float: left;
}
