*{
	padding:0;
	margin:0;
}

body {
 
	background-repeat: repeat-x;
	background-color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #eccd7d;
}


#content_wrap {
	margin: auto;
	width: 895px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}

h1 {
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
}

#header {
	float: left;
	height: 94px;
	width: 850px;
}

#navigation {
	float: left;
	height: 62px;
	width: 950px;
}

.nav_links ul {
	margin: 0px;
	padding: 0px;
	
}

.nav_links li {
	list-style:none;
	display:block;
	font-size: 14px;
	float: left;
	
}

.nav_links a {
	text-decoration: none;
	color: #646464;
	display: block;
	height: 40px;
	padding-top: 10px;
	padding-right: 27px;
	padding-left: 26px;
}

.nav_links a:hover {
	color: #646464;
 
	background-image: url(images/hover.png);
	background-repeat: no-repeat;
}

.withdiv {
	background-image: url(images/divider.png);
	background-repeat: no-repeat;
}

#arka2 { /* this will ba used as a wrapper for the nav_menu so we can center it (nav_menu). especially for IE */
	height:30px; /* fix bar's height */
	width:100%; /* use 100% of width */
	
	/* the code below will PUT the bar at the bottom */	
	bottom:0px;
	position:fixed;
	text-align:center;
	background-color: #000000;
 
	
	/* hide scrollbar for this wrapper */
	overflow:hidden;
}
#nav_menu_wrapper { /* this will ba used as a wrapper for the nav_menu so we can center it (nav_menu). especially for IE */
	height:65px; /* fix bar's height */
	width:100%; /* use 100% of width */
	
	/* the code below will PUT the bar at the bottom */	
	bottom:20px;
	position:fixed;
 
	
	/* hide scrollbar for this wrapper */
	overflow:hidden;
}

	#nav_menu_wrapper .arka { /* the menu itself */
		height:65px; /* fix bar's height */
		width:100%; /* fixed width */

		/* center this div */
		margin-left:auto;
		margin-right:auto;	
		padding-top:0px;
		/* add effect */
		background-color: #000000;
	 
	}

	#nav_menu_wrapper .nav_menu { /* the menu itself */
		height:62px; /* fix bar's height */
		width:950px; /* fixed width */

		/* center this div */
		margin-left:auto;
		margin-right:auto;	
		
		/* add effect */
		background-color: #000000;
	 
	}
	
	/*
	 * menu links and link effects
	 */
		#nav_menu_wrapper .nav_menu ul {
			margin-top:15px;
			list-style:none;
		}
		
		#nav_menu_wrapper .nav_menu li {
			display:inline;
		}
		
 
		
	 
 

