@charset "utf-8";
/* CSS Document */
html, body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image: url(images/background.png);
	background-attachment:fixed;
}

#holder {
	width:720px;
	margin:auto;
	background-color: #FFFFFF;
	border: solid #000000 1px;
}

#header {
padding: 10px;
height:163px;
}

.content {
	padding: 10px 10px 10px 10px;
	width: 600px;
	margin: auto;
}

.footer {
	background-color: #CCCCCC;
	text-align: center;
	padding: 5px 5px 5px 5px;
	border-top: solid #000000 1px;
}

#links {
	width:710px;
	text-align:center;
	background-color:#CCCCCC;
	clear:both;
	padding: 5px;
	border-top: solid #000000 1px;
	border-bottom: solid #000000 1px;
}

#header_left {
width:528px;
float:left;
}

#header_right {
width:172px;
float:right;
}
