body {
	margin: 0;
	background: #DAE5ED;
}

body * {
	margin: 0;
	padding: 0;
	line-height: 1;
	font-size: small;
}

ul, ol {
	list-style: none;
}

img {
	border: 0;
}

.clear {
	clear: both;
}
.clear-left {
	clear: left;
}
.clear-right {
	clear: right;
}

a:link, a:visited {
	color: #0186e3;
}

a:hover, a:active {
	color: #24c6fe;
}

div.sizecontainer {
	position: relative;
	width: 900px;
	margin: 0 auto;
}

div#header {
	height: 112px;
	background: transparent url(../images/header_bg.png) repeat-x top center;
}

div#header div.copy {
	position: absolute;
	top: 14px;
	left: 8px;
	font-size: x-small;
}

div#header h1 {
	position: absolute;
	top: 31px;
	left: 10px;
}

div#header ul.globalmenu {
	position: absolute;
	height: 50px;
	top: 62px;
	left: 9px;
}

div#header ul.globalmenu li {
	float: left;
	padding-right: 2px;
	background: transparent url(../images/split_line.png) no-repeat top right;
}

div#header ul.globalmenu li.last {
	padding-right: 0;
	background-image: none;
}

div#header div.contact {
	position: absolute;
	top: 30px;
	left: 593px;
}

div#header div.selco {
	position: absolute;
	top: 27px;
	left: 767px;
}

div#localheader {
	height: 100px;
	background: transparent url(../images/localheader_bg.png) repeat-x top center;
}

div#localheader h2 {
	width: 900px;
	height: 100px;
	margin: 0 auto;
	overflow: hidden;
}

div#maincontents.local {
	padding: 40px 0 20px;
}

div#maincontents {
	background: white url(../images/contents_bg.png) repeat-x top center;
}

div#maincontents.local div.rightimage {
	margin-right: 10px;
	float: right;
}

div#maincontents.local div.section {
	width: 540px;
	margin: 0 0 25px 0;
}

div#maincontents.local div.section div.texts {
	border-left: 3px solid #88C767;
	padding-left: 8px;
}

div#maincontents.local div.section div.texts div.image {
	margin: 0 0 5px 10px;
	float: right;
}

div#maincontents.local div.section div.texts p {
	line-height: 1.5;
}

div#maincontents.local div.section div.texts div.clear {
	height: 1px;
	overflow: hidden;
}

div#maincontents.local div.contact {
	padding: 15px 0;
	text-align: center;
}

div#footer {
	width: 880px;
	margin: 10px auto;
	padding: 0 0 20px;
}

div#footer table {
	width: 100%;
}

div#footer table td.creahaus {
	width: 100px;
}

div#footer table td.selco {
	width: 140px;
	text-align: right;
	vertical-align: bottom;
	padding-bottom: 3px;
}

div#footer td {

}

div#footer td ul {
	text-align: center;
	margin: 7px 0;
}

div#footer td ul li {
	display: inline;
	padding: 0 6px 0 3px;
	line-height: 1.3;
	border-right: 1px solid #666;
}

div#footer td ul li a:link,
div#footer td ul li a:visited {
	color: #333;
}

div#footer div.copyright {
	text-align: right;
	font-size: x-small;
	font-family: sans-serif;
	color: #333;
}
