/* CSS Document */

#container {
	width:950px;
	height:auto;
	z-index:1;
	background-color: #CCCCCC;
	overflow: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: thick;
	border-left-width: thick;
	border-top-style: none;
	border-right-style: ridge;
	border-bottom-style: none;
	border-left-style: ridge;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

#header {
	width:950px;
	height:150px;
	z-index:1;
	background-color: #000000;
}

#menubar {
	width:950px;
	height: 50px;
	margin: 8;
	padding: 8;
	z-index:1;
	background-color: #460000;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	border-bottom-style: solid;
}

#main {
	background-image:url(../images/background_main.gif);
	background-repeat:no-repeat;
	width:950px;
	height:auto;
	z-index:1;
	background-color: #980000;
}

#footer {
	width:950px;
	height:50px;
	z-index:1;
	background-color: #000000;	
}
