body {
	color:#999;
	text-align: center;
	font: 101% Arial, Helvetica, sans-serif;
	margin: 20px 0;
	background: url(images/boybubs.jpg);
	
}
	   
#wrapper {
	text-align: left;
	width: 850px;
	margin: 0 auto;
	background: #FFF;
	border: #EEA9B8 2px solid;
	}
#header{
	height: 133px;
	background: url(images/th13nat08.gif);
  text-align: center;
	border-bottom: 2px solid #EEA9B8;
}

#left {
float:left; 
width: 210px;
padding: 10px;
}

#right {
	float:right;
	width: 580px;
border-left: 2px dotted #EEA9B8;
	color: #333333;
padding: 10px;
}

#footer{
	clear:both;
	height:170px;
	text-align: center;
	border-top: 1px solid #EEA9B8;
	background-color: #ffffff;
}
#footer p {
margin-top: 10px;
font-size: 60%;
color:#ffffff;
}

p {
font-size: 90%; 
color: #666666;
}
	
#left p{
font-size: 95%; 
color: #666;
line-height: 1.2em;
}

#right p {
font-size: 100%; 
color: #666;
line-height:1.2em;
}
h1 {
color: #003366;
font-size: 175%; 
text-align: center;
}
h2 {
font-size: 125%; 
color: #003366;
margin: 12px;
text-align: center;
}

h4 {
font-size: 100%; 
color: #003366;
margin: 12px;
text-align: center;
}

h3 {    
  font-size; 50%; 
	color: #003366;
	text-align: center;
	padding: 0 0 1.25em 0;
	margin: 0;
	}
h5 {
font-size: 95%; 
color: #003366;
margin: 12px;
text-align: left;
}

.code {
	font-size: 60%;
	border: 1px dashed #EEA9B8;
	padding: 4px;
width: 150px;
}

a:link {color:#AD3838; text-decoration:none}
a:visited {color:#D68585; text-decoration:none}
a:active {color:#AD3838;}
a:hover {color:#BB3E3E; 
a text-decoration:none;
}
p.image {
	float: right;
	font-size: 0.8em;
	text-align: center;
	color: #7d6340;
	padding: 1.25em 1.25em 0.25em .25em;
}

p.image img {
	display: block;
	border: 0px solid;
}
.dropcap { 
float:left; 
color:#EEA9B8; 
font-size:70px; 
line-height:60px; 
padding-top:2px; 
font-family: times; } 	
