/* Default Stylesheet */

															/** BODY ELEMENTS **/
body {
	color: #333;
	background-color: #fef7e5;

	}






															/** MAIN CONTAINERS **/
div#container {
	margin: 2em auto;
	}
	div#header {
		color: inherit;
		background-color: #fff;
		border: 0px solid #e5e5e5;
		border-width: 0 0px 0px 0;
		background:		url("../images/header.png");
		height:	66px;
		}
		div#header-in {
			padding: 0px;
			}
	div#content-wrap {
		padding: 0px 0;
		}
		div.content {
			color: inherit;
			background-color: #fef7e5;
			border: 0px solid #e5e5e5;
			border-width: 0 0px 0px 0;
			min-height: 350px;
			}
			div.content-in {
				padding: 20px;
				}
		div.column {
			background:		url("../images/menu_column.PNG");
			width: 128px;
			height: 382px;
			color: inherit;
			background-color: #fef7e5;
			border: 0px solid #e5e5e5;
			border-width: 0 0px 0px 0;
	
			}
			div.column-in {
				padding: 17px ;
				margin-top: 50px;
				 border-collapse: collapse;
				}
	div#footer {
		color: inherit;
		background-color: #fff;
		border: 1px solid #e5e5e5;
		border-width: 0 2px 2px 0;
		}
		div#footer-in {
			padding: 20px;
			}






															/** SUB CONTAINERS **/
* { }






															/** LISTS **/
* { }






															/** TYPOGRAPHY **/
* { }






															/** FORMS **/
* { }






															/** END **/