/* Default Stylesheet */

															/** BODY ELEMENTS **/
body {
	color: #dfd9d9;
	background-color: #dfd9d9;
	background-position: center;
	}






															/** MAIN CONTAINERS **/
div#container {
	margin: 0;
	background-color: #dfd9d9;
	border-spacing: 0;
	}
	div#header {
	color: inherit;
	background-color: #fff;
	border: 0;
	border-width: 0;
		}
		div#header-in {
	padding: 0px;
	background-image: url(../images/header.jpg);
	width: 1024px;
	height: 166px;
			}
	div#content-wrap {
	padding: 0;
		}
		div.content {
	color: #dfd9d9;
	background-color: #dfd9d9;
	border: 0;
	border-width: 0;
			}
			div.content-in {
				padding: 20px;
				}
		div.column {
	width: 200px;
	color: dfd9d9;
	background-color: dfd9d9;
	border: 0;
	border-width: 0;
			}
			div.column-in {
	padding: 0px;
	background-image: url(../images/sidebar.jpg);
	background-repeat: no-repeat;
	width: 200px;
	height: 602px;
				}
	div#footer {
	color: inherit;
	background-color: #dfd9d9;
	border: ;
	border-width: 0 2px 2px 0;
		}
		div#footer-in {
			padding: 20px;
			}






															/** SUB CONTAINERS **/
* { }






															/** LISTS **/
* { }






															/** TYPOGRAPHY **/
* { }






															/** FORMS **/
* { }






															/** END **/
