body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: small;
	background: #fff url(wood_floor.jpg) top center;
	tex-align: center;
	
	}

a {
	color: #369;
	}

/* layout */

#wrap {
/*	background: url(img/wrap-bg.gif) repeat-y 70% 0; */
	text-align: left;
	margin: auto auto;
	width:700px;
	background-color: white;
	
	}
#content {
	float: right;
	width: 70%;
	font-size: 95%;
	color: #333;
	line-height: 1.5em;
	margin-top: .5em;
	padding-top: .5em;
	}
#sidebar {
	float: left;
	width: 30%;
	}
#footer {
	clear: both;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 180px;
	}

input , textarea { width: 70%; height: 1.2em; font-size: 1.2em;}
textarea {height: 5em;}
#submit { height: 2em;}
/* gutters */


#sidebar .gutter, #sidebar-2 .gutter {
	padding: 15px;
	}

/* header */

#header {
	height: 180px;
	background: #fff url(images/title.jpg) repeat-x center top;
	}

	
/* content */

#content h2 {
	margin: 0 0 .5em 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 170%;
	color: #336699;
	font-weight: normal;
	}

dl.feature {
	margin: 15px 0;
	padding: 15px;
	}
dl.feature:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
dl.feature dt {
	margin: 0 0 .5em 0;
	font-family: Georgia, serif;
	font-size: 140%;
	/* color: #693; CHANGED ON JAN 18 2008 */
	color: black;
	}
dl.feature dt img {
	float: left;
	margin: 0 15px 0 0;
	padding: 0 4px 4px 0;
	background: url(img/photo-frame.gif) no-repeat bottom right;
	}
dl.feature dd {
	margin-left: 169px;
	font-size: 90%;
	line-height: 1.5em;
	color: #666;
	}

/* sidebars */

.box { 
	margin: 0 0 20px 0;
	padding: 0 0 12px 0;
	font-size: 85%;
	line-height: 1.5em;
	color: #666;
	}
.box h3 {
	margin: 0;
	padding: 12px;
	font-family: Georgia, serif;
	font-size: 140%;
	font-weight: normal;
	color: #693;
	}
.box p, .box ul {
	margin: 0;
	padding: 0 12px;
	}
.box ul li {
	margin: 6px 0 0 12px;
	padding: 0 0 0 18px;
	list-style: none;
	background: url(img/li-bullet.gif) no-repeat 0 3px;
	}

/* footer */

#footer p {
	margin: 0;
	padding: 5px;
	font-size: 85%;
	color: #333; 
	text-align: center;
	}
#YourPerlGuy {
	margin:0;
	font-size: .8em;
	color: black;
}
#YourPerlGuy a {
	color: green;
}
/*  IE fixes */

#content, #sidebar {
	height: 1%;
	}

.feature { 
	display: inline-table; 
	}
/* Hides from IE/Mac \*/
* html .feature { 
	height: 1%; 
	}
.feature { 
	display: block; 
	}
#footer {
	height: 180px;
	}
/* End hide from IE/Mac */
