body  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	/*background: #666666;*/
	background:#000000;
	/*background-position:50% 275px;*/
	/*background-attachment: fixed;*/
	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;
}

h2
{
	font-style: italic;
}

h3
{
	font-weight: bold;
}

#container { 
	width: 880px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:#000000;
	padding: 0px auto;
	margin: 0px 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. */
} 
#header { 
	background:  rgba(0,0,0,0.0); 
	padding: 0 0 0 0;  /* 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. */
} 
#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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* 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 */
	background: rgb(0, 0, 0); /* The Fallback */
	/*background : rgba(0,0,0,0.4) url(../images/bg.gif) repeat;*/
	color: rgb(255, 118, 0); /* The Fallback */
	color : rgba(255,118,0,1) ;
	padding: 0px 10px 15px 20px;
	margin: 17px 10px 17px 0px;
}

/*#sidebar1 a:link { 
	color: #FF7600;
	text-decoration: none;
} */

#sidebar1 a {
	color: #FF7600;
	background: rgb(85, 85, 85); /* The Fallback */
	background-color:rgba(85,85,85,0.75);
	display: block;
	margin-left: -5px;
	margin-bottom: 1px;
	padding: 6px;
	border: 1px solid #FF7600;
	text-decoration: none;
	zoom: 1;

}

#sidebar1 a:hover {
	color: #FF6000;
	border-color: #FFFFFF;
	background-color:#333333;
}


#mainContent { 
	margin: 17px 0 0 210px; /* 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: 5px 20px 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #FFFFFF;
	/*background: rgb(55, 48, 43);*/
	/*background : rgba(55,48,43,0.4);*/
} 

#photo { 
	position: relative;
	margin: 0px 25px;
}

#footer { 
	padding: 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color: rgb(255, 118, 0); /* The Fallback */
	color : rgba(255,118,0,1) ;
	background: rgb(0, 0, 0); /* The Fallback */
	background : rgba(0,0,0,0.4) url(../images/bg.gif) repeat;
}

.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;
}
.error { 
	color: #FF0000;
}

#mainContent a{
	color:#FF7600;
}
#mainContent a:hover{
	color:#FF7600;
	font-style:italic;
}

#footer a{
	color:#FF7600;
}
#footer a:hover{
	color:#FF7600;
	font-style:italic;
}











/*





table {
  border-collapse: collapse;
  border: 1px solid #999999;
  font: normal 11px verdana, arial, helvetica, sans-serif;
  color: #c9c9c9;
  background: #090909;
  text-align:left;
  }
caption {
  text-align: center;
  font: bold 16px arial, helvetica, sans-serif;
  background: transparent;
  padding:6px 4px 8px 0px;
  color: #CC00FF;
  text-transform: uppercase;
}
thead, tfoot {
background:url(bg1.png) repeat-x;
text-align:left;
height:30px;
}
thead th, tfoot th {
padding:5px;
}
table a {
color: #333333;
text-decoration:none;
}
table a:hover {
text-decoration:underline;
}
tr.odd {
background: #f1f1f1;
}
tbody th, tbody td {
padding:5px;
}


*/


















table {
	font-family: Tahoma, Verdana, Arial;
	border-collapse: collapse;
	border-spacing: 1px;
	border-left: 1px solid #1F2A34;
	border-right: 1px solid #1F2A34;
}
thead th{
	font-size: 14px;
	color: #fff;
	height: 30px;
	text-align: center;
	border-top: 5px solid black;
	border-bottom: 5px solid black;
	border-left: 1px solid #1F2A34;
	border-right: 1px solid #1F2A34;
}
tbody td{
	font-size: 10px;
	background: #2d3134;
	color: #fff;
	border: 1px solid #373B3E;
	padding-left: 3px;
	height: 40px;
}
tbody td a:link{
	color:#FF6600;
	font-weight: bold;
	text-decoration: none;
}

tbody td a:hover{
	color:#FF6600;
	font-weight: bold;
	text-decoration: underline;
}

tbody td a:visited{
	color:#FF6600;
	font-weight: bold;
	text-decoration: underline;
}
tbody th{
	background: #373B3E;
	color: #f7f7f7;
	text-align: left;
	padding-left: 4px;
	border: 1px solid #2d3134;
	width: 120px;
}
tbody th a:link{
	color: #fff;
	font-size: 12px;
	font-weight: bolder;
	text-decoration: none;
}
tbody th a:hover{
	font-size: 13px;
	color: #fff;
	font-weight: bolder;

}
tbody th a:visited{
	text-decoration: line-through;
	font-size: 12px;
	color: #fff;
	font-weight: bolder;

}
tbody tr:hover{
	background: #333;
}

tfoot{
	background: #1F2A34;
	color: #fff;
	font-size: 18px;
	text-align: center;
	border-left: 1px solid #1F2A34;
	border-right: 1px solid #1F2A34;
}
tfoot td{
	font-style:italic;
}
table caption{
	background: #1F2A34;
	color: #fff;
	text-align: center;
	font-size: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-left: 1px solid #1F2A34;
	border-right: 1px solid #1F2A34;
}



table.fitted 
{ 
width:100%; 
} 




























img {
	border: none;
}
