* {
	margin: 0;
	padding: 0;
	}

body {
		background-color: #f5f5f5;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 75%;
		width:900px;		
		text-align: center;
		}
div#print {
	display: none;
	}
div#container {
	margin: 10px;
	text-align: left;
	}
div#header-wrap {
		margin: 8px 0;
		}
div#header-in {
			padding: 10px;
			color: inherit;
			background-color: #fff;
			border: solid #eee;
			border-width: 0 2px 2px 0;
			}

div#center {
			margin: 0 0 0 230px;
			color: inherit;
			background-color: #fff;
			border: solid #eee;
			border-width: 0 2px 2px 0;
			}
div#center-in {
				padding: 60px;
				}
div#center-inside {
				padding: 60px;
				}
div#left {
			float: left;
			width: 200px;
			color: inherit;
			background-color: #fff;
			border: solid #eee;
			border-width: 0 2px 2px 0;
			}
div#left-in {
				padding: 1px;
				}
div#footer-wrap {
		clear: both;
		}
div#footer-in {
			
			}
																/* >>> LISTS <<< */
ul#nav-left {
	margin: 20px;
	list-style: none;
	}
ul#nav-left li {
		
		}

ul#nav-top {
	float: right;
	padding: 1px 0;
	list-style: none;
	}
ul#nav-top li {
		display: inline;
		}
ul#nav-top li a {
			margin: 0 8px;
			color: #888;
			background-color: inherit;
			font-size: 90%;
			text-decoration: none;
			border-bottom: 1px solid #eee;
			}
ul#nav-top li a:hover {
			color: #4494FF;
			background-color: inherit;
			border-bottom: 1px solid #F1F7FF;
			}
ul#nav-footer {
	margin: 0 0 0 210px;
	padding: 0 2px;
	color: #aaa;
	background-color: inherit;
	font-size: 80%;
	list-style: none;
	text-align: right;
	}
	ul#nav-footer li {
		display: inline;
		}
	ul#nav-footer li.left {
		float: left;
		}
		ul#nav-footer li a {
			margin: 0 3px;
			color: #aaa;
			background-color: inherit;
			}
		ul#nav-footer li a:hover {
			color: #333;
			background-color: inherit;
			}
ul.list {
	margin: 20px 30px;
	font-size: 90%;
	line-height: 20px;
	}
																/* >>> TYPOGRAPHY <<< */
*.x {
	display: none;
	}
div#header-wrap h1 {
	padding: 10px;
	font-size: 200%;
	}
div#center h2 {
	margin: 0 0 5px 0;
	font-size: 150%;
	}

a {
	color: #857D6D;
	background-color: inherit;
	text-decoration: none;
	/*border-bottom: 1px solid #857D6D;*/
	}
a:hover {
		color: #948E7E;
		background-color: inherit;
		/*border-bottom: 1px solid #948E7E;*/
		}


