/* CSS Document */

/*holds header, navigation, and content*/
#container{
	text-align: left;
	margin: auto;
	width: 90%;
	border: 1px solid #000033;	
}

#header{
	background: #000066 url(../images/bg-header.jpg) no-repeat right;
	border-bottom: 1px solid #993300;
	padding: 0px;
}


/*navigation box*/
#navigation_home{
	width: 180px;
	float: left;
	position:relative;
	background: #000066;
	border-right: 1px solid #000033;
	border-bottom: 1px solid #000033;
}
#navigation{
	width: 180px;
	background: #000066;
	border-right: 1px solid #000033;
	border-bottom: 1px solid #000033;
	/*background: #000066 url(../images/bg-download_02.jpg) repeat-x left bottom;*/
}

#navcolumn{
	color: #FFFFFF;
	padding:0px;
	margin: 0px;
	background: #FFFFFF;
}

/*positions nav buttons*/
img.navbutton{
	padding: 10px 10px 10px 32px;
}

#content{
	width: 90%;
	min-height: 300px;
	background: #FFFFFF;
	margin: 0px;
	padding: 10px 20px;
}

#footer{
	text-align: center;
	margin: auto;
	padding: 5px 10px;
	clear: both;
	width: 90%;
	color: #FFFFFF;
	background: #003399 url(../images/bg-footer.jpg) repeat-y center;
	border-top: 1px solid #993300;
}
