/* Made by Jack Qiao @ www.pureweb.ca
(feel free to erase that)
*/

/* The Esentials
+++++++++++++++++++++++++++++++++++*/

* {
margin: 0;
padding: 0;
}

body {
background: #6B3D21 url("images/back.jpg") repeat-y;
color: #DCBDAB;
}

h1 {
font: normal 60px/30px georgia, times, serif;
color: #BB6D3D;
display: block;
width: 810px;
border: 1px solid #A16745;
border-width: 0 0 1px 0;
margin: 10px 0 2px 40px;
padding-bottom: 15px;
cursor: default;
}

* html h1 {
position: relative;
top: 10px;
padding-top: 20px;
}

h2 {
font: normal 32pt/30px georgia, times, serif;
color: #BB6D3D;
margin: 10px 0 -20px 40px;
}

* html h2 {
margin: 60px 0 -20px 40px;
}

img {
border: none;
}

#top {
width: 900px;
height: 39px;
position: absolute;
top: 0;
left: 20px;
background: #6B3D21 url("images/top.jpg") no-repeat;
}

a {
color: #fff;
}

a:visited {
text-decoration: underline;
}

a:hover {
color: #fc9;
}

/* Basic Structure
+++++++++++++++++++++++++++++++++++*/

p {
width: 615px;
margin: 0 0 0 248px;
font: normal 10pt/25px georgia, times, serif;
}

p b{
font: bold 12pt/25px georgia, times, serif;
}
span img {
border: 4px solid #824E2F;
margin: 5px;
float:right;
}

span img:hover {
border-color: #A06948;
}

p img {
border: 4px solid #824E2F;
margin: 5px;
float:left;
text-align: right;
}



#quote {    
	float: left;
	padding: 25px 10px 0 15px;
	text-align: left;
	background: #824E2F url(images/q1.gif) no-repeat 3% 3%;
}

#quote p {
  font: normal 9pt georgia, times, serif;
  color: #271104; 
  line-height: 15px
  }  

#quote img {
 float: right;
 padding: 0 5px 5px 0;
  }  /

#footer {
   font: normal 8pt verdana, times, serif;
}


/* Navigation
+++++++++++++++++++++++++++++++++++*/

#nav {
position: absolute;
top: 123px;
left: 38px;
width: 190px;
}

#nav span {
margin-left: 0px;
width: 185px;
font: normal 8pt verdana, times, serif;
}

#nav a {
font: normal 10pt/30px arial, tahoma, verdana, sans-serif;
color: #fff;
text-decoration: none;
list-style: none inside;
display: block;
height: 30px;
background-color: #824E2F;
margin-top: 1px;
padding-left: 10px;
}


#nav li {
display: block;
width: 100%;
float: left;
margin-top: 1px;
padding-left: 0px;
margin-left: 0px;
}

#nav b {
font: bold 8pt verdana, times, serif;
background-color: #945e3e;
display: block;
padding-left: 7px;
width:183px;
}

* html #nav a {
width: 185px;
}

#nav a:hover {
background-color: #A16745;
}

#current a{
background-color: #945e3e;
}
