* {
	margin: 0;
	padding: 0;
}
header, nav, section, article, aside, footer {
	display: block;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
}
a {
font-family:"Times New Roman", Times, serif;
font-size:18px;
color:#333333;
text-decoration:none;
border-right:thin;
border-left:thin;
border-color:#333333;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	min-width: 800px;
	max-width: 1100px;
	margin: 0 auto;
}
.link {

font-family:"Times New Roman", Times, serif;
font-size:18px;
color:#333333;
text-decoration:none;
border-right:thin;
border-left:thin;

}

/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 175px;
	background:#F3F0e1;
	background-image:url(Header.png);
	background-repeat:no-repeat;
}


/* Middle
-----------------------------------------------------------------------------*/
#content {
	background:#F3F0e1;
}




/* Footer
-----------------------------------------------------------------------------*/
#footer {
	text-align:center;
	height: 20px;
	background:#000000;
	color:#FFFFFF;
}
#NAV {
position:relative;
top:150px;
text-align:center;


}

