body {
 background:#fff url('images/bgr.jpg') repeat-x;
 font-family: "Arial", sans-serif;
 font-size: 12px;
 line-height: 16px;
 font-weight: normal;
 color: #000;
 margin: 0 auto;
 margin-top: 0px;
 margin-bottom: 0px;
 padding: 0px;
 text-align: center;
}

.wrapper {
width: 959px;
margin: 0 auto;
text-align: center;
}
.container {
width: 959px;
margin: 0 auto;
}
.top {
width: 959px;
height: 399px;
background: transparent url('images/top.jpg') no-repeat;
}
.menu {
width: 800px;
height: 50px;
background: transparent url('images/menu.jpg') no-repeat;
}
.content {
width: 959px;
margin: 0 auto;
}
.left {
background: transparent url('images/vertical.jpg') right no-repeat;
text-align: justify;
width: 650px;
min-height: 620px;
float:left;
}
.textleft {
width:630px;
float:left;
}
.right {
width: 295px;
float: right;
}
.header {
width: 525px;
height: 50px;
float: left;
}
.news {
text-align: justify;
width: 280px;
height: 400px;
float: right;
background: transparent url('images/news_bgr.jpg') no-repeat;
}
.partners{
clear: both;
width: 980px;
height: 7px;
background: transparent;
} 
.footer {
width: 959px;
height: 140px;
background: transparent url('images/footer.jpg') no-repeat;
} 

/*IMAGES*/

img {
border: 0px;
}

.img1 {
width: 120px;
height: 158px;
float: right;
}
.img2 {
width: 100px;
min-height: 300px;
float: right;
}


/*HEADERS*/

h1, h2, h3, h4, h5 {
margin: 0px;
padding: 0px;
}
h1 {
text-shadow: #F1E8D7 1px 0px 1px;
font-family: Trebuchet MS, sans-serif;
font-size: 25px;
color: #2B2007;
line-height: 30px;
text-decoration: none;
}

h2 {
font-family: "Arial", sans-serif;
font-size: 13px;
color: #000;
line-height: 20px;
text-decoration: none;
}

h3 {
	font-family: "Arial", sans-serif;
    font-size: 18px;
	line-height: 27px;
	font-weight: normal;
	font-style: italic;
	color: #413317;
	padding: 0px;
}
h4 { 
 font: 32px Courier, Arial, Helvetica, serif;
 line-height: 36px;
 font-weight: bold;
 color: #413317;
}
h5{
font: italic 20px "Times New Roman", Times, serif;
font-size: 21px;
line-height: 34px;
font-weight: bold;
color: #ECCF68;
}
h6{
font-size: 11px;
font-weight: normal;
line-height: 13px;
}

#contactarea {
background: #fff url("images/formbgr.jpg") no-repeat;
 margin-top: 15px;
 color: #fff;
 width: 600px;
 height: 330px;
 text-align:left;
 padding:15px;
 font-family: Verdana, Arial;
 font-size: 14px;
 font-weight: bold;
 float:left;
}
#contactarea1 {
background: #C2D9DF url("images/formbgr1.jpg") no-repeat;
 margin-top: 0px;
 width:300px;
 text-align:left;
 padding:15px;
 font-family: Verdana, Arial;
 font-size: 12px;
 float:right;
}

#inputbox1, #inputbox2, #inputbox3 {
 border: 1px solid #000;
 width: 98%;
 padding: 2px;
 font-weight: bold;
 font-family: Verdana, Arial;
 font-size: 12px;
 color: #780e00;
 float: right;
}

#inputlabel1, #inputlabel2, #inputlabel3, #inputlabel4 {
 font-weight: bold;
 font-family: trebuchet ms, Arial;
 font-size: 13px;
 color: #eee;
}

#textarea {
 border: 1px solid #000;
 padding: 2px;
 font-family: Verdana, Arial;
 font-size: 10pt;
 width: 593px;
 color: #780e00;
}


#submitbutton {
 background: #transparent url("images/send.png") no-repeat;
 color: #000;

}