html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	font-family: "Arial";
	font-size: 14px;
	background: transparent;
	color: #FFFFFF;
}

p { 
	padding:0; 
	margin:0;
}


a{
	font-size: 13px;
	color: #0A6755;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	color: #0A6755;
	text-decoration: underline;
}


div#container {
	position:absolute; /* needed for footer positioning*/
	left: 50%;
	width: 1004px;
	margin-left: -502px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background: url(../images/bg.jpg);
}

div#header {
	position: relative;
	width: 100%;
	height: 181px;
	background: url(../images/top.jpg);		
}

div#menu_frame {
	float: left;
	position: relative;
	width: 169px;
	height: 300px;
	padding-left: 10px;
	padding-top: 20px;
	background: url(../images/left_top.jpg) no-repeat top left;
	overflow: visible;
}

div#content_frame {
	float: right;
	position: relative;
	width: 784px;
	margin-bottom: 15px;
	margin-top: 20px;
	right: 20px;
}

div#footer {
	position: absolute;
	width: 169px;
	height: 235px;
	background: url(../images/left_bottom.jpg) no-repeat bottom left;
	left: 0;
	bottom:0; /* stick to bottom */
}

