/* CSS Document */
body {
	background-color: #FFF;
	margin: 0;
	font: normal 12px Arial, Helvetica, sans-serif; 
	color: #555555;
}

#topline, #hline1, #hline2, #menuline, #cont, #bottom  {
	width: 1000px;
	margin: 0 auto;
}

#topline {
	height: 104px;
}

#hline1 {
	height: 26px;
	background: url(../images/design/tline.gif) no-repeat left top;
}

#hline2 {
	height: 184px;
}

#menuline {
	height: 31px;
	background-color: #54ba28;
}

#cont {
	width: 1000px;
	margin: 0 auto;
}

#bottom {
	margin-top: 40px;
	width: 952px;
	padding: 36px 0 10px 0;
	background: url(../images/design/bottom.gif) no-repeat top left;
	font: normal 11px Arial, Helvetica, sans-serif; 
}

.br {
	height: 1px;
	overflow: hidden;
	clear: both;
	visibility: hidden;
	
}
