/* CSS Document */

body { 
		background-color:#000033;
		color:#999999;
		font-family:Tahoma;
		
		margin:0px;
		padding:0px;
		font-weight:normal;
		font-size: 13px;
		line-height: 14pt;

}

div#container {
		width:auto;
		margin:0px auto;
		position:relative;
		background-color:#000033;
		/*border-left: 2px solid #fff;
		border-right: 2px solid #fff;*/
}


div#container1 {
		width:899px;
		margin:0px auto;
		position:relative;
		background-color: #000066;
		/*border-left: 2px solid #fff;*/
		/*border-right: 2px solid #fff;*/
		margin-top:20px;
		/*border-right: 1px;
		border-right-color:#000033;
		border-left: 1px;
		border-left-color:#000033;*/

}


div#footer {		
		background-image:url(/pics/bottom1n.jpg);
		background-position:center;
		background-repeat:no-repeat;
		text-align:center;
		padding: 0;
		margin: 0 auto;
		width: 900px;
		height: 50px;
		clear: both;
		}



