body {
margin: 0; 
padding: 0;
background-color: #B88239;
font-family: Arial, Helvetica, sans-serif;
text-align: center;
}

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

a {
color: #FFF;
text-decoration: none;
}

a:hover {
color: #EEE;
text-decoration: underline;
}

#main {
position: relative;
width: 650px;
height: 660px;
margin: 20px auto;
text-align: center;
background-color: #000;
}

#topcap {
position: absolute;
top: -5px;
left: 0px;
width: 650px;
height: 10px;
background: transparent url(/images/topcap.png) no-repeat top left;
}

#bottomcap {
position: absolute;
bottom: -5px;
left: 0px;
width: 650px;
height: 10px;
background: transparent url(/images/bottomcap.png) no-repeat top left;
}

#top {
width: 650px;
height: 45px;
}

#top p.blind {
margin: 0;
padding: 5px 20px 0px 20px;
text-align: left;
color: #000;
}

#content {
width: 650px;
height: 360px;
margin: 40px 0 0 0;
background: transparent url(/images/bamboo-bg.jpg) no-repeat top left;
border-top: 1px solid #E3A824;
border-bottom: 1px solid #E3A824;
}

img.logo {
float: left;
margin: 55px 0px 0px 50px;
}

#fixed-logo {
z-index: 9999;
position: absolute;
top: 20px;
left: 20px;
width: 179px;
height: 147px;
background: transparent url(/images/dragon-fusion-small-logo.png) no-repeat top left !important;
}


#mid {
position: absolute
bottom: 0px;
left: 0px;
width: 650px;
height: 50px;
border-bottom: 1px solid #E3A824;
}

#mid li {
list-style-type: none;
float: left;
padding: 5px 50px 0px;
color: #E3A824;
font-size: 21px;
}

#mid li a {
color: #E3A824;
text-decoration: none;
}

#mid li a:hover {
text-decoration: underline;
}

#nav {
float: left;
}

#nav li {
list-style-type: none;
float: left;
height: 70px;
padding: 0px 20px 0px 20px;
border-right: 1px solid #E3A824;
font-size: 12px;
}

#nav li.last {
border-right: none;
}

#nav2 {
position: absolute;
bottom: 60px;
left: 60px;
text-align: left !important;
}

#nav2 a {
text-align: left !important;
color: #FFF;
font-size: 12px;
}

#location {
float: right;
margin: 15px 20px 0 0;
text-align: left;
color: #FFF;
font-size: 13px;
}

#location span {
font-size: 11px;
}

/* home */

#home #top h1 {
margin: 0;
padding: 15px 0 0 0;
font-size: 12px;
color: #E3A824;
font-weight: normal;
}

#home #top {
height: 10px;
}

/* about */

#about #main { 
height: 460px;
}

.about-us {
text-align: left;
padding: 20px;
}

.about-us p {
margin: 5px 0 0 190px;
}

.about-us h1 {
margin: 0 0 0 190px;
padding: 0;
font-size: 14px;
color: #FFF;
}

a.home-link img {
border-color: #000;
outline: none;
}