/* ----- 
Author: Han Yu
Date: 20061221
Title: Sarah R. Chase Acupuncture

Red: #C00

----- */

/* ----- RESET ----- */

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}

/* ----- HTML ----- */

body
{
	background: #FFF url(../images/bg.jpg) repeat-x 0 0;
}

/* ----- STRUCTURE ----- */

#content
{
	background: #FFF url(../images/content.jpg) no-repeat 0 0;
	height: auto;
	padding: 70px 200px 10px 100px;
	position: absolute;
	top: 330px;
   	width:636px;
	z-index: 2;
}      

#content-image
{
	left: 216px;
	position: absolute;
	top: 95px;
}   

#content-supplementary
{
	background-image: url(../images/content-supplementary.jpg);
	height: 25px;
	position: absolute;
	top: 309px;
	width: 936px;
	z-index: 2;
}

#content-supplementary ul
{
	padding: 3px 0 0 100px;
}

#content-supplementary ul li
{
	display: inline	;
	padding: 0 5px 0 10px;
}


#navigation
{               
	height: 30px;
	left: 70px;
	position: absolute;
	top: 338px;
	width: 1059px;
	z-index: 3;
}

#navigation ul li
{
	display: inline;  
	padding: 5px 10px 3px 5px;
}        

#wrapper
{
	background: #FFF url(../images/wrapper.jpg) no-repeat 0 0;
	height: 513px;
	position: absolute;
	width: 1059px;      
	z-index: 0;
}

/* ----- TYPOGRAPHY ----- */         

a
{
	color: #000;
	font-weight: bold;
}
             
h2
{
	color: #900;
	padding: 10px 0 8px 13px;
	text-transform: uppercase;
}

h3
{ 
	color: #600;
	font: .85em "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	padding: 20px 0 10px 10px;
	text-transform: uppercase;   
}

h4
{ 
	font: .75em "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	padding: 15px 0 2px 15px;
	text-decoration: underline;
}

p
{
	text-align: justify;
	font: .8em "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	line-height: 1.2em;
	padding: 10px 5px 3px 15px;   
}  

strong
{
	font-weight: bold;
}                       

#content a:hover
{
	background: #CCC;
}

#content ul
{
	padding: 10px 0 10px 40px;
}

#content ul li
{
	font: normal normal normal .8em "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	line-height: 1.3em;
	list-style-type: square;
}

#content-supplementary
{
	font: normal normal normal 12px Trebuchet, serif;
}

#navigation ul
{
	font: normal normal normal 12px Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

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


#navigation #currentpage, #navigation ul li a:hover
{                   
	border-bottom: 4px solid #900;                 
}