
#container {
	width:822px;
	margin: 0 auto;
	z-index:10;
}

#site {
	position:absolute;
	top:0;
	width:822px;
	z-index:10;
}

body {
	margin:0;
	background-color:#cac8c8;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}


#background {
	width:100%;
	height:377px;
	position:absolute;
	background-image:url(../images/layout/hg_x.jpg);
	background-repeat:repeat-x;
	top:0;
	left:0;
}

#logo{
	width:822px;
	height:148px;
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	background-image:url(../images/layout/logo_hg.jpg);
	background-repeat:no-repeat;
}

#header{
	width:822px;
	height:229px;
	position:absolute;
	left:0;
	top:148px;
	background-image:url(../images/layout/header.jpg);
	background-repeat:no-repeat;
}

#um{
	width:822px;
	position:absolute;
	left:0;
	top:377px;
	background-image:url(../images/layout/hg_y.jpg);
	background-repeat:repeat-y;
}

#menu{
	float:left;
	width:210px;
	margin-left:40px;
	margin-top:15px;
}

#menu p {
	margin-top:8px;
	margin-bottom:8px;
}

#content{
	margin-left:265px;
	margin-top:25px;
	width:525px;
	line-height:135%;
}

#content_start{
	margin-top:25px;
	width:675px;
	margin-left:50px;
	line-height:135%;
}

#bottom{
	clear:both;
	width:822px;
	height:52px;
	background-image:url(../images/layout/bottom.jpg);
	background-repeat:no-repeat;
}
