*{
padding:0;
margin:0;
}

html{
height:100%;
}

body{
	text-align:center;
	font:100% Arial, Helvetica, sans-serif;
	background-image: url(../images/bg.jpg);
	background-color: #6E6C4E;
  background-repeat: repeat-x;
  height: 280px;
}

a img{
border:none;
}


#container{
margin:0 auto;
width:760px;
text-align:center;
background:url(../images/border_BottomBody.gif) bottom no-repeat #fff;
padding-bottom:40px;
}

#contact{
float:left;
width:310px;
height:83px;
}


#header{
padding-top:10px;
background:#fff;
width:760px;
height:229px;
}

#nav{
width:760px;
text-align:center;
background:url(../images/nav_bg_sm.gif) repeat-x;
}

#nav img{
margin-left:10px;
}


#body{
width:760px;
background:url(../images/bg_body.gif) repeat-y center;
text-align:justify;
}

#footer{
padding:20px 0;
text-align:center;
color:#fff;
font-size:.7em;
}

#footer a{
color:#fff;
text-decoration:none;
}

#footer a:hover{
text-decoration:underline;
}

