/* Default Stylesheet */

															/** BODY ELEMENTS **/
body {
	color: #000000;
	background-color: #000000;
	}






															/** MAIN CONTAINERS **/
div#container {
	margin: 2em auto;
	}
	div#header {
		color: inherit;
		background-color: #6d7363;
		border: 1px solid #6d7363;
		border-width: 0 2px 2px 0;
		}
		div#header-in {
			padding: 5px;
			}
	div#content-wrap {
		padding: 10px 0;
		}
		div.content {
			color: inherit;
			background-color: #c7ab7d;
			border: 1px solid #c7ab7d;
			border-width: 0 2px 2px 0;
			}
			div.content-in {
				padding: 20px;
				}
	div#footer {
		color: inherit;
		background-color: #b16454;
		border: 1px solid #b16454;
		border-width: 0 2px 2px 0;
		}
		div#footer-in {
			padding: 2px;
			}






															/** SUB CONTAINERS **/
* { }






															/** LISTS **/
* { }






															/** TYPOGRAPHY **/
* { }






															/** FORMS **/
* { }






															/** END **/