/* styleadscss
/**************************************************/
/*                                   Body and Wrapper                             */
/**************************************************/
h1{font: 200% "Verdana", sans-serif; color: black;text-transform: uppercase; text-align: left}
h2{font-weight:bold; font-size: 1.37em; text-transform: capitalize}
h5{font-weight:bold; font-size: 1em; color:navy;
text-align:center}


body {
background: #000099 url(images/back.png) top center repeat-x; 
margin: 0;
padding: 0;
font: normal 9pt/15pt verdana, arial, sans-serif;
}

#wrapper {
margin: 0 auto;
width: 800px;
padding: 0;
text-align: left;
}

/**************************************************/
/*                                       Top Piece                                        */
/**************************************************/

#top {
background: url(images/bgtop.png) top center no-repeat; 
width: 800px;
height: 60px;
}

/**************************************************/
/*                                       Content                                             
another wrapper that holds all the content                              */
/**************************************************/

#content {
background: url(images/bgmiddle.png) center repeat-y; 
width: 766px;
height: 100%;
padding: 0px 17px 0px 17px;
}

/**************************************************/
/*                               All the content                                        */
/**************************************************/

#header {
background: url(images/healingheader.png) top center no-repeat; 
width: 746px;
height: 100px;
margin: 0px 0px 10px 0px;
padding: 10px 0px 0px 20px;
color: rgb(255, 77, 11);
font-size: 60px;
}

/*                    Menu                   */
#menu {
width: 150px;
height: 100%;
margin-left: 0px;
float: left;
text-align: left;
}

#menu li a {
height: 37px;
voice-family: "\"}\""; 
voice-family: inherit;
height: 29px;
text-decoration: none;
text-align: left;
}	
	
#menu li a:link {
color: navy;
display: block;
background:  url(images/off150.png) top center no-repeat;
padding: 8px 0 0 8px;
height: 29px;
text-align: left;
}

#menu li a:visited {
color: red;
display: block;
background:  url(images/on150.png) top center no-repeat;
padding: 8px 0 0 8px;
height: 29px;
text-align: left;
}
	
#menu li a:hover {
color: blue;
background:  url(images/on150.png) top center no-repeat;
padding: 8px 0 0 8px;
height: 29px;
text-align: left;
}	

ul {
list-style: none;
margin: 0;
padding: 0;
text-align: left;
}

#stuff {
background:  url(images/texttop.png) top left no-repeat;
width: 590px;
margin: 0px 0px 0px 160px;
padding-top: 55px;
padding-right: 1px;
border: 2px navy;
text-align: justify
}

#ads {
background: #FFF99D; 
width: 160px;
height: 100%;
float: right;
padding: 0px 2px 2px 2px;
margin: 0px 0px 2px 10px;
border: 2px navy;
}

img {
border: none;
} 

/**************************************************/
/*                                       Bottom                                             */
/**************************************************/

#bottom {
background: url(images/bgbottom.png) bottom center no-repeat; 
width: 800px;
height: 50px;
}


