﻿
body {
	background: #FFF;
	color: #333333;
	font: 10pt Verdana, Arial, sans-serif;
	text-align: center;
}

* { padding: 0; margin: 0; }


#header { width: 850px; height: 173px; margin: 0 auto;  }

	#nav {
	width: 100%;
	height: 58px;
	margin-bottom: 3px;
	background: url('1.png') repeat-x;
	text-align: center;
	
	
}
#nav2 {
	width: 100%;
	height: 58px;
	margin-bottom: 3px;
	background: url('1.png') repeat-x;
	text-align: center;
	
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}

}
a:hover {
	color: #FF0000;
	text-decoration: none;
