//this is the one in the sites folder

body 
{
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust:none;
}

#container {
   position: relative;
   height: 50px;
   }

#left_content {
margin: 0 130px 0 0;
   }

#right_content {
   float: right;
   width: 125px;
   text-align: right; /* depends on element width */
   }
   
a
{		
	text-decoration: none;
	color: blue;
}

.header {
    background-color: transparent;
	font-family: Helvetica;
    font-size: 1.3em;
    font-weight: bold;
}

.contentmiddle {
	width: 291;
	height: 100%;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #F6F4DB;
}

#header_top {
     position:static;
	background-color: #FFFFFF;
	padding: 4px;
	border: solid 1px #000;
	text-align: center;
	background-image: url(./voodoo.png);
	background-position: right top;
	background-repeat:  no-repeat;
	height: 100px;
	z-index: 1;
}


h1 {
	font-size: x-large;
}

h2 {
	font-size: large;
}

img {
	max-width:100%;
}


ul	
{

	font-size:20px;
	font-family: Helvetica;
	font-weight:bold;
	color:black;
	
	margin: 0;
	padding: 0;
	
	width: 320px;
	background-color: white;
}


li
{
	list-style-type: none;
	
	border-top-width:1px;
	border-top-color:rgb(217,217,217);
	border-top-style:solid;
	padding-top:10px;
	padding-right:10px;
	padding-bottom:14px;
	padding-left:10px;
	height:19px;
	line-height:19px;
}

li:last-child
{
	border-bottom-width:1px;
	border-bottom-color:rgb(217,217,217);
	border-bottom-style:solid;
}

#contentmiddle {
	width: 291;
	height: 100%;
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #fcfaf5;
}

#repeaterleftside {
	background: url(images/leftrepeater.jpg) left repeat-y;
} 

#repeaterrightside {
	background: url(images/rightrepeater.jpg) right center repeat-y;

} 

#repeatertop {
	background: url(images/upperrepeater.jpg) top repeat-x;
}


#topmiddle {
	background: url(images/topmiddle.jpg) top center no-repeat;
	height: 64px;
}

#leftcornertop {
	background: url(images/topleft.jpg) top left no-repeat;

}

#rightcornertop {
	background: url(images/topright.jpg) top right no-repeat;
	height: 64px;
}

#repeaterbottom {
	background: url(images/bottomrepeater.jpg) bottom repeat-x;
	height: 43px;
}

#leftcornerbottom {
	background: url(images/bottomleft.jpg) bottom left no-repeat;
	height: 43px;
}

#rightcornerbottom {
	background: url(images/bottomright.jpg) bottom right no-repeat;
	height: 43px;
}

#bottomright {
	padding-top: 12px;
	padding-right: 20px;
	font-size: 9pt;
    color: #fff;
	text-align: right;
}
#bottomleft {
	padding-top: 12px;
	padding-left: 20px;
	font-size: 9pt;  
	font-weight: bold;  
	color: #fff;
	text-align: left;
}

