* {
	padding: 0;
	margin: 0;
}

body,td,li,p {
	font: 11px arial,sans-serif;
	background-color: #f1f2f2;
}

#header {
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
}

#navigation {
	width: 166px;
	margin-left: 60px;
}

#navigation a {
	color: #939598;
	text-decoration: none;
}

#navigation p {
	color: #939598;
	margin-bottom: 15px;
}

#navigation p.bold, #navigation p.list_head {
	font-weight: bold;
}

#navigation p.list_head {
	margin-bottom: 0;
}

#navigation ul {
	padding-left: 10px;
	margin-bottom: 15px;
}

#navigation li {
	list-style-type: none;
	margin-top: 5px;
}

#content {
	width: 700px;
	color: #939598;
}

#content p {
	margin-bottom: 15px;
}

#content a {
	color: #939598;
	text-decoration: underline;
}

#pages {
	text-align: center;
	width: 700px;
	margin-top: 30px;
}

#pages img {
	border-style: none;
}

#pages a {
	margin-left: 0px;
	margin-right: 1px;
	color: #939598;
	text-decoration: none;
}

#pages .current_page {
	margin-right: 1px;
	margin-left: 1px;
	color: #636466;
	font-weight: bold;
}

#footer {
	margin-top: 60px;
	border-style: solid;
	border-color: #c7c8ca;
	border-top-width: 1px;
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;
	padding-top: 10px;
	color: #ccccd2;
	text-align: center;
}