@charset "UTF-8";
/* CSS Document */

 
body  {
	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: #333;
	font-family: Optima, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	font-weight: 100;
	background-color: #dce2dd;
	background-attachment: fixed;
	background-image: url(images/vertbg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.twoColFixLtHdr #container {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/grayedges.jpg);
	background-repeat: repeat-y;
	background-position: center;
} 
.twoColFixLtHdr #header {
	height: 144px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0px;
	margin: 0px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px;
	padding-top: 55px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 185px;
	padding-top: 35px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 5px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
} 
.twoColFixLtHdr #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: #333;
}
.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;
}
#nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 155px;
	float: left;
	font-size: 0.8em;
}
#nav li {
	margin: 0;
	padding: 0;
	float: left; /* This corrects the */
	width: 100%;
	text-decoration: none;
}

#nav a {
	display: block;  /* to increase clickable area as a's 
      default to inline */
	color: #333;
	text-decoration: none;
	padding: 0 5px;
	line-height: 2;
	border-bottom: 1px solid #FFF;
}




  
#nav a:visited {
	text-decoration: none;
	background-color: #faf5e4;
  }
  
  #nav #nav_pay a {
  border: none;
}


#body_hom #nav_hom a,
    #body_about #nav_about a,
    #body_links #nav_links a,
    #body_fact #nav_fact a,
	#body_training #nav_training a,
	#body_test #nav_test a,
   #body_conflict #nav_conflict a,
   #body_contact #nav_contact a,
 
	#body_pay #nav_pay a{
	color: #333;
	font-weight: 100;
	background-color: #CCC;
}
#nav a:hover {
	text-decoration: underline;
	background-color: #e8e5da;
	color: #333;
  }
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: 100;
	color: #333;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 100;
	color: #333;
}
a:link {
	text-decoration: none;
}
#body_about #container #mainContent h3 img {
	margin: 5px;
	padding: 2px;
	border: 1px solid #666;
}
.linearound {
	margin: 2px;
	padding: 2px;
	border: 1px solid #999;
}
.tiny {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: 100;
}

