/* Default Stylesheet */

															/** BODY ELEMENTS **/
body {
	color: #7ba05b;
	background-image: url("1.jpg");

        text-color:  #b5a642;
	}






															/** MAIN CONTAINERS **/
div#container {
	margin: 2em auto;
	}
	div#header {
                 
		color: inherit;
		background-color: #CDCDC1;
		  text-color:  #CC0066;
		}
		div#header-in {
			padding: 5px;
			}
	div#content-wrap {
		padding: 5px  ;
		}
		div.content {
			color: inherit;
			background-color: #CDCDC1;
			 
			}
			div.content-in {
				padding: 5px;
				}
		div.column {
			width: 200px;
			color: inherit;
			background-color: #CDCDC1;
			text color: #CC0066 
			}
			div.column-in {
				padding: 5px;
				}
	div#footer {
		color: inherit;
		background-color: #CDCDC1;
		 
		}
		div#footer-in {
			padding: 5px;
			}






															/** SUB CONTAINERS **/
* { }

text {
	color: #CC0066;
	 
	}




															/** LISTS **/
* { }


text {
	color: #CC0066;
	 
	}



															/** TYPOGRAPHY **/
text {
	color: #CC0066;
	 
	}




															/** FORMS **/
* { }






															/** END **/