/* CSS Document */

body{
	padding:0;
	margin:0;
	background-image:url(img/bg.jpg);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size:12px;
}
img{
	border:0;
}
a{
	color:#c60507;
	text-decoration:none;
}
a:hover{
	color:#328126;
}
.header{
	width:auto;
	height:411px;
	background-image:url(img/header.jpg);
	background-position:center;
	background-repeat:no-repeat;
}
.wrapper{
	width:620px;
	position:relative;
}
.wrapper2{
	background-image:url(img/bottom.jpg);
	background-repeat:repeat-x;
	min-height:600px;
	background-position:bottom;
}	
.logo{
	position:absolute;
	left:0px;
	top:23px;
}
.main{
	width:757px;
}
.navi{
	float:left;
	width:210px;
	height:150px;
	background-image:url(img/navi.gif);
	background-position:center top;
	background-repeat:no-repeat;
	text-align:center;
}
.navi ul{
	list-style:none;
	padding:0;
	margin:0;
}
.navi li{
	margin-top:5px;
	margin-bottom:23px;
}
.navi a{
	text-transform:uppercase;
	font-weight:bold;
}
.content{
	background-color:#fffffd;
	width:479px;
	left:300px;
	float:right;
	text-align:left;
	padding:0 30px 10px 30px;
	color:#616161;
	line-height:18px;
}
.content a{
	color:#000000;
	text-decoration:underline;
}
.content li{
	list-style:square;
	padding-bottom:10px;
}
.footer{
	background-image:url(img/footer.jpg);
	width: 590px;
	height:68px;
	padding-left:230px;
	background-position:top right;
	background-repeat:no-repeat;
	padding-bottom:30px;
	font-size:10px;
	text-align:left;
}
.footer a{
	margin-left:50px;
	line-height:50px;
	color:#EFBB65;
}
h2{
	font-size:12px;
	line-height:normal;
	padding:0;
	margin:0;
	color:#000000;
	font-weight:bold;
}

/* FORM */

input{
	padding:2px;
	border: 1px solid #ccc;
	margin-bottom:4px;
}
input:hover{
	border: 1px solid #999;
	background-color:#fefefef;
}

