

html {
	height: 100%;

}

body{
	background: url(../images/bg0.png) 0 0 repeat-x;
	background-attachment: fixed;
	background-color: #907E54;
	margin: 0px;
	padding:0;
	text-align:left;
	font-size:20px;
	color:#000000;
	font-family: Verdana, Geneva, Arial, sans-serif;

}

h1 {
	font-weight:bold;
	text-align:center;
	font-size:54px;
	color:#ff0000;
	
}

h2 {
	font-weight:bold;
	text-align:center;
	font-size:32px;
	color:#C06707;
		
}

a:link, a:visited {
	text-decoration:none;
	color:#422503;
	font-weight:bold;

}

a:hover {
	color:#9F906D;

}

ul {

}

li {

}

img {
	border:none;

}

#page{
	width:900px;
	margin: 0 auto;
	background: url(../images/bg.jpg) 0 0 repeat-y;

}

#header {
	height:251px;
	background: url(../images/headr.jpg) 0 0 repeat-y;
	border: none;

}

#header2 {
	height:150px;
	background: url(../images/bg1.jpg) 0 0 repeat-y;
	border: none;
	font-size:22px;
	text-align: center;

}

#main {
	width:780px;
	padding: 0 60px 0 60px;	

}

#footer {
	height:450px;
	font-size:16px;
	color:#990000;
	background: url(../images/footer.jpg) 0 0 repeat-y;

}

.style2 {
	text-align:center;

}

a.button {
    display: block; 
    width: 400px; 
    height: 110px; 
	background: url(../images/Bay0.png) 0 0 repeat-y;
	
}

a.button:hover {
    background-position: 0 -110px;
	
}

.widget_wysija_cont {width: 100%;}
form {
 font-family: arial;
 background-image: url(../form-bl.png);
 background-repeat: no-repeat;
 width: 327px;
 height: 376px;
 margin: 0 auto;
 position: relative;
}
input.name {
 bottom: 130px;
 position: absolute;
 left: 35px;
 height: 35px;
 border: none;
 border-radius: 2px;
 line-height: 35px;
 padding-left: 5px;
 width: 250px;
 color: #bbbbbb;
}
input.email {
 bottom: 82px;
 position: absolute;
 left: 35px;
 height: 35px;
 border: none;
 border-radius: 2px;
 line-height: 35px;
 padding-left: 5px;
 width: 250px;
 color: #bbbbbb;
}
input.email:focus, input.name:focus {color: #000;}
input.wysija-submit {
 position: absolute;
 bottom: 32px;
 left: 75px;
 width: 180px;
 height: 44px;
 border: none;
 background: none;
 cursor: pointer;
 font-size: 20px;
 color: #0067BC;
 text-transform: uppercase;
 font-weight: bold;
 line-height: 45px;
 text-shadow: 0 1px 0 #005193;
}
form .txt-1 {
 position: absolute;
 top: 30px;
 font-size: 23px;
 left: 30px;
 text-shadow: 0 1px 0 #009BFB;
 color: #012C6A;
 font-weight: bold;
}
form .txt-2 {
 position: absolute;
 top: 155px;
 width: 280px;
 left: 30px;
 color: #e4e4e4;
 font-weight: bold;
 line-height: 15px;
 font-size: 15px;
}