/* Default Stylesheet */

															/** BODY ELEMENTS **/
body {
	color: #333;
	background-color: #eee;
	}






															/** MAIN CONTAINERS **/
div#container {
	margin: 2em auto;
	width: 602px;
	}
	div#header {
	color: inherit;
	background-color: #fff;
	height: 362px;
	border: 1px solid #B0BCA8;
		}
		div#header-in {
			padding: 0px;
			}
	div#content-wrap {
		padding: 10px 0;
		}
		div.content {
	color: inherit;
	background-color: #fff;
			}
			div.content-in {
				padding: 10px;
				}
		div.column {
	width: 175px;
	color: inherit;
	background-color: #fff;
			}
			div.column-in {
				padding: 5px;
				}
	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 **/
