/*Created by Christopher Eaddy at Rapid Change Group
For: Family Dentistry in Zebulon North Carolina
www.christophereaddy.com 2008/* 
/**************************************************/
/*                                   Body and Wrapper                             */
/**************************************************/

body {
background: #FFFFFF url(images/back.png) top center repeat-x fixed; 
margin: 0;
padding: 0;
}

#wrapper {
margin: 0 auto;
width: 800px;
padding: 15;
text-align: left;
}

/**************************************************/
/*                                       Top Piece -
I excluded this piece for client viewing but left the code
not sure it enhanced the project may place back in as 
suggestion later- ce 6-16-08                */
/**************************************************/

/*#top {
background: url(images/bgtop.png) top center no-repeat; 
width: 730px;
height: 36px;
padding-left: 70px;
}

/**************************************************/
/*                                       Content                                             
another wrapper that holds all the content                              */
/**************************************************/

#content {
background: url(images/bgmiddle.png) center repeat-y; 
width: 760px;
height: 100%;
padding: 0px 20px 100px 20px;
}

/**************************************************/
/*                               All the content                                        */
/**************************************************/

#header {
background: url(images/header-final2.jpg) top center no-repeat; 
width: 760px;
height: 330px;
margin: 0px 0px 10px 0px;
}
/*                    Menu                   */
#menu {
width: 100px;
height: 100%;
margin: 0px;
padding: 5px;
padding-top: 5px;
float: left;
text-align: center;
}

#menu li a {
height: 35px;
font-weight: 900;
height: 27px;
text-decoration: none;
text-align: left;
}	
	
#menu li a:link, #menu li a:visited {
color: #fff;
display: block;
background:  url(images/off.png);
padding: 8px 0 0 10px;
height: 27px;
text-align: left;
}
	
#menu li a:hover {
color: #0A2441;
background:  url(images/on.png);
padding: 8px 0 0 10px;
height: 27px;
text-align: left;
}	

ul {
list-style: none;
margin: 0;
padding: 0;
text-align: left;
}

#intro {
width: 525px;
margin: 25px 0px 0px 225px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:20px;
font-weight:bolder;
}

#intro1 {
width: 525px;
margin: 0px 0px 0px 175px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:19px;
font-style:normal;
text-align:left;
}

#intro2 {
margin: 0px 0px 0px 175px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:100;
}

#intro3 {
width: 525px;
margin: 25px 0px 0px 225px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:20px;
font-weight:bolder;
position:center;
}

img {
border: none;
} 

/**************************************************/
/*                                       Bottom                                             */
/**************************************************/

#bottom {
background: url(images/bgbottom.png) bottom center no-repeat; 
width: 800px;
height: 78px;
}
