* {
	margin: 0;
	padding: 0;
	border: 0;
}

html, body {
	background-color: #ffffff;
	color: #505050;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	height: 100%;
	background: url("../images/bg_site.png");
}

a {
	color: #445044;
	text-decoration: none;
}

a:hover {
	color: green;
	text-decoration: none;
}

.spacer {
	width: 680px;
	height: 12px;
	margin: auto;
	background: url("../images/bg_spacer.png") repeat-x center top;
}

#site {
	width: 680px;
	margin: auto;
}

#navigation {
	width: 680px;
	margin: auto;
	height: 50px;
	background: url("../images/bg.png") repeat-y center top;
}

#navigation1 {
	width: 600px;
	margin: auto;
}

#header {
	width: 680px;
	margin: auto;
	height: 150px;
	text-align: center;
	background: url("../images/bg.png") repeat-y center top;
}

#content_bg {
	width: 680px;
	margin: auto;
	background: url("../images/bg.png") repeat-y center top;
}

#content {
	width: 600px;
	margin: auto;
}

#footer {
	width: 668px;
	margin: auto;
	text-align: right;
	color: #ffffff;
	font-size: 11px;
	border-top: 4px solid #445044;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

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