body {
	/*background: #FFFFFF;*/
	background-image:url("logo.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0px 100px;
	text-align: center;
	font-size: 13px;
	line-height: 16px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: "lucida grande", verdana, sans-serif;
}
/* top bits */
#header {
	background: #D0EBFD;
	text-align: left;
	padding: 20px 0px 20px 225px;
	margin-bottom: 20px;
	color: #000000;
	font-variant: small-caps;
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 11px;
	border-bottom: 1px dotted #000000;
}

#header h3{
	margin: 0px;
	background: #FFFFFF;
	height: 45px;
	width: 45px;
	border: 1px dotted #000000;
	display: block;
}

#header b {
	position: absolute;
	top: 40px;
	left: 285px; /*225 + 45 + 15 padding */
}

#footer {
	background: #D0EBFD;
	display: block;
	height: 80px;
	border-top: 1px dotted #000000;

}

/* main content area */
#content {
	width: 900px;
	margin: auto;
	text-align: left;
}

#mostlywords {
	min-height: 600px;
	padding-bottom: 10px;
	margin-right: 230px;
}

#mostlywords h1 {
	background: transparent;
	font-size: 14px;
	font-weight: bold;
	color: #4FADE4;
	padding: 0;
	margin: 0 0 3px 0;
}

#mostlywords a, #content a:active, #content a:hover, #content a:visited{
	background: transparent;
	color: #173797;
	border: none;
	text-decoration: none;
}

#mostlywords a:hover{
	color:#33CCFF;
}

#mostlywords h1 a, #content h1 a:active, #content h1 a:hover, #content h1 a:visited{
	background: transparent;
	color: #000000;
}

#mostlywords p{
	margin: 0px;
	padding: 0 0 5px 5px;
}

#mostlywords h2 {
	background: transparent;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	text-align: left;
	margin-right: 17px;
	margin-top: 15px;
	margin-bottom: 5px;
}

blockquote {
	padding: 0 10px 0 8px;
	margin-left: 10px;
	border-left: 1px solid #C0C0C0;
}

/* sidebar stuffaries */
#sidebar {
	float: right;
	font-size: 11px;
	width: 190px;
	padding: 0;
	margin: 0;
}

#sidebar h1 {
	background: transparent;
	font-variant: small-caps;
	color: #4FADE4;
	font-weight: bold;
	font-size: 13px;
	border-bottom: 1px dotted #333333;
	margin: 10px 0px 6px 0px;
}

#sidebar ul{
	display: block;
	list-style: none outside;
	margin: 0px;
	padding: 0px;
}
#sidebar li {
	margin-bottom: 2px;
}

#sidebar a, #sidebar a:visited, #sidebar a:active  {
	background: transparent;
	color: #173797;
	text-decoration: none;
	border-width: 0px;
}

#sidebar a:hover {
	background: transparent;
	color: #33CCFF;
	text-decoration: none;
}

#sidebar textarea, #sidebar input {
	width: 110px;
	border: 1px solid #666666;
	background: transparent;
}

#sidebar textarea.bigger {
	background: transparent;
	font-size: 11px;
	line-height: 16px;
	color: #867663; /* zeldman gray */
	font-family: "lucida grande", verdana, sans-serif;
	height: 200px;
	width: 180px;
}

#sidebar form div {
	margin: 0px;
	clear: both;
}

#sidebar form div{
	text-align: right;
}

#sidebar form div span {
	float: left;
	width: 60px;
	text-align: left;
}

#sidebar input.submit {
	background: transparent;
	width: 100%;
	border: 1px dotted #CC9999;
}

#sidebar form textarea {
	width: 110px;
	height: 30px;
}

.centered {
	text-align: center;
}

.image {
	text-align: center;
	border: none;
	text-decoration: none;
}
