/* Elements Setup*/
body {background-image:url(images/JeepFreaks_Faded.gif);
	background-color:#F7F4EB;
	color:#333333;
	}

h2 {
	background-image:url(/WalkeraHelicopter/images/title_bg.gif);
	background-repeat:no-repeat;
   }

/* Alignment */
.TextLeft {text-align:left}
.TextCenter {text-align:center}
.TextRight {text-align:right}
.center{
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	}
.FloatLeft{float:left;}
.FloatCenter{float:center;}
.FloatRight{float:right;}
#body 	{
	background-color:#FFFFFF;
	width: 900px;
	/*height: auto;
	min-height: 1000px;
	*/
	margin-left: auto;
	margin-right: auto;
	}
#header {
	background-color:#bfbcb3;
	display: block;
	height: 133px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	}

#footer {
	background-color:#bfbcb3;
	display: block;
	float: center;
	width: 100%;
	height: auto;
	}
#navigation {
	background-color:#EBE8DF;
	display: block;
	padding-left:15px;
	float: left;
	width: 235px;
	height: 1000px;
	}
#content {
	background-color:#F7F4EB;
	display: block;
	padding-left:15px;
	float: right;
	width: 635px;
	height: 1000px;
	}


/* Borders */
.NoBorder{border:0px}

/* Text Sizes */
.FontSize16 {font-size:16px}
.FontSize28 {font-size:28px}

/* Text Colors */
.TextColorWhite {color:#FFFFFF}
.TextColorBrown {color:#4C4C4C}

/* Link Colors */
a.brown:link {color:#4C4C4C;}
a.brown:visited {color:#4C4C4C;}
a.brown:hover {color:#4C4C4C;}
a.brown:active {color:#4C4C4C;}
a:link {color:#0136A3;}      /* unvisited link */
a:visited {color:#0136A3;}  /* visited link */
a:hover {color:#0136A3;}  /* mouse over link */
a:active {color:#0000FF;}  /* selected link */
