/* CSS Document */

#box{
	background-image: url(images/bg_main2.jpg);
	width: 840px;
	height: 600px;
	background-repeat: no-repeat;
	background-position: bottom;
	
	border-top-color: #C10100;
	border-right-color: #C10100;
	border-bottom-color: #C10100;
	border-left-color: #C10100;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	margin-top: 10px;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
	

}
body {
	background-color: #FADBA4;
	
}
#header{
	width: 850px;
	
	background-repeat: no-repeat;
	
	border-top-color: #C10100;
	border-right-color: #C10100;
	border-bottom-color: #C10100;
	border-left-color: #C10100;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	background-position: middle;
	background-color: #FADBA4;
	
}
#nav_top{
	width: 850px;
	height: 25px;
	
	border-top-color: #C10100;
	border-right-color: #C10100;
	border-bottom-color: #C10100;
	border-left-color: #C10100;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	margin-top: 10px;
	background-image: url(images/nav_bg.jpg);
	text-align: center;
	color: #FFFFFF;
	
}a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;	
	color: #C10100;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;	
	color: #C10100;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;	
	color: #FF0060;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;	
	color: #C10100;
	text-decoration: none;
}
#nav_bottom{
	margin-top: 10px;
	width: 850px;
	margin-left: 70px;
	text-align: center;
	font-size: 80%;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	text-align: center;
}
#search-box{
	width: 840px;
	height: 100%;
	background-repeat: no-repeat;
	background-position: bottom;
	
	border-top-color: #C10100;
	border-right-color: #C10100;
	border-bottom-color: #C10100;
	border-left-color: #C10100;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	margin-top: 10px;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
	background-color: #F9CC79;

}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: #000000;
}
#form_box{
width: 840px;
	height: 100%;
	background-repeat: no-repeat;
	background-position: bottom;
	
	border-top-color: #C10100;
	border-right-color: #C10100;
	border-bottom-color: #C10100;
	border-left-color: #C10100;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	margin-top: 10px;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
	background-color: #F9CC79;

}