@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background:#000000;

}

#bgContainer{
	position: absolute;
	top: 50%;
	left: 50%;
	width:1000px;
	height:580px;
	margin: -289px 0 0 -500px;
	text-align:center;
}


#top{
	width:1000px;
	height:162px;
	background:url(images/1.jpg)
}

#left{
	width:250px;
	height:402px;
	background:url(images/2.jpg);
	float:left;
}

#mid{
	width:624px;
	height:402px;
	background:url(images/4.jpg) bottom no-repeat #F5E39E;
	float:left;

}

#right{
	width:126px;
	height:402px;
	background:url(images/3.jpg);
	float:left;
}

#innerTop{
	width:587px;
	height:66px;
	background:url(images/line.jpg) bottom repeat-x;
	float:right;
	font-size:50px;
	font-family:"Times New Roman", Times, serif;
	color:#2A1316;
	padding-top:50px;
}

#innerBot{
	width:587px;
	height:40px;
	float:right;
}

#innerBotLeft{
	font-size:17px;
	font-family:"Times New Roman", Times, serif;
	color:#2A1316;
	font-weight: bolder;
	padding-top:8px;
	float:left;
	padding-right:120px;
}

#innerBotRight{
	float:left;
	padding-top:0px;
}

#listForm_year , #listForm_day, #listForm_month{
 	background: #2A1316;
 	font-size:12px;
	font-family:"Times New Roman", Times, serif;
	color:#F5E39E;
}

.listOuterBG{
	background:#F5E39E;
	height: 30px;
	border: 4px solid #F5E39E;
	border-bottom:0px;
	border-top:0px;
	float:left;
	padding:6px;
	padding-bottom:0px;
	
}


.listOuterBGbutton{
	font-family:"Times New Roman", Times, serif;
	color:#F5E39E;
	background:#2A1316;
	height: 27px;
	border-top:0px;
	border-bottom:0px;
	float:left;
	padding:8px 10px 4px 10px;
	font-size: 16px;
	font-weight: bolder;
	text-decoration: none;

	}
	
.listOuterBGbutton:hover{
	color:#F5E39E;
	background:#333333;
	}	
	
#errorMessage{
	float:left;
	width:350px;
	font-family:"Times New Roman", Times, serif;
	color:#2A1316;
	font-size:14px;
	font-weight:bolder;
	height:20px;
	text-align:center;
}	

#spacer{
	padding-left:100px;
	width:363px;
	height:20px;
	float:left;
}

#footer_link{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
	margin:0px auto;
	text-decoration:none;
}