@charset "UTF-8";
body  {
	font: normal 15px Arial Narrow, Arial, Helvetica, sans-serif;
	background: #000;
	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 */
	letter-spacing: 1px;
	color: #666666;
}

/* Header */

#headerBackground {
	background: #fff;
}

#header {
	width: 900px;
	padding: 0px;
	height: 80px;
	margin: 0 auto;
	background: #fff url(../_images/) no-repeat;
}

#header a, img {
    border: none;
}

#current a:link, a:hover {
    color:#000;
}

#nav_1_selected {
    color: #FFCC33;
}
ul#nav_1 {
    text-align: center;
	width: 100%;
	min-width: 900px;
	height: 50px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background: #6666CC url(../_images/nav_background.jpg) repeat-x;
}

#nav_1 li {
	display: inline;
}

#nav_1 a {
	padding: 0px 10px 0 10px;
	margin: 0px;
    text-decoration: none;
    font: bold 10px Arial Narrow, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	line-height: 50px;
	text-transform: uppercase;
	color: #CC99CC;
}

#nav_1 a:hover {
	color: #fff;
}

#current a:hover {
	color: #000;
}

/* Content Background */

#contentBackground {
	background: url(../_images/body_background_03.jpg) top left repeat-x;
}

/* Main Content Container */

.twoColFixLtHdr #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fff url(../_images/body_background_02.jpg) top center no-repeat;
	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. */
}

.twoColFixLtHdr #contentTop { 
	padding: 0 130px 0 130px;  /* 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. */
	margin: 0px 0 0px 0;
}

.twoColFixLtHdr #contentTop 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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Helvetica, sans-serif;
	color: #6666CC;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
    letter-spacing: .3em;
	line-height: 22px;
	border-bottom: #9999CC 1px dashed; 
}

.twoColFixLtHdr #contentTop p {
	margin: 0;
	padding: 0px 0;
	line-height: 22px;
}

/* Left Navigation Column */

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 320px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 10px 15px 0px;
}

.twoColFixLtHdr #sidebar1 h1 {
	margin: 0;
	padding: 0px 0 0px 130px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
    letter-spacing: .3em;
	line-height: 22px;
}

.twoColFixLtHdr #sidebar1 p {
	margin: 0;
	padding: 0px 0px 0px 130px;
	line-height: 22px;
}

/* Left Navigation Links */

#links {
	text-align: left;
	margin: 0px;
	padding: 0px;
	line-height: 22px;
}

#links ul {
	margin: 0px 0px 0 130px;
	padding: 0px;
	list-style: none;
}

#links li {
	margin: 0px 0px 0 0px;
	padding: 0px;
}

#links li a {
	text-decoration: none;
	color: #9966CC;
}

#links li a:hover {
	text-decoration: none;
	color: #330066;
}

li #selected a:link {
	color: #999;
}

li #selected a:hover {
	color: #999;
}

/* Left Navigation Links */

#links #sidebarPic {
	margin: 0px 0px 0 0px;
	padding: 0px;
}

/* Content Column */

.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 330px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.twoColFixLtHdr #mainContent h1 {
	margin: 0;
	padding: 0px 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #6666CC;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
    letter-spacing: .3em;
	line-height: 22px;
}

.twoColFixLtHdr #mainContent h2 {
	margin: 0;
	padding: 0px 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: bold;
	font-size: 13px;
    letter-spacing: .1em;
	line-height: 22px;
}

.twoColFixLtHdr #mainContent p {
	font: 11px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0px 130px 0px 0;
	line-height: 16px;
}

#mainContent #mainContentPic {
	margin: 10px 0px 10px 0px;
	padding: 0px;
}

#mainContent #mainContentThumbs {
	margin: 0px 0px 6px 0px;
	padding: 0px;
}

#mainContent #mainContentThumbs img {
	margin: 0px 8px 0px 0px;
	padding: 0px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.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;
}

/* Footer */

#footer {
	font: normal 10pt Arial Narrow, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	text-transform: lowercase;
}

#footer p {
	text-align: center;
	color: #6666cc;
	line-height: 25px;
}
#footer a {
    color: #666;
	text-decoration: none;
}
#footer a:hover {
    color: #fff;
}