/* Default Stylesheet */

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






															/** MAIN CONTAINERS **/
div#container {
	margin: 2em auto;
	}
	div#header {
		color: inherit;
		background-color: #fff;
/*		border: 1px solid #FAFAFA;
		border-width: 0 2px 0 0;
		border-right: 2px solid #fff;	*/	
		}
		div#header-in {
			padding: 20px;
			}
	h1 { font-size:22px;
	font-weight:normal;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	}
	h2{ font-size:18px;
	font-weight:normal;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	}
		div#header-in img{
		margin-right: 10px;
		margin-bottom: -20px;
			}

/*	div#content-wrap {
		padding: 10px 0;
		}*/
		div.content {
			color: inherit;
			background-color: #fff;
/*			border: 1px solid #F5F5F5;
			border-width: 0 2px 0 0;*/
			}
			div.content-in {
				padding: 20px;
				} 
	div#footer {
		color: inherit;
		background-color: #fff;
		border: 1px solid #FAFAFA;
		border-width: 0 2px 2px 0;
		}
		div#footer-in {
			padding: 20px;
			}
	#slideshow {
		position: relative;
		width: 600px;
		height: 400px;
		overflow: hidden;
		margin: auto;
	}
	#slideshow img {
		position: absolute;
		left: 0;
		top: 0;
		width: 600px;
		height: 400px;
	}






															/** SUB CONTAINERS **/
* { }






															/** LISTS **/
* { }






															/** TYPOGRAPHY **/
* { }






															/** FORMS **/
* { }






															/** END **/
