/* Default Stylesheet */

															/** BODY ELEMENTS **/
body {
	color: #000000;
	background-color: #000000;
        text-color:  #EDE2A4;
	}






															/** MAIN CONTAINERS **/
div#container {
	margin: 2em auto;
	}
	div#header {
		color: inherit;
		background-color: #876D04;
		  text-color:  #000000;
		}
		div#header-in {
			padding: 20px;
			}
	div#content-wrap {
		padding: 10px 0;
		}
		div.content {
			color: inherit;
			background-color: #A18C54;
			 
			}
			div.content-in {
				padding: 10px;
				}
		div.column {
			width: 200px;
			color: inherit;
			background-color: #A18C54;
			text color: #E8E8E8 
			}
			div.column-in {
				padding: 20px;
				}
	div#footer {
		color: inherit;
		background-color: #A18C54;
		 
		}
		div#footer-in {
			padding: 20px;
			}






															/** SUB CONTAINERS **/
* { }

text {
	color: #E8E8E8;
	 
	}




															/** LISTS **/
* { }


text {
	color: #E8E8E8;
	 
	}



															/** TYPOGRAPHY **/
text {
	color: #EB706A;
	 
	}




															/** FORMS **/
* { }






															/** END **/