body {
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#top_stretcher {
	clear: both;
	height: 5px;
	width: 5px;
}
#container_page {
	text-align: center;
	position: absolute;
	top: 340px;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
}



#container_inside_page {
	font-family: Verdana, Geneva, Arial, sans-serif;
	margin-left: -400px;
	position: absolute;
	top: -300px;
	left: 50%;
	width: 800px;
	height: 600px;
	visibility: visible;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url(homepage.jpg);
}
#container_page #container_inside_page #top_menu {
	position: absolute;
	top: 250px;
	height: 18px;
	width: 380px;
	z-index: 5;
	left: 210px;
}
#container_page #container_inside_page #top_menu_border {
	position: absolute;
	top: 250px;
	left: 15px;
	height: 18px;
	width: 770px;
	z-index: 3;
	/*opacity for IE5+*/
 	filter: alpha(opacity=30);

  	/*opacity for older Mozilla browsers*/
  	-moz-opacity: 0.3;
	/*opacity for mozilla/safari*/
  	opacity: 0.3;
	background-image: url(top_menu_1px.jpg);
	background-repeat: repeat-y;
}
#container_page #container_inside_page #left_menu {
	height: auto;
	width: 141px;
	position: absolute;
	left: 19px;
	top: 273px;
    text-align: left;

}
#container_page #container_inside_page #left_menu_header {
	height: 18px;
	width: 90px;
	position: absolute;
	left: 19px;
	top: 250px;
    text-align: left;
	z-index: 5;
}
#container_page #container_inside_page #right_menu_header {
	height: 18px;
	width: 141px;
	position: absolute;
	left: 636px;
	top: 250px;
	text-align: right;
	z-index: 5;
}
#container_page #container_inside_page #center_content {
	height: 306px;
	width: 375px;
	position: absolute;
	left: 210px;
	top: 282px;
	z-index: 5;
        text-align: left;
        margin-top:-5;
        padding-left:5;
    
}

#container_page #container_inside_page #center_content_border {
	height: 311px;
	width: 380px;
	position: absolute;
	left: 210px;
	top: 277px;
	z-index: 3;
	/*opacity for IE5+*/
 	filter: alpha(opacity=30);
  	/*opacity for older Mozilla browsers*/
  	-moz-opacity: 0.3;
	/*opacity for mozilla/safari*/
  	opacity: 0.3;
	background-color: #dd6699;
}
#container_page #container_inside_page #right_menu {
	height: auto;
	width: 141px;
	position: absolute;
	left: 636px;
	top: 273px;
    text-align: right;

}
#container_page #container_inside_page #footer {
	position: absolute;
	text-align: left;
	width: 200px;
	height: 12px;
	visibility: visible;
	display: block;
	top: 600px;
	left: 0px;
	z-index: 10;
}
