@charset "utf-8";
/* CSS Document */
body
{
	background:url(images/dot_pattern.jpg);
	text-align:center;
}

#top_bar
{
	background:	#000;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	text-align:right;
	color:#CCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	height:20px;
	min-heigth:40px;
}

#banner
{
	position:absolute;
	top:20px;
	left:0px;
	text-align:center;
	width:100%;
}
#content_top
{
	margin: 0 auto;
	width:100%;
	text-align:center;
	position:relative;
	top:150px;
	height:100px;
	
}

#content
{
	top:150px;
	position:relative;
	width:1000px;
	min-height:400px;
	height:400px;
	margin:0 auto;
	background:url(images/translucent_back.png);
}

#nav_bar{
	position:relative;
	margin:0 auto;
	top: 200px;
	width:100%;
	text-align:center;
}

#link_map{
	position:relative;
	top:150px;
	width:1000px;
	margin:0 auto;
	background:#333;
	height:200px;
	min-height:200px;
	opacity:0.75;
}