@charset "utf-8";
/* CSS Document */

.main{
	position:absolute;
	margin:auto;
	top:0;
	left:0;
	right:0;
	width:100%;
	height:980px;
	min-width:1200px;
	}
	.header{
	position:absolute;
	margin:auto;
	top:0;
	width:100%;
	height:300px;
	min-width:1200px;
	background-image:url(../images/header-bg.jpg);
	background-repeat:repeat-x;
	}
	.header-title-1{
	position:absolute;
	top:60px;
	left:260px;
	width:400px;
	height:40px;
	color:#3f0d0c;
	font-size:36px;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	}
	.header-title-2{
	position:absolute;
	top:100px;
	left:260px;
	width:400px;
	height:30px;
	color:#3f0d0c;
	font-size:24px;
	font-family:"Times New Roman", Times, serif;
	}
	.header-title-3{
	position:absolute;
	top:125px;
	left:260px;
	width:450px;
	height:30px;
	color:#3f0d0c;
	font-size:16px;
	font-family:"Times New Roman", Times, serif;
	}
	.navi{
	position:absolute;
	top:305px;
	width:100%;
	height:30px;
	min-width:1200px;
	background-color:#a6d940;
	}
	table.nav{
			border:2px #dddddd solid;
	}
	td.nav{
		border-right:2px #FFFFFF solid;
		width:100px;
		background-color:#a6d940;
		color:#65691d;
		font-size:10px;
		font-family:Verdana, Geneva, sans-serif;
		text-align:center;
		height:24px;
		}
td.nav:hover{

	border-right:2px #FFFFFF solid;
	width:100px;
	background-color:#FFF;
	color:#65691d;
	}
	.content{
	position:absolute;
	top:340px;
	width:100%;
	min-width:1200px;
		}
		.splitter{
	position:absolute;
	top:215px;
	left:346px;
	width:820px;
	height:5px;
	background-color:#a6d940;
		}
		.submission{
	position:absolute;
	top:220px;
	left:902px;
	width:260px;
	height:30px;
	background-color:#a6d940;
	color:#3f0d0c;
	font-size:16px;
	font-family:"Times New Roman", Times, serif;
	text-align:center;
	vertical-align:central;
	border-right:2px #dddddd solid;
	border-bottom:2px #dddddd solid;
	border-left:2px #dddddd solid;
		}
		.submission:hover{
	position:absolute;
	top:220px;
	left:902px;
	width:260px;
	height:30px;
	background-color:#FFF;
	color:#3f0d0c;
	font-size:16px;
	font-family:"Times New Roman", Times, serif;
	text-align:center;
	vertical-align:central;
	border-right:2px #dddddd solid;
	border-bottom:2px #dddddd solid;
	border-left:2px #dddddd solid;
	
		}
		.archive{
	position:absolute;
	top:250px;
	left:902px;
	width:260px;
	height:30px;
	background-color:#a6d940;
	color:#3f0d0c;
	font-size:16px;
	font-family:"Times New Roman", Times, serif;
	text-align:center;
	vertical-align:central;
	border-top:2px #dddddd solid;
	border-right:2px #dddddd solid;
	border-bottom:2px #dddddd solid;
	border-left:2px #dddddd solid;
		}
		.archive:hover{
	position:absolute;
	top:250px;
	left:902px;
	width:260px;
	height:30px;
	background-color:#FFF;
	color:#3f0d0c;
	font-size:16px;
	font-family:"Times New Roman", Times, serif;
	text-align:center;
	vertical-align:central;
	border-top:2px #dddddd solid;
	border-right:2px #dddddd solid;
	border-bottom:2px #dddddd solid;
	border-left:2px #dddddd solid;
	
		}
		.search{
	position:absolute;
	top:280px;
	left:902px;
	width:260px;
	height:30px;
	background-color:#a6d940;
	color:#3f0d0c;
	font-size:16px;
	font-family:"Times New Roman", Times, serif;
	text-align:center;
	vertical-align:central;
	border-top:2px #dddddd solid;
	border-right:2px #dddddd solid;
	border-bottom:2px #dddddd solid;
	border-left:2px #dddddd solid;
	 -moz-border-bottom-left-radius: 15px;
  border-bottom-left-radius: 15px;	}
		.search:hover{
	position:absolute;
	top:280px;
	left:902px;
	width:260px;
	height:30px;
	background-color:#FFF;
	color:#3f0d0c;
	font-size:16px;
	font-family:"Times New Roman", Times, serif;
	text-align:center;
	vertical-align:central;
	border-top:2px #dddddd solid;
	border-right:2px #dddddd solid;
	border-bottom:2px #dddddd solid;
	border-left:2px #dddddd solid;
	 -moz-border-bottom-left-radius: 15px;
  border-bottom-left-radius: 15px;
		}
.footer{
	position:absolute;
	width:100%;
	bottom:0;
	height:60px;
	background-image:url(../images/footer-bg.jpg);
	background-repeat:repeat-x;
	}
.right-footer{
	position:absolute;
	right:0;
	width:40px;
	height:60px;
	background-color:#400a0a;
	
	}
	table.foot{
		
		vertical-align:central;
		color:#9da099;
		font-size:14px;
		font-family:"Times New Roman", Times, serif;
		}
