/* Default Stylesheet */

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

															/** MAIN CONTAINERS **/
div#container {
	margin: 1em auto;
	}
	div#header {
		color: inherit;
		border: none;
		}
		div#header-in {
			padding: 0px;
			}
	div#content-wrap {
		padding: 10px 0;
		}
		div.content {
			color: inherit;
			border: none;
			width: 610px;
			}
			div.content-in {
				}
		div.column {
			width: 160px;
			color: inherit;
			border: none;
			}
			div.column-in {
				padding: 0px;
				padding-top: 1px;
				vertical-align: bottom;
				}
	div#footer {
		color: inherit;
		border: none;
		}
		div#footer-in {
			}



									/** SUB CONTAINERS **/
* { }





									/** LISTS **/
* { }






								/** TYPOGRAPHY **/
* { }






															/** FORMS **/
* { }






															/** END **/
