/* Default Stylesheet */

															/** BODY ELEMENTS **/
body {
	color: #333;
	background-color: #ececd9;
	}






															/** MAIN CONTAINERS **/
div#container {
	margin: 2em auto;
	}
	div#header {
	color: inherit;
	background-color: #fff;
	background-image: url(../images/Header.gif);
	height: 120px;
		}
		div#header-in {
			padding: 20px;
			}
	div#content-wrap {
		padding: 10px 0;
		}
		div.content {
	color: inherit;
	background-color: #fff;
	background-image: url(../images/body.png);
			}
			div.content-in {
	padding: 20px;
	background-image: url(../images/body_footer.png);
	background-repeat: no-repeat;
	background-position: bottom;
	list-style-position: inside;
				}
		div.column {
	width: 190px;
	color: inherit;
	background-color: #fff;
	background-image: url(../images/column.png);
			}
			div.column-in {
	padding: 20px;
	background-image: url(../images/column_footer.png);
	background-repeat: no-repeat;
	background-position: bottom;
				}
	div#footer {
	color: inherit;
	background-color: #fff;
	background-image: url(../images/footer.png);
		}
		div#footer-in {
	padding: 20px;
	text-align: center;
			}






															/** SUB CONTAINERS **/
* { }






															/** LISTS **/
* { }






															/** TYPOGRAPHY **/
* { }






															/** FORMS **/
* { }






															/** END **/

