body {
	font-family: "lucida sans unicode", "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	margin: 0;
	background: #DDD url(../img/topbg.png) repeat-x;
}

#all {
	margin: 0 auto;
	width: 800px;
}

#header {
	height: 94px;
	background: url(../img/logo.jpg) no-repeat;
	position: relative;
}

#menu {
	padding: 0;
	margin: 0;
	position: absolute;
	right: 0;
	bottom: 0;
	list-style: none;
}

#menu li {
	float: left;
	margin: 0;
	padding: 0;
}

#menu a {
	display: block;
	width: 125px;
	height: 38px;
	background: url(../img/menu.png) no-repeat;
}

#menu span {
	display: none;
}

#menu .m1 a {background-position: 0 0;}
#menu .m2 a {background-position: -125px 0;}
#menu .m3 a {background-position: -250px 0;}
#menu .m4 a {background-position: -375px 0;}
#menu .m1 a:hover {background-position: 0 -38px;}
#menu .m2 a:hover {background-position: -125px -38px;}
#menu .m3 a:hover {background-position: -250px -38px;}
#menu .m4 a:hover {background-position: -375px -38px;}

#page {
	background: #FFF url(../img/pagetop.png) repeat-x;
	min-height: 100px;
	padding: 15px;
}

#footer {
	background: #FFF url(../img/pagebottom.png) no-repeat;
	height: 20px;
	padding: 13px 5px 0 0;
	color: #666;
	text-align: right;
	font-size: 10px;
}

dl {
	margin: 1em;
}

dd {
	font-style: italic;
	margin: 0.2em 0 0.75em;
	color: #444;
}

.side-img {
	margin-left: 20px;
	float: right;
	border: 1px #ddd solid;
}
