body{
	min-width: 960px;
	background-color: #dbe6e0;
}
/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hide;
}
#flashcontent {
	height: 100%;
	width: 100%;
	height: 600px;
	margin-top: 0px;
}
/* end hide */
.wrapper{
	margin: 0 auto;
	width: 960px;
	min-height: 500px;
}
.header{
	background-color: #000;
	width: 960px;
	height: 100px;
}
.wimpy{
float:right;
}
.menus{
	min-height: 50px;
	width: 960px;
	background-color: #dbe6e0;
}
div.menu_item_c{
	float: left;
	width: 120px;
	text-align: center;
}
div.menu_item{
	float: left;
	width: 120px;
	text-align: center;
}
div.menu_item:hover{

}
.content{
	width: 960px;
	min-height: 450px;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-image: url('images/arch.jpg');
	padding-bottom: 88px;

}
.download{
text-align: center;
height: 120px;
width: 400px;
}
.footer{
margin: 0 auto;
position: fixed;
bottom: 0px;
width: 960px;
text-align: left;
background-color: #FAF4D4;
}
div.footer_item{
float: left; 
height: 70px;
}

img.icons{
margin-left: 10px;
}
img.banner{
	margin-top: 15px;
}
img.menu{
border: 0px;
}
a.menu_item{
text-align: center;
	font-size: 22px;
	color: #123456;
	font-family: courier new;
	letter-spacing: -2px;
	text-decoration: none;
	margin-left: 0px;
	border: solid 0px;
}
a.menu_item:hover{

	text-decoration: underline;
}
p.current_menu_item{
	font-size: 22px;
	display: inline;
	margin-left: 0px;
	color: #123456;
	font-family: courier new;
	letter-spacing: -2px;

	text-decoration: none;
}
a.big{
color: black;
font-family: arial black;
font-size: 28px;
}
a.big:hover{

}
h4{
color: #000;
display: inline;
}
h6, a.six{
color: #bbb;
text-align: right;
letter-spacing: 2px;
font-family: courier-new;
margin: 0px;
font-size: 10px;
margin-top: 15px;
}

/*********news*************/
p.date{
	font-family: courier;
	font-size: 14px;
	margin: 0px;
	letter-spacing: 3px;
	color: #000;
	float: right;
}
.news_title{
	color: #123456;
	font-size: 30px;
	margin: 0px;
	font-family: garamond;
	letter-spacing: -1px;
}
hr{
	width: 80%;
}
.odd{
	background-image: url('images/odd.png');
}
.even{}
/********* end news*************/

