* {margin:0;padding:0;}
body, html {
	height:100%;
	font-family:Arial;
	font-size:12px;
	color:#345b89;
	min-height:670px;
}
html {
	background:#52a1ff url("../images/bg.jpg") repeat-x bottom;
}
body {
	background:url("../images/foot.jpg") no-repeat bottom center;
}
#wrapper {
	text-align:center;
	min-height:100%;
	height:auto !important;
	height:100%;
	background:url("../images/wbg.gif") repeat-y center;
}
#footer {
	height:70px;
	margin:0 auto;
	margin-top:-70px;
	position:relative;
	width:850px;
	padding-left:150px;
	font-size:11px;
	color:#fff;
	font-family:tahoma;
	line-height:20px;
}
#footer a {
	color:#fff;
}
#container {
	text-align:left;
	width:1000px;
	margin:0 auto;
	padding-top:20px;
	background:url("../images/cbg.gif") repeat-x top;
}
#logo {
	width:305px;
	height:145px;
	background:url("../images/logo.gif") no-repeat 43px 0px;
}
#menu {
	list-style:none;
	font-size:15px;
	color:#fff;
	font-style:italic;
	padding-top:56px;
	padding-right:20px;
}
#menu li {
	float:left;
	padding-right:30px;
}
#menu a, #menu a:visited {
	color:#fff;
	text-decoration:none;
}
#menu a:hover {
	text-decoration:underline;
}
#about {
	width:450px;
	padding:60px 0px 200px 150px;
}
#about a, #about a:visited {
	color:#009ed2;
}
#about a:hover {
	text-decoration:none;
}
h1 {
	font-size:24px;
	font-weight:normal;
	color:#fff;
	line-height:22px;
	margin-bottom:20px;
}
p {
	margin-bottom:18px;
	line-height:18px;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.cb {
	clear:both;
}
.abs {
	position:absolute;
}
