/* Default Stylesheet */

															/** BODY ELEMENTS **/
body {
	
	color: #999;
	background-color: #ffffff;
	}






															/** MAIN CONTAINERS **/
div#container {
	margin: 2em auto;
	}
	div#header {
		
		background-image:url("http://artdetroitnow.com/images/headerlogo.jpg");
		background-repeat:no-repeat;
		border: 1px solid #7f7f7f;
		border-width: 0px 0px 0px 0px;
		}
		div#header-in {
			color: #999999;
			font-size: 140%;
			font-weight: lighter;
			letter-spacing: 3px;
			text-align: center;
			padding: 85px 0 0 0;

			}
	div#content-wrap {
		padding: 10px 0;
		}
		div.content {
			
			color: inherit;
			background-color: #fff;
			border: 1px solid #7f7f7F;
			border-width: 0px 0px 0px 0px;
			}
			div.content-in {
				padding: 20px; 
				}
		div.column {
			width: 200px;
			
			color: inherit;
			background-color: #fff;
			border: 1px solid #7f7f7F;
			border-width: 0px 1px 0px 0px;
			}
			div.column-in {
				padding: 20px;
				font-size: 120%;
				color: black;
				}
				div.column-inner {
				font-size: 80%;
				color: #666666 ;

				}
	div#footer {
		width: 170px;
		background-color: #a8a8a8;
		border: 1px solid #383838;
		border-width: 0 2px 2px 0;
		}
		div#footer-in {
			color: #CCCCCC;
			padding: 15px;
			font-size: 90%;
			}






															/** SUB CONTAINERS **/
* { }






															/** LISTS **/
* { }






															/** TYPOGRAPHY **/
* { }






															/** FORMS **/
* { }






															/** END **/