body {
	background-color:#000000;
	background-image:url(images/background.gif);
	background-repeat:repeat-x;
	margin-top:0px;
	margin-bottom:0px;
	text-align:left;
	width:100%;
	height:auto;
	font-family:Tahoma;
	font-size:12px;
	color:#CCCCCC;
}

a {
	color:#ec4100;
	text-decoration:underline;
}

a:link { color: #cc3800}
a:visited { color: #cc3800}
a:hover { color: orange}
a:active { color: #cc3800}

img {
	border:none;
}

#navbar {
	position:absolute;
	background-image:url(images/navbarbg.gif);
	width:1000px;
	top:99px;
	height:27px;
	}

#wrapper{
	margin: 0px auto 0px auto;
	width:1000px;
	min-height:100%;
	height:auto;
	text-align: left;
}

#container{
	position:absolute;
	margin: 0px auto 0px auto;
	width:1000px;
	height:100%;

}
	
#content {
	position: absolute;
	width:998px;
	top:125px;
}

#left_content {
	position:relative;
	float:left;
	width:180px;
	line-height:18px;
	margin-left:10px;
}

	.left {
		margin-top:10px;
		width:180px;
		
		background-image:url(images/dplate.jpg);
		background-repeat:repeat;
		border: solid 1px #696969;
	}
	
	.left_text {
		padding:4px;
	}
		
#center_content {
	position:relative;
	float:left;
	width:600px;
	line-height:15px;
	margin-left:10px;
}

	.center {
		margin-top:10px;
		width:600px;

		background-image:url(images/dplate.jpg);
		background-repeat:repeat;
		border: solid 1px #696969;
	}
	
	.center_text {
		padding:4px;
	}
		
	
#right_content {
	position:relative;
	float:right;
	width:180px;
	line-height:18px;
	margin-right:10px;

}

	.right {
		margin-top:10px;
		width:180px;
		
		background-image:url(images/dplate.jpg);
		background-repeat:repeat;
		border: solid 1px #696969;
	}
	
	.right_text {
		padding:4px;
	}