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

body{
	margin:0px;
	background:url(../images/background.png) repeat-x top fixed;
	background-color:#a60621;
	font-family:helvetica;
	font-size:14px;
	line-height:20px;
	color:#333;
}

a img{
	border:none;
}

strong{
	font-weight:bold;
}

h2{
	font-family:times;
	font-size:40px;
	font-style:italic;
	color:#a60621;
}

h2 a{
	color:#CCC;
	text-decoration:none;
	padding:0px 20px;
	font-size:22px;
}

h2 a:hover{
	color:#a60621;
}

p{
	text-indent:10px;
}

#page_top{
	margin:auto;
	margin-top:100px;
	width:1000px;
	min-height:71px;
	background:url(../images/page_top.png) no-repeat;
}

#page{
	width:1000px;
	background:url(../images/page_fill.png) repeat-y center;
	margin:auto;
}

#page_bottom{
	margin:auto;
	margin-bottom:20px;
	width:1000px;
	min-height:91px;
	background:url(../images/page_bottom.png) no-repeat;
}

.content_area{
	width:800px;
	margin:auto;
}

#catch_nav{
	padding-right:90px;
}

#catch_nav img{
	margin:0px 15px;
}

.partners img{
	margin-top:-4px;
	padding-right:20px;
}

#footer{
	font-size:10px;
	color:#CCC;
	line-height:12px;
	margin-bottom:50px;
}

#footer a{
	color:#ccc;
	text-decoration:none;
}

#footer a:hover{
	color:#FFF;
	font-weight:bold;
}

.ba_caption{
	width:500px;
	margin:auto;
	text-align:left;
}

input, textarea{
	padding:5px;
	font-size:18px;
	color:#333;
	border:1px solid #CCC;
}

input:hover, textarea:hover{
	background:#F9F9F9;
	border:1px solid #666;
}

#sent{
	position:absolute;
	bottom:1px;
	padding:10px;
	width:460px;
	font-size:18px;
	background:#EAFEDC;
	color:#060;
	border:1px solid #060;
}

.line{
	min-height:2px;
	margin:20px;
	border-bottom:1px solid #A60521;
}