body{
margin: 0 0;
padding: 0 0;
font-family: Arial;
}

h1{
font-family: Arial;
font-size: 18px;
font-weight: bold;
color: #8a5d3b;
margin-top: 0px;
}

a img { border:none; }

p{
color: #8a5d3b;
font-size: 12px;
}

a{
color: #50a3cb;
text-decoration:none;
}

.blue{
color: #50a3cb;
}

#wrapper{
position: relative;
margin: 20px auto;
width: 964px;
height: 500px;
background: url('../images/bckgrnd.jpg')  no-repeat;
}
#homewrapper{
position: relative;
margin: 20px auto;
width: 964px;
height: 558px;
background: url('../images/hmbckgrnd.jpg')  no-repeat;
}

#menu{
position: absolute;
top: 206px;
left:200px;
width: 205px;
font-family: Arial;
color: #ffffff;
font-size: 12px;
line-height: 25px;
}
#menu ul{
list-style:none;
}

#menu ul li a{
list-style: none;
color:#ffffff;
text-decoration: none;
padding-left: 15px; 
}


#menu li a:hover { 
color: #50a3cb;
background-image: url(../images/bullet.jpg); 
background-repeat: no-repeat; 
background-position: 0px; 
padding-left: 15px; 
}

#menu ul li a.active{
color: #50a3cb;
background-image: url(../images/bullet.jpg); 
background-repeat: no-repeat; 
background-position: 0px; 
padding-left: 15px;  
}
.left{
float: left;
width: 305px;
}
.homeleft{
float: left;
width: 305px;
}
.homeleft p{
color: #ffffff;
margin-top: -5px;
}
.homeleft h1{
color: #ffffff;
margin-top: 0px;
}
.right{
float: left;
}
.homeright{
float: left;
}
#body{
	position: absolute;
	top:231px;
	left: 435px;
	width: 530px;
}

.homeimage{
padding: 0px 15px 15px 10px;}

.image{
padding: 0px 0px 15px 30px;
border:0;
}

#def{
font-size: 11px;
width:200px;
position: absolute;
top:453px;
}

.foot p{
color: #666666;
line-height: 12px;
padding-top: 80px;
font-size:8px;
}
.homefoot p{
color: #ffffff;
line-height: 12px;
padding-top: 0px;
padding-right: 15px;
text-align: right;
font-size: 9px;
}

