@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 14px;
	font-weight: normal;
	color: #333;
	background-color: #fff;
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	line-height: 30px;
	font-weight: normal;
	color: #000;
	text-align:left;
	vertical-align:top;
}
h6{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #ccc;
	text-align: center;
}

a{
	text-decoration:none;
	font-weight:bold;
	color:#3333FF;}

.header {
	position: absolute;
	height: 100px;
	width: 800px;
	left: 10px;
	top: 10px;
	background-image: url(../images/one.png);
	background-position: right center;
	background-repeat: no-repeat;
	display: block;
}

.nav1 {
	position:absolute;
	top:50px;
	left:0px;
	width:150px;
}

.nav2 {
	position:absolute;
	top:50px;
	left:150px;
	width:150px;
}

.nav3 {
	position:absolute;
	top:50px;
	left:300px;
	width:150px;
}

.navlink {
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	line-height:50px;
	height:50px;
	display:block;
}


.navlink a, .navlink a:link, .navlink a:visited, .navlink a:active {
	text-decoration:none;
	color:#FFF;
	display:block;
	background-image: url(../images/button.png);
}
.navlink a:hover {
	color: #81AEF5;
	text-decoration:none;
	display:block;
	background-image: url(../images/button-hover.png);
	background-position:center middle;
}

.navlink-active {
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	line-height:50px;
	height:50px;
	display:block;

}


.navlink-active a, .navlink-active a:link, .navlink-active a:visited, .navlink-active a:active {
	text-decoration:none;
	color:#FFF;
	display:block;
	background-image: url(../images/button-active.png);
}
.navlink-active a:hover {
	color: #81AEF5;
	text-decoration:none;
	display:block;
	background-image: url(../images/button-hover.png);
}

.mainbody {
	position: absolute;
	height: 450px;
	width: 670px;
	left: 10px;
	top: 120px;

}

			
.contentleft {
	position:absolute;
	top:0px;
	left:10px;
}

.contentright {
	position:absolute;
	top:0px;
	left:200px;
	
}
.id1 {
	position:absolute;
	top:10px;
	left:0px;
	width:400px;
}
.id2 {
	position:absolute;
	top:110px;
	left:0px;
	width:400px;
}
.id3 {
	position:absolute;
	top:210px;
	left:0px;
	width:400px;
}
.id4 {
	position:absolute;
	top:310px;
	left:0px;
	width:400px;
}
.id5 {
	position:absolute;
	top:410px;
	left:0px;
	text-align:center;
	width:100%;
}


.footer {
	position: absolute;
	height: 50px;
	width: 670px;
	left: 10px;
	top: 530px;
}

.frontbox{
	position: absolute;
	height: 200px;
	width: 650px;
	top: 200px;
	left:10px;
	background-color:#E2E2E2;
	}