/* #faf3e7 #ffebd4 #f5c5a4 #ffe7d6 #f7efe1 #f3ece1 #fff4e1 #fdf6eb #fdf7ea */

html, body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	background-color: #f7f1e5;
}

a:link, a:visited {
	text-decoration: none;
	text-transform: none;
	color: #800000;
}
a:hover {
	text-decoration: underline;
	text-transform: none;
	color: #0000A0;
}
a:active {
	color: #0073eb;
	text-decoration: underline;
	text-transform: none
}
a img {
	border-width: 0;
}

h1,h2,h3,dt {
	color: #800000;
	font-weight: bold;
}
h2 {
	border-bottom: 1px solid #800000;
}

dt, dd {
	margin-top: 1em;
}
dd ol {
	margin-left: 1em;
}

h2 {
	font-size: 1.1em;
}

#header {
	padding: 10px;
	border-bottom: 2px solid #800000;
	background-image: url(/_img/bg_marble-dust.jpg)
}
	#header h1 {
		margin: 0;
	}

#nav-main {
	float: left;
	width: 6em;
	padding: 10px 10px 30px 10px;
	border: 1px solid #800000;
	border-width: 0 1px 0px 0;
	font-size: 0.9em;
}
	#nav-main ul, #nav-main li {
		list-style: none;
		margin: 0px;
		padding: 0px;
	}
	#nav-main ul ul {
		margin-left: 30px;
	}
	#nav-main a {
		line-height: 1.4em;
	}
	#nav-main #nav-menu {
		margin-bottom: 30px;
	}

#main {
	position: relative;
	left: -1px;
	float: left;
	width: 65%;
	padding: 20px 0 30px 20px;
	border-left: 1px solid #800000;
}

#footer {
	clear: both;
	margin: 0;
	padding: 10px;
	border-top: 2px solid #800000;
	font-size: 0.8em;
}
	#footer div {
		float: left;
		margin-left: 30px;
		padding-bottom: 10px;
		white-space: nowrap;
	}

#snapshots-list {
	margin-top: 20px;
	border-collapse: collapse;
	empty-cells: show;
}
	#snapshots-list th,
	#snapshots-list td
	{
		padding: 4px 20px 4px 10px;
		border: 1px solid #800000;
		white-space: nowrap
	}
	#snapshots-list th {
		text-align: left;
	}

