body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 0px;
}

a:link, a:active, a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bolder;
	color: #990000;
	text-decoration: none;
}

a:hover{
	color: #CC0000;
}

#lo_wrapper{
	margin-left: auto;
	margin-right: auto;
	width: 1010px;
}

#lo_header, #lo_nav, #lo_bodytop, #lo_bottom{
	width: 1008px;
	background-repeat: no-repeat;
}

#lo_header{
	background-image: url(../images/layout_01.png);
	height: 194px;
}

#lo_nav{
	background-image: url(../images/layout_02.png);
	height: 36px;
}

#lo_bodytop{
	background-image: url(../images/layout_03.png);
	height: 21px;
}

#lo_body{
	background-image: url(../images/layout_04.png);
	width: 1008px;
	background-attachment: scroll;
	background-repeat: repeat-y;
}

#lo_bottom{
	background-image: url(../images/layout_05.png);
	height: 68px;
}

#lo_content{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
}