body {
	text-align:center;
	background: #eaeaea;
}
a {
	text-decoration:none;
	color:#FFFFFF;
}
a:hover {
	text-decoration: underline;
}
strong {
	font-weight: bold;
}
#wrap {
	width:800px;
	text-align:left;
	margin: 0 auto;
	padding-bottom: 100px;
}
.float-l {
	float:left;
}
.float-r {
	float:right;
}
.clearfix {
	clear:both;
}
/* header */
#header {
	height:181px;
	background:url(images/hd2.gif);
	position:relative;
}
#header h2 {
	 float: right;
	 color: #556270;
	 margin-right: 15px;
	 margin-top: 15px;
	 font-size: 12px;
}
#header h3 {
	position:absolute;
	top:110px;
	right:80px;
	color: #333;
	font-size: 18px;
}
/*
#nav {
	position:absolute;
	top:100px;
	right:30px;
}
ul#nav {
}
ul#nav li {
	display:inline;
}
ul#nav a {
	color:#FFFFFF;
	line-height:43px;
	padding:0 10px;
	border-right:#FFFFFF 1px solid;
}
ul#nav .last a {
	border:none;
}
*/
#logo {
	position:absolute;
	top:20px;
	left:70px;	
	width: 400px; /*cv*/
	height: 189px; /*cv*/
	position: absolute; /*cv*/
}
#logo h1 {
	display:inline
	width: 400px;
	height: 189px;
}
#logo h1 a {
	background: url(images/logo2.gif) transparent no-repeat top left;
	display: block;
	width: 400px;
	height: 189px;
	text-indent: -3000px;
}
#logo span {
	font-size:16px;
}
/* content */
#content {
	min-height: 450px;  /* Tell good browsers not to collapse beyond 450px high */
	height: auto !important;  /* Tell good browsers that the total height is automatically determined */
	height: 450px;  /* IE 5.5-6 treats height: like min-height and doesn't respect !important */
	background:#000;
}
#content .left {
	width:400px;
	padding:0 50px;
	color:#FFFFFF;
}
#content .left h2 {
	color:#709fc5;
	font-size:20px;
	padding:20px 0;
}
#content .left img {
	padding-right:20px;
	padding-bottom:20px;
}
#content .left a {
	color:#b7d2e3;
}
#content .right {
	width:300px;
}
#top, #bm {
	width:233px;
	margin:0 auto;
	margin-top:30px;
	padding:0;
}
#side h2 {
	font-size:18px;
	color:#709fc5;
	padding:20px 0 13px 0;
}
#side li {
	line-height:20px;
	color:#FFFFFF;
}
/* footer */

#footer {
	clear:both;
	background: url(images/footer.gif);
	min-height: 170px;  /* Tell good browsers not to collapse beyond 170px high */
	height: auto !important;  /* Tell good browsers that the total height is automatically determined */
	height: 170px;  /* IE 5.5-6 treats height: like min-height and doesn't respect !important */
	color: #fff;
	position:relative;
}
.ft {
	position: absolute;
	top:100px;
	left:50px;
}
#xhtml {
	position: absolute;
	top:130px;
	left:550px;
}

