/*
Red Oak Acupuncture
*/

body {
  	text-align: center;
  	background: #f6e3b9 url('images/bg.jpg') top center no-repeat fixed;
  	margin-top:30px;
  	margin-bottom:30px;
	color:#7b3131;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 17px;  
	text-align: center;
}

a:link
{
	color: #002ccf;
	text-decoration: none;
}

a:visited
{
	color: #01196f;
	text-decoration: none;
}

a:hover, a:active
{
	color: #ffcc00;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #005e00;
}

#container
{
	background: #ffffff url('images/copy-bg.jpg') top left;
	text-align: left;
	margin: auto;
	padding: 0;
	width: 640px;
	border: 2px solid #ffffff
}

#header {
  height: 200px;
  background: url('images/header.jpg') top center no-repeat;
  text-align: center;
}  

#header h1 {
  padding-top:30px;
  padding-left: 200px;
  font-size:24px;
  font-weight:bold;  
  margin:0px;
}

#header h2 {
  padding-top:0px;
  padding-left: 200px;
  font-size:14px;
  font-weight:bold; 
  line-height:19px; 
  margin:0px;  
}

#header h3 {
  padding-top:0px;
  padding-left: 200px;
  font-size:18px;
  font-weight:bold;  
  margin:0px;  
}

#menu {
  height:30px;
  background: #7b3131 url('images/menubar.jpg') top left no-repeat;
}

#nav ul
{
	padding-left: 0;
	margin-left: 0;
	margin-top:5px;
	background-color: transparent;
	color: #F3E7A9;
	float: left;
	width: 100%;
	font-size:12px;
	font-weight:bold;
}

#nav ul li { display: inline; }

#nav ul li a
{
	padding: 0.2em 1em;
	color: #f8d0b0;
	text-decoration: none;
	float: left;
	border-right: 1px solid #f8d0b0;
}

#nav ul li a:hover
{
	background-color: transparent;
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px dotted #ffffff;
}

#copy {
  background: url('image/menu-shadow.jpg') top left no-repeat;
}

#main {
  	float:left;
  	width:420px;
}
  
#main h3 {
  	margin:10px;
  	margin-right:15px;
  	font-size:14px;
  	font-weight: bold;
  	line-height:18px;
}
  
#main p {
  	margin:10px;
  	margin-right:15px;
  	font-size:12px;
  	line-height:18px;
  	color: #000000;
}
  
#main h6 {
  	margin:10px;
 	margin-right:15px;
 	font-size:9px;
	color:#cccccc;
  	line-height:12px;
}

#sidebar {
  float:right;
  width:210px;
}
  
#sidebar h3 {
  margin-right:10px;
  margin-bottom: 5px;
  font-size:14px;
  font-weight: bold;
  line-height:18px;
  padding:4px;
}
  
#sidebar p {
  margin:5px;
  margin-bottom:15px;
  padding-right:10px;
  font-size:12px;
  line-height:18px;
  color: #000000;
}

#sidebar a:hover
{
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px dotted #ffffff;
}


#bottom {
  	height: 50px;
  	background: #7b3131 url('images/bottombar.jpg') top left no-repeat;
}  

#bottom a
{
	color: #f8d0b0;
	text-decoration: none;
}

#bottom a:hover
{
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px dotted #ffffff;
}

#bottom p {
  	text-align:right;
  	padding: 10px 5px 0px 0px;
  	font-size:10px;
  	line-height:14px;
  	color: #ffffff;
}

.spacer {
  margin:0px;padding:0px;height:10px;clear:both;
}

  
 
 
