@charset "UTF-8";
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;
	background-color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a {
	color: #9DB6EF;
	text-decoration: none;
	font-weight: bold;
	
}

a:visited {
	color: #C1BBE5;
}

a:hover {
  color: #000;
  background-color: #FFFFFF;
  border-bottom-color: #66F;
}

a:active {
  color: #F99;
}






.thrColFixHdr #container { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header {
	padding: 0 10px 0 20px;  /* 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. */
	background-color: #000;
	color: #000;
} 
.thrColFixHdr #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-family: "Bitstream Vera Sans", "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	color: #CCC;
	text-align: center;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* padding keeps the content of the div away from the edges */
	color: #A4A6A4;
	background-color: #000;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: "Bitstream Vera Sans", "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	font-size: 13px;
	text-align: left;
	line-height: 18px;
}

#sidebar1 h3{
	font-size: 15px;
	line-height: 18px;
}

#sidebar1 h2{
	font-size: 20px;
	line-height: 24px;
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* padding keeps the content of the div away from the edges */
	color: #A4A6A4;
	background-color: #000;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: "Bitstream Vera Sans", "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
}

#sidebar2 h3{
	font-size: 15px;
	line-height: 18px;
}

#sidebar2 h2{
	font-size: 20px;
	line-height: 24px;
}




.thrColFixHdr #mainContent {
	color: #FFF;
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 85;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 40;
	padding-left: 10px;
} 

.reverse_h1 {
	font-family: "Bitstream Vera Sans", "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #A4A6A4;
	padding-top: 10px;
	margin-top: 10px;
}



.thrColFixHdr #footer {
	background:#DDDDDD;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.thrColFixHdr #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:#A4A6A4;
	background-color: #000;
	text-align: center;
	font-size: 14px;
}
.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;
}

.p_reverse {
	font-family: "Bitstream Vera Sans", "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #A4A6A4;
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 10px;
	line-height: 18px;
}
.under_big_photos {
	clear: none;
	width: 100%;
	font-family: "Bitstream Vera Sans", "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #A4A6A4;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 10px;

	}
	
	a:link {
	color: 69F;
	}






.center {
	text-align: center;
}
.thrColFixHdr #container #sidebar1 ul li a 

{
	border-bottom: 2px solid #5F5D83;
}

.thrColFixHdr #container p a
{
	border-bottom: 2px solid #5F5D83;
}

.reverse_h2 {
	font-size: 18px;
font-family: "Bitstream Vera Sans", "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	font-weight: normal;
	color: #A4A6A4;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 10px;
	line-height: 1.5em;
}
.thrColFixHdr #container #footer center {
	background-color: #000;
}
