/* Default Stylesheet */

															/** BODY ELEMENTS **/
body {
	color: #333;
	background-color: #fff;
	}






															/** MAIN CONTAINERS **/
div#container {
	margin: 2em auto;
	}
	div#header {
		color: inherit;
		background-color: #fff;
		border: 0;
		border-width: 0;
		}
		div#header-in {
			padding: 0px;
			}
	div#content-wrap {
		padding: 6px 0;
		}
		div.content {
			color: inherit;
			background-color: #fff;
			border: 1px solid #e2e2e2;
			border-width: 1px;
			}
			div.content-in {
				padding: 0px 20px 20px 20px;
				}
		div.column {
			width: 200px;
			color: inherit;
			background-color: #ffffff;
			border: 0;
			border-width: 0;
			}
			div.column-in {
				padding: 0px;
				}
	div#footer {
		color: #fff;
		background-color: #3b7299;
		border: 0;
		border-width: 0;
		}
		div#footer-in {
			padding: 7px 1px 1px 3px;
			}






															/** SUB CONTAINERS **/
* { }






															/** LISTS **/
* { }






															/** TYPOGRAPHY **/
* { }






															/** FORMS **/
* { }






															/** END **/