@charset "utf-8";
/* CSS Document */

body {
	font-family: "Comic Sans MS", cursive;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #333;
	background-color: #39C;
}

h1{
	font-family: "Comic Sans MS", cursive;
	font-size: 36px;
	font-style: normal;
	line-height: 36px;
	font-weight: normal;
	color: #EEE;
	text-indent: 260px;
}
h6{
	font-family: "Comic Sans MS", cursive;
	font-size: 12px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color: #EEE;
	text-align: center;
	vertical-align: top;
}
.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;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #FFF;
}

.nav1 {
	position:absolute;
	top:70px;
	left:75px;
	width:150px;
}

.nav2 {
	position:absolute;
	top:70px;
	left:275px;
	width:150px;
}

.nav3 {
	position:absolute;
	top:70px;
	left:475px;
	width:150px;
}

.navlink {
	text-decoration:none;
	font-family:"Comic Sans MS", cursive;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	height:20px;
	display:block;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #FFF;
}


.navlink a, .navlink a:link, .navlink a:visited, .navlink a:active {
	text-decoration:none;
	color:#FFF;
	background-color:#81AEF5;
	display:block;
}
.navlink a:hover {
	color: #81AEF5;
	text-decoration:none;
	display:block;
	background-color: #FF0;
}
.navlink-active {
	text-decoration:none;
	font-family:"Comic Sans MS", cursive;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	height:20px;
	display:block;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #FFF;
}


.navlink-active a, .navlink-active a:link, .navlink-active a:visited, .navlink-active a:active {
	text-decoration:none;
	color:#FFF;
	background-color:#ccc;
	display:block;
}
.navlink-active a:hover {
	color: #81AEF5;
	text-decoration:none;
	display:block;
	background-color: #FF0;
}
.mainbody {
	position: absolute;
	height: 500px;
	width: 790px;
	left: 10px;
	top: 120px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #FFF;
	padding:5px;
	}

			
.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: 800px;
	left: 10px;
	top: 640px;
	padding:0px;
	margin:0px;
	vertical-align:text-top;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #FFF;
}

.frontbox{
	position: absolute;
	height: 200px;
	width: 750px;
	top: 100px;
	left:20px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #FFF;
	}