* {
	padding:0px;
	margin:0px;
}
body, html {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#fff url('images/body.png') repeat-x;
	color:#000;
	position:relative;
}
html {
	height:100%;
}
body {
	min-height:100%;
}
img {
	border:0px none;
}
fieldset {
	border:0px none;
}
ul, ol {
	list-style:none;
	list-style-image:none;
}
p {
	padding:10px 0px;
}
a:link,
a:visited {
	color:#2992cb;
	text-decoration:underline;
}
a:hover {
}
.clear {
	clear:both;
	font-size:0px;
	line-height:0px;
	overflow:hidden;
	height:0px;
}

/* Background */
#background {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	overflow:hidden;
}
#background .website {
	width:905px;
	margin:0px auto;
	padding-left:13px;
	padding-right:13px;
	background:url('images/website.png') repeat-y;
	height:100%;
	position:relative;
	top:57px;
}

/* Website */
#website {
	overflow:hidden;
	width:905px;
	margin:0px auto;
	padding-left:13px;
	padding-right:13px;
}
#website-top {
	width:931px;
	margin:0px auto;
	background:url('images/website-top.png') no-repeat;
	height:39px;
}
#space {
	height:18px;
}

/* Top */
#top {
	height:105px;
	position:relative;
	background:#fff;
}
#top h1 {
	position:absolute;
	left:40px;
	top:10px;
}
#top .contact {
	position:absolute;
	left:640px;
	top:30px;
}

/* Banner */
#banner {
	position:relative;
	height:224px;
	background:#fff url('images/banner.jpg') no-repeat;
	padding-bottom:3px;
}
#banner .text {
	padding-left:25px;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	padding-top:72px;
	line-height:30px;
}

/* Content */
#content {
	position:relative;
	padding:3px;
	background:url('images/content.png') repeat-x;
	padding-bottom:80px;
}
#content #content-i {
	padding-top:6px;
}
#content h3 {
	color:#f6b300;
	font-weight:bold;
	font-size:16px;
}
#content p {
	line-height:20px;
}

/* Content left */
#content-left {
	width:310px;
	float:left;
}

/* Content left */
#content-right {
	width:520px;
	float:left;
	padding-top:50px;
}

/* Menu */
#menu li a:link,
#menu li a:visited {
	height:37px;
	line-height:37px;
	display:inline-block;
	font-weight:bold;
	color:#000;
	font-size:11px;
	text-decoration:none;
	background:url('images/menu-listitem.png') no-repeat;
	padding-left:40px;
}
#menu li a:hover {
	text-decoration:underline;
}
#menu li.odd {
	background:url('images/menu-odd.png') repeat-y;
}

/* Footer */
#footer {
	position:absolute;
	bottom:0px;
	left:0px;
	height:80px;
	width:100%;
}
#footer .i {
	position:relative;
	top:30px;
	width:905px;
	padding-left:13px;
	padding-right:13px;
	margin:0px auto;
}
#footer .i p {
	padding-left:310px;
	color:#9ab5c5;
	font-weight:bold;
}