img 
{
	border: 0;
}

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align:center;
	background-color: #f4f1de;
}
div#head {
	width: 850px;
	height: 366px;
	background-color: #c0c0c0;
	margin: auto;
}
div#menu {
	width: 850px;
	height: 30px;
	background-color: #aaaaaa;
	margin: auto;
}
div#content {
	width: 850px;
	background-color: #ffffff;
	margin: auto;
	text-align: left;
	padding-top: 32px;
}
div#content p {
	margin-left: 94px;;
	margin-right: 94px;;
	margin-top: 0px;;
	margin-bottom: 30px;;
    font-size: 12px;
    line-height: 1.5;
}

div#content span.pgtitle {
	margin-left: 53px;
}
div#footer {
	width: 850px;
	height: 28px;
	background-color: #C7B85B;
	margin: auto;
}

a:link {
	color: blue;
	text-decoration: none;
}
a:active {
	color: blue;
	text-decoration: none;
}
a:visited {
	color: blue;
	text-decoration: none;
}
a:hover {
	color: red;
	text-decoration: underline;
}
