/* BASIC */

body {
	font-family: "Trebuchet MS";
	font-size: 65%;
	/*margin: 20px;*/
}

/* NAVIGATION */

/**/

ul.mainNav {
	 border-bottom: 5px solid #993300;
	/*margin: 20px;*/
	/*margin-left: auto; margin-right: auto;*/
	/*padding-left: 20px;*/
	float: left;
	width: 90%;
}

.mainNav li {
	list-style: none;
	background: #000 url(../images/right_side.gif) no-repeat right top;
	float: left;
	margin-right: 2px;
	
}

.mainNav a {
	display: block;
	padding: 1px 15px 1px 15px; 
	background-image: url(../images/left_side.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}

.mainNav a:hover {
	color:#F90;
}
