/* Default Stylesheet */

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






															/** MAIN CONTAINERS **/
div#container {
	margin: 2em auto;
	
	}
	div#header {
		color: inherit;
		background-color: #fff;
		border: 1px solid #e5e5e5;
		border-width: 0 2px 2px 0;
		height: 195px;
		}
		div#header-in {
			padding-top: 5px;
			padding-left: 5px;
			}
	div#nav {
		color: inherit;
		background-color: #fff;
		border: 1px solid #e5e5e5;
		border-width: 0 2px 2px 0;
		height: 44px;
		}
		div#nav-in {
		padding-left:1px;
		padding-top:5px;
			}		
	
	div#content-wrap {
		padding: 10px 0;
		}
		div.content {
			color: inherit;
			background-color: #fff;
			border: 1px solid #e5e5e5;
			border-width: 0 2px 2px 0;
			}
			div.content-in {
				padding: 5px;
				}
				
	div#news-content {width:auto; display:block; padding: 10px 0;}
				
	div.content-left {
		color: inherit;
		background-color: #fff;
		border: 1px solid #e5e5e5;
		border-width: 0 2px 2px 0;
		width:19%;
		float:left;
		padding:5px;
		margin-bottom:10px;
		}
		
	div.content-right {
		color: inherit;
		background-color: #fff;
		border: 1px solid #e5e5e5;
		border-width: 0 2px 2px 0;
		width:77%;
		float:right;
		padding:5px;
		padding-left:10px;
		margin-bottom:10px;
		}		
		
	div.spacer{clear:both; height:10px; display:block;}
		
	div#footer {
		color: inherit;
		background-color: #fff;
		border: 1px solid #e5e5e5;
		border-width: 0 2px 2px 0;
		}
		div#footer-in {
			padding: 10px;
			}






															/** SUB CONTAINERS **/
* { }






															/** LISTS **/
* { }






															/** TYPOGRAPHY **/
* { }






															/** FORMS **/
* { }






															/** END **/