/* Default Stylesheet */


/** BODY ELEMENTS **/
body {
	text-align: center;
	background-color: #000000;
	}






/** MAIN CONTAINERS **/
div#container {
	width: 1200px;
	margin: 0 auto;
	text-align: left;
	}
	div#header {
		
		}
		div#header-in {
			margin: 10px 0 10px 0;
			padding: 0px;
                        background-image: url(../header_1.jpg);
			border: solid #888888;
			border-width: 0px 0px 1px 0px;
                        height: 37px;
			}
	div#content-wrap {
		
		}
		div#content {
			margin: 0 200px 0 0;
			}
			div#content-in {
				margin: 0 10px 0 0;
				padding: 0px 0px 0px 0px;
				background-color: #333333;
			border: solid #888888;
			border-width: 1px 1px 1px 1px;
                        height: 600px;
				}
		div#column {
			width: 200px;
			}
			div#column-in {
				padding: 10px;
				background-color: #333333;
			border: solid #888888;
			border-width: 1px 1px 1px 1px;
				}
	div#footer {
		
		}
		div#footer-in {
			margin: 10px 0 0 0;
			padding: 10px;
			background-color: #333333;
			border: solid #888888;
			border-width: 1px 1px 1px 1px;
			}




/** SUB CONTAINERS **/
* { }



/** LISTS **/
* { }



/** TYPOGRAPHY **/
* { }
h3, h3 code{font-size: 125%; color : #EEEEEE;}
h4{font-size: 100%; color : #EEEEEE;}



/** FORMS **/
* { }




/** END **/