/* Layout */

body {
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #212324;
		/*background-color: #7099b7;*/
}

#page {
	text-align: left;
	width: 847px;
	margin: auto;
	background: #212324 url(../images/bg.gif) repeat;
}

#header {
		padding: 0;
		margin: 0;
		
}
#header-logo {
		padding: 0;
		margin-left:20px;
		float:left;
		background:0 url(../images/logo2_1.gif) no-repeat;
		
}

#middle {
		width: 847px;
		margin: 0;
		padding: 0;
	}
	#middle-creep-left {
		float: left;
		width: 61px;
		height: 306px;
		background: 0 url(../images/creep-left.gif) no-repeat;
	}
	#middle-menu {
		float: left;
		width: 132px;
		background: 0 url(../images/bg-menu.gif) no-repeat;
		background-position: top left;
	}
	#middle-content {
		float: left;
		width: 585px;
		/*background: 0 url(../images/bg-content.gif) no-repeat;*/
	}
	#middle-creep-right {
		float: left;
		width: 69px;
		height: 306px;
		background: 0 url(../images/creep-right.gif) no-repeat;
	}
	
#footer {
	width: 847px;
	height: 90px;
	background: 0 url(../images/footer.gif) no-repeat;
}

#copyright {
	background-color: #212324;
	text-align: center;
	}
	#copyright p {
		margin: 0;
		padding:0;
		color: #FFFFCC;
		font-family: Verdana;
		font-size: 11px;
	}
	#copyright a {
		font-weight: bold;
		color: #FFFFCC;
		text-decoration: none;
	}
