* {
	margin: 0;
	padding: 0;
}
body {
	color: #493A20;
	text-align: center;
	font: 70% Verdana, Arial, Helvetica, sans-serif;
}
ul {
	list-style: none;
}
img {
	border: none;
}
h2 {
	font-weight: normal;
	font-size: 3em;
}
a {
	color: #493A20;
}

#frame {
	width: 740px;
	margin: 30px auto;
}

#sidebar {
	float: left;
	width: 170px;
	text-align: left;
}
#sidebar li a {
	padding: 5px;
	display: block;
}

#main {
	float: left;
	width: 520px;
	margin-left: 10px;
	text-align: left;
}

#footer {
	clear: left;
	padding: 10px 0;
}
#footer p {
	margin-top: 10px;
}

table {
	width: 100%;
}
td {
	padding: 5px;
}

.box {
	float: left;
	width: 165px;
	padding: 5px 0;
	text-align: left;
}
.box a {
	float: left;
}
.box a:hover {
	text-decoration: none;
}

.container-alt-top {
	clear: both;
	height: 10px;
	margin-top: 10px;
	font-size: 1px;
	background: url(../images/container-half-top-bg.gif) no-repeat;
}
.container {
	padding: 10px 20px;
	text-align: left;
	background: url(../images/container-bg.gif) repeat-y;
}

.container-bottom {
	height: 10px;
	background: url(../images/container-bottom-bg.gif) no-repeat;
}

.clear {
	clear: both;
}

