

body {
	background-image: url(/site/images/bg.gif);
	background-repeat: repeat-x;
	background-color: #acacac;
	padding: 0px;
	margin: 0px;
}

#border-bottom {
	bottom: 0px;
	left: 0px;
	position: absolute;		
}

.bottom_text, .bottom_text:hover {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	bottom: -5px;
	left: 5px;
	position: absolute;
	z-index: 4;
}

#border-top {
	position: absolute;
	top: -5px;
	left: 0px;
}

#border-left {
	position: absolute;
	top: 0px;
	left: 0px;
}

#border-right {
	position: absolute;
	top: 0px;
	right: 0px;
}

#top {
	float: left;
	width: 600px;
	height: 225px;
	position: relative;
}

#top_line{
	width: 595px;
	color: #FFFFFF;
	font-size: 10px;
	padding-left: 5px;
	background-color: #000000;
}

#logo_link {
	width: 275px;
	height: 100px;
	position: absolute;
	top: 75px;
	border: none;
}

#rbt {
	top: 3px;
	right: -8px;
	position: absolute;
	border: none;
}

.top_img {
	float: left;
	width: 600px;
	height: 225px;
	position: absolute;
}

#top_menu {
	position: absolute;
	bottom: 15px;
	right: 5px;
	font-size: 12px;
	color: #FFFFFF;	
}

a.menu {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;	
}

a.menu:hover {
	color: #ff8a00;
}


#container_center {
	margin-left: auto;
	margin-right: auto;	
	width: 620px;
}

#container {
	width: 600px;
	background-color:#FFFFFF;
	position: relative;
	padding: 6px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 15px;
	padding-bottom: 25px;
	background-image:url(/site/images/border-bg.gif);
	background-repeat: repeat-y;
	position: relative;
	float: left;
	
}

#bar {
	width: 1px;
	height: 500px;
	float: right;
}

#content_wrapper {
	clear: both;
}

#content {
	margin-top: 15px;
	float: left;
	width: 599px;
}
