@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #333626;
	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;
}
.oneColFixCtrHdr #container {
	width: 829px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #333626;
	background-image: url(../images/bodybg_middle.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.oneColFixCtrHdr .bodybgmiddle {
	background-image: url(../images/bodybg_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.oneColFixCtrHdr img#skills {
	padding-left: 6px;
}
.oneColFixCtrHdr #header {
	height: 245px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	position: relative;
}
.oneColFixCtrHdr #header img#logo {
	position: absolute;
	left: 0px;
	top: 80px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #CEC197;
	font-size: 2.9em;
	font-weight: bold;
	text-decoration: none;
	padding-top: 110px;
	display: none;
}
.oneColFixCtrHdr #navigation {
	position: relative;
	padding: 0px;
	display: inline;
	margin: 0px;
	float: right;
	top: 212px;
	right: 040px;
}
.oneColFixCtrHdr #navigation ul {
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative;
}
.oneColFixCtrHdr #navigation li {
	display: inline;
	list-style-type: none;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	color: #333626;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #mainContent {
	margin: 0px;
	background-repeat: repeat-y;
	background-position: center;
	padding: 0px;
}
.oneColFixCtrHdr .bodybgbottom {
	background-image: url(../images/bodybg_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 35px;
	margin: 0px;
	padding-right: 55px;
	padding-left: 50px;
}
.oneColFixCtrHdr #mainContent h1 {
	text-align: center;
	font-size: 1.4em;
	color: #333626;
	display: none;
}
.oneColFixCtrHdr #mainContent h2 {
	font-size: 1.3em;
	font-weight: bold;
	color: #5C5131;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.oneColFixCtrHdr #mainContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #5C5131;
	font-weight: bold;
	letter-spacing: 0.4em;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin: 0px;
}
.oneColFixCtrHdr #mainContent img#intro {
	text-align: center;
	vertical-align: middle;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 205px;
}
.oneColFixCtrHdr #mainContent p {
	font-size: 0.8em;
	color: #333626;
	line-height: 1.4em;
	padding-bottom: 11px;
	padding-top: 0px;
	margin: 0px;
}
.oneColFixCtrHdr #footer {
	padding: 0 30px;
	background-color: #333626;
}
.oneColFixCtrHdr #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 */
	color: #CEC197;
	font-size: 0.7em;
	text-align: right;
}
.oneColFixCtrHdr a {
	font-weight: bold;
	color: #5C5131;
	text-decoration: none;
}
.oneColFixCtrHdr a:hover {
	font-weight: bold;
	color: #5C5131;
	text-decoration: underline;
}

.oneColFixCtrHdr #mainContent em {
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
	color: #5C5131;
}

