@charset "UTF-8";
body {
	background: #ffffff;
	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: #4D4D4F;
	font-family: "Courier New", Courier, monospace;
	font-size: 100%;
}
.oneColFixCtrHdr #container {
	width: 833px;
	margin: 20px auto 20px auto;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(../images/bg_middle.gif);
	background-repeat: repeat-y;
}
.oneColFixCtrHdr #header {
	padding: 60px 70px 20px 72px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	letter-spacing: 0.11em;
	height: 40px;
	background-image: url(../images/bg_top.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.oneColFixCtrHdr #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 */
	font-size: 14px;
	font-weight: 300;
	float: left;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 35px;
	letter-spacing: .11em;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-image: url(../images/bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.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 */
}
p    {
	font-size: 13px;
}
.oneColFixCtrHdr #container #header #nav {
	float: right;
}
.oneColFixCtrHdr #container #header #nav p {
	padding: 0px;
	font-size: 11px;
}
.oneColFixCtrHdr #container #header #nav a:link, .oneColFixCtrHdr #container #header #nav a:visited {
	color: #4D4D4F;
	text-decoration: none;
}

.oneColFixCtrHdr #container #header #nav a:hover, .oneColFixCtrHdr #container #header #nav a:active {
	color: #CCCCCC;	
	}
	
a:link, a:visited  {
	color: #DB8145;
	text-decoration: none;
}

a:hover, a:active  {
	color: #DB8145;
	text-decoration: line-through;
}
	
	
.navCurrent {
	color: #DB8145;
	text-decoration: line-through;
}
.cv {
	background-image: url(../images/bg_divider.gif);
	background-repeat: repeat-y;
	background-position: 315px;
}
.cvtable {
	margin-left: 120px;
}
.cv  p   {
	font-size: 11px;
}

.oneColFixCtrHdr .home#mainContent {
	padding-top:2px;
	text-align: center;
}

.oneColFixCtrHdr .contact#mainContent {
	
	text-align: center;
}

.imgHome {
	margin-bottom:10px;
	}
	
.oneColFixCtrHdr #container .home#mainContent a:link, .oneColFixCtrHdr #container .home#mainContent a:visited  {
	color: #DB8145;
	text-decoration: none;
}
.buttonSubmit {
	margin-top: 10px;
	margin-left: 80px;
}

.oneColFixCtrHdr #container .home#mainContent a:hover, .oneColFixCtrHdr #container .home#mainContent a:active  {
	color: #DB8145;
	text-decoration: line-through;
}

.oneColFixCtrHdr #container .contact#mainContent a:link, .oneColFixCtrHdr #container .contact#mainContent a:visited  {
	color: #E7A830;
	text-decoration: none;
}



.oneColFixCtrHdr #container .admin#mainContent a:link, .oneColFixCtrHdr #container .admin#mainContent a:visited  {
	color: #DB8145;
	text-decoration: none;
}

.oneColFixCtrHdr #container .admin#mainContent a:hover, .oneColFixCtrHdr #container .admin#mainContent a:active  {
	color: #DB8145;
	text-decoration: line-through;
}
.tableLeft {
	text-align: right;
	padding-right: 10px;
}
.oneColFixCtrHdr #container #header a {
	color: #4D4D4F;
}
.galThumb {
	float: left;
	padding-right: 7px;
	padding-bottom: 7px;
	height: 70px;
}
#clearBox {
	clear: both;
	height: 1px;
	width: 1px;
}
