body {
  margin: 0;
  padding: 0;
  color: black;
  background: url(img/bg.jpg);
  background-repeat: repeat-x;
  font-family: verdana, arial, helvetica, sans-serif;
}

#wrapper {  /*this the first layer above the background. Column margins are relative to THIS. Change the bg color to see where it peaks through.*/
  width: 760px;
  height: auto;
	background-color: #FFFFFF; 
  margin: 20px auto;
  padding: 0px;
  border: 3px solid #71535C;
}

#header {
  width: 760px;
  height: 140px;
  margin: 0;
  background: url('img/header-sm2.png');
	background-repeat: none;
}	
	
#navbar {  /*the placement of the bar itself*/
  width: 760px;
  height: 26px; /*if bigger, force a "border" underneath, since the navcontainer is smaller*/
  text-align: center;
}	

#navcontainer ul {    /*the list as a whole*/
  padding-top: 5px;
/*  margin: 0 auto; Don't do this - the 'auto' is screwed up w/ FF for some reason. Do the next 4 lines instead. */ 
  margin:0;
  text-align:center;
  padding-left:10px;
  *padding-left:0;
  background-color: #71535C;
  color: White;
  height: 21px;
  width: 750px;
  *width: 760px;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
	/*  background: url('../img/bar.jpg') top right no-repeat; -----use this if I have the header creeping into the left part of the nav bar.*/
}

#navcontainer ul li {   
  display: inline;
  background-color: transparent;
  color: White;
  text-decoration: none;
}

#navcontainer ul li a {    /*each a item in the horiz bar*/
  padding-top: 5px;
  padding-bottom: 7px;
  padding-left:20px;
  padding-right:20px;
  background-color: transparent;
  color: white;
  text-decoration: none;
  border-right: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
}

#navcontainer ul li a:hover {
  color: #8D630C;
  text-decoration: none;
}

#america {
	margin: 0px;
	padding-top:15px;
	padding-bottom: 0px;
	width: 760px;
	height: 30px;
	background: url('img/america4.jpg');
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: 3px solid #760708;
	background-repeat: none;
}

#america2 {  /*This is for the blog page, which is 2-column, not 3.*/
  margin: 0px; 
  padding-top:15px;
	padding-bottom: 0px;
  width: 760px;
  height: 60px;
  background: url('img/america2.png');
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-top: 3px solid #760708;
}

#main { /*this makes up the 3 columns, and is "layered" right above the WRAPPER.*/
  margin-top: 0px;
	margin-bottom: 20px;
  width: 760px;
  border: none;
  background-color: #FFFFFF;
}

#main p {
  color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
}	

#main a {
  color: #71535C;	
	font-weight: bold;
	text-decoration: none;
}

#main a:hover {
  color: #71535C;	
	font-weight: bold;
	text-decoration: underline;
}	
	
#leftside {
  float: left;
  width: 175px;
}

#leftside p {
  margin: 0px 10px 5px 15px;
}	

p.testimonial {
  color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: .7em;
	line-height: 1.4em;
 	padding-top: 10px;
}	

p.quote {
  color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: x-small;
	font-style: italic;
  margin: 0; 
  padding: 0px 0px 0px 15px;
}

#rightside {
	float: right;
	width: 175px;
	text-align: center;
}


#rightside p {
	margin: 0px 5px 5px 5px;
	font-size: 0.7em;
	line-height: 1.3em;
	overflow:hidden;
	word-wrap:break-word;
}

#rightside p.heads {
	color: #760708;
	font-family: verdana, arial, helvetica, sans-serif;
	font-style: normal;
	text-decoration: underline;
	font-size: 0.9em;
	line-height: 1.4em;
	padding-left: 15px;
}

#rightside p.great {
	color: #760708;
	font-family: verdana, arial, helvetica, sans-serif;
	font-style: normal;
	font-size: 1em;
	line-height: 1.4em;
	padding-left: 20px;
}

.dropcap {
  float:left;
  color:#760708;
  font-size:35px;
  line-height:25px;
  padding:2px 2px 0 0;
  font-family:Times;
}

span.bold {
  font-weight: bold;
}

#rightside ul {   
  display: block;
	margin: 20px 10px 5px 30px;  /*top margin appears relative to the bar above, NOT the <h1>.*/
	padding-left: 5px;
}

ul.rightside li {
	list-style-type: square;
	list-style-position: outside;
	font-size: x-small;
  color: #760708;
	text-decoration: none;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: x-small;
  line-height: 1.3em;
	padding-bottom: 7px;
}		

ul.rightside li span {
  color: #000000;
}

#content {
	margin: 0 178px 0 178px;
	border-right: 3px solid #760708;
	border-left: 3px solid #760708;
	background-color: #FFFFFF;
	padding: 0;
}	
#blogcontent {
	margin: 0 177px 0 10px;
	border-right: 3px solid #760708;
	background-color: #FFFFFF;
	padding: 0;
}
.blogtitle {
  font: bold 10pt Tahoma;
}
.blogarchive {
  font: bold 8pt Tahoma;
}
.blogbody {
  font: 8pt Tahoma;
}
.blogbyline {
  margin:0 20px;
  font: 8pt Tahoma;
  font-style: italic;
  color:gray;
  text-align:right;
}

img.shellyimg {
  float: right;
  margin-top: 4px;
	padding-bottom: 15px;
	padding-right: 15px;
	padding-left: 10px;
}

img.homepage {
  margin: 4px 38px 0px 38px;
}

p.bottomcaption {
	margin: 5px 10px 0px 10px;
	text-align:center;
	font-size: .8em;
	padding-top:10px;
	padding-bottom: 30px;
}	

p.maintext {
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-style: normal;
	font-size: 0.7em;
	line-height: 1.5em;
	margin-bottom: 1px;
	margin-top: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 20px;
}

p.blogtext {
	color: #70535C;
	font-family: verdana, arial, helvetica, sans-serif;
	font-style: italic;
	font-size: 1.1em;
	line-height: 1.8em;
	margin-bottom: 1px;
	margin-top: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 20px;
}
	
#contentbutton {
  margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 25px;
	margin-right: 25px;
	border: 2px solid #71535C;
  background-color: #B697A1;
}

#audio {
  margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 25px;
	margin-right: 25px;
	border: 2px solid #71535C;
  background-color: #ffffff;
	text-align:center;
	vertical-align: center;
	padding:0;
}

#audio p.audio {
  color:#71535C;
	padding:0;
	font-size:0.7em;
}	
	
#contentbuttonleft {
  float:left;
  margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 35px;
	border: 2px solid #71535C;
  background-color: #B697A1;
}

#contentbuttonleft a {
  color: #ffffff;
	font-size: .7em;
	font-family: verdana, arial, helvetica, sans-serif; 
	padding:15px; 
}

#contentbuttonright {
  float:right;
  margin-top: 10px;
	margin-right: 35px;
	margin-bottom: 0px;
	border: 2px solid #71535C;
  background-color: #B697A1;
}


#contentbuttonright a {
  color: #ffffff;
	font-size: .7em;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif; 
	padding:15px;
}



	
#footer {
  clear: both;
  height: 40px;
  text-align: center;
	background-color: #666633;	
}

#footer p {
  margin-top: 0px;
  padding: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
}

#footer a {
  color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
}	

#footer a:hover {
  color: #760708;
}

h1 {
	margin: 0px 8px 5px 8px;
	font-family: "Calisto MT", Georgia, "Times New Roman", serif;
	font-size: 1.3em;
	font-variant: small-caps;
	text-align: center;
	color: #760708;
	background-color: tan;
	padding:2px;
}	

h2 {
	margin: 0px 8px 5px 10px;
	font-family: "Calisto MT", Georgia, "Times New Roman", serif;
	font-size: 1em;
	font-variant: small-caps;
	text-align: left;
	color: #70535C;	
	padding:2px;
}	 

span.default {
  color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: x-small;
}

p.nomargin {
  color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: x-small;
  margin: 0; 
  padding: 0;
}
	
img.floatleft { 
  float: left; 
  margin: 6px; 
}

img.floatRight { 
  float: right; 
  margin: 6px;
}

img.linebreak-side {
  margin-left: 35px;
	padding-top: 8px;
}

img.linebreak-center {
  margin-left: 145px;
	padding-top: 8px;
}

img.leftside  {   /*make the photo 155 px wide! */
  padding-left: 11px;
	padding-right: 9px;
}	


a#button1 {
  display: block;
  width: 350px;
  height: 190px;
	background-image: url(img/but-normal.gif);
  margin: 0 auto;
}

a#button1:hover {
  background-image: url(img/but-down.gif);
}

a .alt { 
  display: none; 
}
