.contain {
	width: 900px;
	height: 600px;
	margin: auto;
	padding: auto;
}

.logo {
	width: 900px;
	height: 133px;
	background: url(./i/logo.png);
	float: left;
}

.n {
	float: left;
	width: 900px;
	height: 33px;
	float: left;
}

.n_l {
	float: left;
	width: 50px;
	height: 33px;
	background: url(./i/n_l.png);
	float: left;
}

.n_d {
	float: left;
	width: 68px;
	height: 33px;
	background: url(./i/n_d.png);
	float: left;
}

.n_b {
	float: left;
	width: 483px;
	height: 33px;
	background: url(./i/n_b.png);
}

.menu a {
	width: 90px;
	height: 33px;
	background: url(./i/n_b.png) repeat-x;
	float: left;
	padding-top: 10px;
	text-align: center;
	color: white;
	font-size: 12px;
	text-decoration: none;
}

.menu a:hover {
	width: 90px;
	height: 33px;
	background: url(./i/n_b2.png) repeat-x;
	padding-top: 8px;
	float: left;
	color: white;
	font-size: 15px;
	text-decoration: none;
}

.menu_current a {
	width: 90px;
	height: 33px;
	background: url(./i/n_b2.png) repeat-x;
	float: left;
	padding-top: 10px;
	font-size: 12px;
	text-align: center;
	color: white;
	text-decoration: none;
}

.menu_current a:hover {
	width: 90px;
	height: 33px;
	background: url(./i/n_b2.png) repeat-x;
	padding-top: 8px;
	float: left;
	font-size: 15px;
	color: white;
	text-decoration: none;
}

.n_r {
	float: left;
	width: 233px;
	height: 28px;
	padding-top: 5px;
	background: url(./i/n_r.png);
	text-align: center;
	color: white;
}

.n_r2 {
	float: left;
	width: 66px;
	height: 33px;
	background: url(./i/n_r2.png);
}

.space {
	float: left;
	width: 900px;
	height: 13px;
}

.space2 {
	float: left;
	width: 42px;
	height: 20px;
}

.m_t {
	float: left;
	width: 802px;
	height: 20px;
	background: url(./i/m_t.png);
}

.m_l {
	float: left;
	width: 802px;
	height: 20px;
	background: url(./i/m_l.png);
	margin-left: 42px;
}

.space3 {
	float: left;
	width: 56px;
	height: 20px;
}

.space4 {
	float: left;
	width: 42px;
	height: 20px;
}

.space5 {
	float: left;
	width: 56px;
	height: 20px;
}

.space6 {
	float: left;
	width: 42px;
	height: 20px;
}

.space7 {
	float: left;
	width: 42px;
	height: 20px;
}

.m_b {
	float: left;
	width: 792px;
	height: 400px;
	background: url(./i/m_b.png);
	padding-left: 10px;
	color: white;
}



.footer {
	width: 900px;
	height: 25px;
	background: url(images/footer.png);
	text-align: center;
	float: left;
}

#reports {
    width: 800px;
    height: 1000px;
    background: url(images/footer.png);
    float: left;
}

#reports a {
	color: white;
	text-decoration: underline;
}

#reports a:visited {
	color: white;
	text-decoration: underline;
}

#reports a:active {
	color: white;
	text-decoration: underline;
}

#reports a:hover {
	color: white;
	text-decoration: none;
}

#reports ul {
    list-style: none;
}

.reports1 a, .reports1 a:link, .reports1 a:visited, .reports1 a:active{
    list-style: none;
    color: ffffff;
    text-decoration: none;
}

#reports li:a:hover {
    list-style: none;
    color: ffffff;
    text-decoration: underline;
}

.footer:hover {
	width: 900px;
	height: 25px;
	background: url(images/footer2.png);
	text-align: center;
}

.main {
	width: 900px;
	height: 440px;
	background: url(images/main.png) no-repeat;
	padding: 10px;
}

body {
	background: url(i/bg.png) repeat;
}