* { margin: 0; padding: 0; }

body, html {
	border: none;
	background: url(images/background.png) repeat-x #FFF;
	font-family: Verdana, Geneva, sans-serif;
	color: #000000;
	font-size: 11px; 
	text-align: justify;
	display: inline;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

/* Container */

#container {
	width: 900px;
	margin: auto;
}

/* Banner */

#banner {
	background: url(images/banner.png);
	width: 900px;
	height: 135px;
	margin-top: 20px;
}

/* Navigation */

#navigation {
	background: url(images/navigation.png);
	width: 900px;
	height: 49px;
}

.navigation-img {
	float: left;
	margin-left: 20px;
	border: none;
}

/* Content */

#content {
	background: url(images/middle.png);
	width: 900px;
}

/* Side Box */

.side-box-top {
	background: url(images/side-box-top.png);
	width: 178px;
	height: 18px;
	text-shadow: 0px 1px #fff;
	padding: 4px 0 0 5px;
}

.side-box-mid {
	background: #FFF;
	width: 171px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	padding: 0 5px 0 5px;
}

.side-box-bot {	
	background: url(images/side-box-bot.png);
	width: 183px;
	height: 7px;
	margin-bottom: 10px;
}

/* Left */

#left {
	width: 183px;
	float: left;
	margin: 0 9px 0 8px;
}

/* News */

.news {
	margin-bottom: 10px;
}

/* Mid */

#mid {
	width: 499px;
	float: left;
	
}

/* Main */

#main-top {
	background: url(images/main-top.png);
	width: 499px;
	height: 44px;
	
}

#main-mid {
	background: url(images/main-mid.png);
	width: 469px;
	padding: 0 15px 0 15px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

#main-bot {
	background: url(images/main-bot.png);
	width: 499px;
	height: 12px;
	margin-bottom: 10px;
}

/* Right */

#right {
	width: 183px;
	float: right;
	margin-right: 9px;
}

.advertisement {
	margin-bottom: 10px;
}

/* Footer */

#footer {
	background: url(images/footer.png);
	width: 900px;
	height: 63px;
	margin-bottom: 10px;
}
