body{
	margin: 0;
	padding: 0;
	background: url(bg.jpg) repeat-x fixed;
	font: 13px "Trebuchet MS",arial,sans-serif;
	text-align:center;
	}

div#header h1{ 
	height: 100px; 
	line-height: 80px;
	margin: 0; 
	padding-left:10px;
	background: #fff;
	color: #79B30B;
	}
	
div#container{ 
	background:#fff;
	text-align:left;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	}
	
div#content p{
	line-height:1.4; 
	text-align:justify; 
	padding: 5px 5px 5px 5px;
	}
	
div#navigation{
	background:#fff
	}
	
div#footer{
	background: #333;
	color: #FFF
	}
	
div#footer p{
	margin:0;
	padding:5px 10px
	}
	
div#container{
	width:740px;
	margin:0 auto;
	}
	
div#navigation{
	float:left;
	}
	
div#footer{
	clear:both;
	width:100%; 
	font-size: 11px;
	}
	
/* Top Menu Bar */
	
.blue #waxcontainer{
	position:relative;
	height:50px;
	background:#69BEEE;
	width:100%;
	font-family:"Trebuchet MS",Arial,Verdana,Helvitica,sans-serif;
	}
	
.blue #waxnav{
	position:relative;
	height:28px;
	font-size:13px;
	font-weight:bold;
	background:#fff url(images/bluewax_bottom.gif) repeat-x bottom left;
	}
	
.blue #waxnav ul{
	margin:0px;
	padding:0 0 5px 0;
	list-style-type:none;
	width:auto;
	float:right;
	}
	
.blue #waxnav ul li{
	display:block;
	float:left;
	margin:0 1px;
	}
	
.blue #waxnav ul li a{
	display:block;
	float:left;
	color:#003858;
	text-decoration:none;
	padding:0 0 0 12px;
	height:24px;
	line-height:195%;
	}
	
.blue #waxnav ul li a span{
	padding:0 12px 0 0;
	}
	
.blue #waxnav ul li a:hover,.blue #waxnav ul li a.current{
	color:#fff;
	background:#1D6893 url(images/bluewax_navtopleft.gif) no-repeat top left;
	}
	
.blue #waxnav ul li a:hover span,.blue #waxnav ul li a.current span{
	display:block;
	width:auto;
	background:#1D6893 url(images/bluewax_navtopright.gif) no-repeat top right;
	}
	
/*End of Top Menu */

p {
	margin:0 10px 10px;
	}
	
h1 {
font-size: 24px;
margin: 20px 0px 14px 20px;
font-family: Trebuchet MS;
text-transform: uppercase;
font-weight: bold;
letter-spacing: 6px;
color: #000066;
	}

h5 {
	font-size: 18px;
	font-weight: bold; 
	color: #000066;
	text-transform: uppercase;
	}
	
h2 {
	font-size: 20px;
	line-height: 28px;
	}
	
h2 .comments {
	color: #999;
	}
	
h2, h2 a, h2 a:visited, h3 {
	color: #666;
	}

h3 a, h3 a:visited {
	color: #9BF;
	}

h3 a:hover {
	color: #666;
	border: none;
	}

h2 a:hover {
	color: #9BF;
	border-bottom: thin dashed;
	}

.entry a:hover {
	border-bottom: thin dashed;
	}

.entry a:visited {
	color: #B85B5A;
	}
	
.left {
float: right;
margin-top: 0px;
margin-bottom: 10px;
margin-left: 10px;
margin-right: 5px;
	}
	
a, a:visited {
	color: #69F;
	text-decoration: none;
	}

.entry-date {
	background: url('images/losemyminddate.gif') no-repeat bottom center;
	float: left;
	width: 50px;
	height: 50px;
	}
	
.post {
	margin: 30px 0 60px;
	text-align: justify;
	}

.entry {
	font-size: 14px;
	line-height: 20px;
	margin: 0 30px 0;
	}

.entry-date h3 {
	color: white;
	font-size: 9px;
	font-weight: normal;
	padding: 0 0 0 12px;
	margin: 0;
	text-transform: uppercase;
	}
	
.entry-date h4 {
	color: #666;
	font-size: 20px;
	font-weight: bold;
	padding: 5px 6px 0 0;
	margin: 0;
	text-align: center;
	}

#content {
	margin: 0 60px 0; 
	width: 640px;
	}

	#commentform {
	margin: 0 50px 0;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */
