/* Default Stylesheet */

															/** BODY ELEMENTS **/
body {
	color: #fff;
	background-color: #999999;
	}






															/** MAIN CONTAINERS **/
div#container {
	margin: 2em auto;
	}
	div#header {
		color: inherit;
		background-color: #333;
		border: 0px solid #e5e5e5;
		border-width: 0;
		background-image: url(../images/headerBackground.gif);
		height: 182px;
		}
		div#header-in {
			padding: 20px;
			}
			div#hidden{
				text-indent: -5000px;
			}
	div#content-wrap {
		padding: 0 0;
		
		}
		div.content {
			color: inherit;
			background-color: #333;
			border: 0px solid #e5e5e5;
			border-width: 0;
			background-image: url(../images/contentBackground.gif);
			height: 600px;
			}
			div.content-in {
				padding: 20px;
				}
	div#footer {
		color: inherit;
		background-color: #333;
		border: 0 solid #e5e5e5;
		border-width: 0 0 0 0;
		background-image: url(../images/footerBackground.gif);
		height: 75px;
		}
		div#footer-in {
			padding: 10px 20px;
			}






															/** SUB CONTAINERS **/ 													div.horizontalDivider {
	padding-top: 10px;
	padding-bottom: 10px;
}	







															/** LISTS **/
* { }






															/** TYPOGRAPHY **/
* { }






															/** FORMS **/
* { }






															/** END **/