/* reset */
html {
	margin-top: 30px;
	color:#000;
	background:#333333;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var{
	font-style:normal;
	font-weight:normal;
}
li {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input,textarea,select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
legend{
	color:#000;
}

/* style */
body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	font-size:small;
}
table {
	font-size:inherit;
}
pre,code,kbd,samp,tt{
	font-family:monospace;
	font-size:108%;
	line-height:100%;
}

body {
	text-align:center;
}
a {
	text-decoration:none;
	color:#FFFFFF
}
a:hover {
	text-decoration: underline;
}
#wrap {
	width:800px;
	text-align:left;
	margin:0 auto;
}
.float-l {
	float:left
}
.folat-r {
	float:right
}
.clearfix {
	clear:both
}

/* header */
#header {
	height:181px;
	background:url(images/hd.gif);
	position:relative
}
#nav {
	position:absolute;
	top:100px;
	right:80px
}
ul#nav {
}
ul#nav li {
	display:inline;
}
ul#nav a {
	color:#000033;
	line-height:43px;
	padding:0 10px;
	border-right:#FFFFFF 1px solid;
}
ul#nav .last a {
	border:none
}
#logo {
	position:absolute;
	top:15px;
	left:35px
}
#logo h1 {
	display:inline
}
#logo h1 {
	font-size:41px;
	color:#000033;
	font-weight:bold
}
#logo span {
	font-size:16px;
}

/* content */
#content {
	height:450px;
	background:#000
}
#content .left {
	width:400px;
	padding:0 50px;
	color:#FFFFFF
}
#content .left h2 {
	color:#709fc5;
	font-size:30px;
	padding:20px 0
}
#content .left h3 {
	color:#709fc5;
	font-size:20px;
}
#content .left img {
	padding-right:20px
}
#content .left a {
	color:#b7d2e3
}
#content .right {
	width:300px;
}
#top, #bm {
	width:220px;
	margin:0 auto;
	margin-top:5px;
	padding:0 35px
}
#side h2 {
	font-size:24px;
	color:#709fc5;
	padding:20px 0 13px 0
}
#side li {
	line-height:20px;
	color:#FFFFFF
}
/* footer */

#footer {
	clear:both;
	background: url(images/footer.gif);
	height:170px;
	color: #999999;
	position:relative;
}
.ft {
	position: absolute;
	top:70px;
	left:30px
}
.xhtml {
	position: absolute;
	top:70px;
	right:30px
}
