head, body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	font-family: Verdana,Tahoma,Arial,sans-serif;
	font-size: 14px;
	height: 100%;
}
body {
	background: url('../images/header_bg.jpg') top left repeat-x;
}
img {
	border: 0;
	vertical-align: middle;
}
h1 { 
	font-size: 28px;
	font-weight: normal;
}
a { color: #25719b; }
#logo {
	position: absolute;
	top: 20px;
	left: 20px;
}
#welcome {
	position: absolute;
	top: 132px;
	left: 283px;
}
#menu {
	position: absolute;
	top: 42px;
	left: 283px;
}
#menu_service {
	position: absolute;
	top: 157px;
	left: 21px;
	width: 264px;
	height: 300px;
	background-color: #f1f1f1;
}
#menu_service>#title {
	background-color: #868686;
	width: 264px;
	text-align: center;
	color: #FFF;
	font-size: 18px;
	padding: 5px 0;
}
#menu_service>#list {
	margin-left: 30px;
}
#menu_service>#list p {
	margin: 12px 0;
}
#content {
	position: relative;
	z-index: 100;
	margin-top: 325px;
	margin-left: 300px;
	padding-bottom:2em;
	width: 700px;
}
#footer {
	height: 5em;
	width: 100%;
	bottom: 0;
	background-color: #868686;
	border-top: 2px solid #4f4f4f;
	color: white;
	text-align: center;
	padding-top: 5px;
}
#footer a { color: #FFF; }
#footer span { padding: 0 20px; }
