#wrapper {
width: 100%;
}

#container {
	width: 735px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 735px;
	height: 124px;
	background-image: url(../_pics/header.jpg);
	background-repeat: no-repeat;
}
#content {
	width: 604px;
	float: left;
	border: none;
	position: relative;
	left: -1px;
}
#main_header {
	width: 604px;
	height: 27px;
	background-image: url(../_pics/main_header.jpg);
	background-position: left;
	background-repeat: no-repeat;
}

#main_content {
	width: 604px;
	background-image: url(../_pics/main_content.jpg);
	background-repeat: repeat-y;
}
#main_footer {
	width: 604px;
	height: 27px;
	background-image: url(../_pics/main_footer.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
#inner_content {
	padding: 20px;
	text-align: justify;
}
.address {
width: 170px;
float: left;
text-align: left;
}
.validate { 
	width: 735px;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none; 
	font-size: 10px;
	color: #333333;
	font-family:  arial, tahoma;
}

A.menulink				{ text-decoration: none; 
	font-size: 16px; 
	font-weight: 400;
	color: #fff;
	font-family: Arial, Georgia, tahoma;
	background-color: transparent;
	text-align: right;
	line-height: 200%;
	}
A.menulink:link			{ color: #fff; }
A.menulink:visited		{ color: #fff; }
A.menulink:hover			{ color: #fff; 
	text-decoration: underline;
}
.onlink {color: #fff}

