body, table, td {
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}
#wrap {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#google_adsense
{
	text-align: center;
	margin-top: 20px;
}
/*
	Site Header
*/
#head {
	border: #ccc 1px solid;
	padding: 0px;
}
#head h1
{
	margin: 0px;
	padding: 0px;
}
#head h1 a
{
	height: 190px;
	width: 750px;
	display: block;
	margin: 0px;
	padding: 0px;
	text-indent: -2000px;
	background-image: url(/images/wwdtop.png);
	background-position:center center;
	background-repeat:no-repeat;
}
/* Site Navigation */
#nav {
	width: 150px;
	text-align: center;
	vertical-align: top;
	border: #ccc 1px solid;
}
#nav #navlist {
	list-style-type: none;
	text-align: left;
	margin: 0px 0px 20px;
	padding: 0px;
}
#nav #navlist li {
	list-style-type: none;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#nav #navlist li a {
	display: block;
	padding: 10px 10px;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#caffeine {
	position: fixed;
	right: 0px;
	bottom: 0px;
	padding: 4px;
}
.r {
	font-size: 10px;
	vertical-align: super;
}
#caffeine a img { border: none; }
#nav #navlist li a:hover {
	background-color: #E6FFE6;
}
#nav #navlist #resume_link {
	font-style: italic;
}
#nav #navlist #resume_link a{
	background-color: #E6FFE6;
}
#nav #navlist #resume_link a:hover {
	/*background-color: #C5E69A;*/
}
/*Site Content */
#content {
	width: 606px;
	vertical-align: top;
	padding: 10px;
	border: #ccc 1px solid;
	font-size: 14px;
	line-height: 20px;
	overflow: auto;
}
#content ul li, #content ol li
{
	line-height: 20px;
}
#content p, #content form { clear: both; display: block; float: none; }
h1, h2, h3, h4, h5, h6 { clear: both; display: block; float: none; }
/*Site Foot*/
#foot_left
{
	width: 150px;
	text-align: center;
	vertical-align: middle;
	border: #ccc 1px solid;
	font-size: 9px;
}
#foot_left sup{
	font-size: 6px;
}
#foot_right
{
	width: 606px;
	text-align: center;
	vertical-align: middle;
	border: #ccc 1px solid;
	font-size: 10px;
}
/*Site Misc */
.error {
	color: red;
}
.good {
	color: green;
}
a:link {
	color: #006633;
	text-decoration: none;
}
a:active {
	color: #009900;
	text-decoration: none;
}
a:visited {
	color: #006600;
	text-decoration: none;
}
a:hover {
	color:  #00CC00;
	text-decoration: none;
}

blockquote.testimonial {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 15px;
	border-bottom: #ccc 2px solid;
	margin-left: 0px;
	margin-right: 0px;
}
blockquote.testimonial p {
	font-style: italic;
	padding-left: 6px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
blockquote.testimonial address {
	font-style: normal;
	margin-top: 15px;
}
/*headings*/
h4 {
	font-style: italic;
}
/*top ad*/
#top_ad {
	font-size: 10px;
	color: #000;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#top_ad a {
	color: #000;
	text-decoration: underline;
}
#top_ad p {
	padding: 0px;
	margin: 5px;
}
/*chats*/
blockquote.chatlog {
	font-size: 12px;
	line-height: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	font-weight: bold;
}