body {
	background-color: #d5edf3;
	background-image: url('/images/bg/body.gif');
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	font-family: 'Trebuchet MS', 'Arial', 'Georgia', 'Palatino Linotype', serif;
	color: #000;
	font-size: 90%;
}

#page {
	width: 932px;
	margin: 0 auto;
	padding: 0 6px;
	background-image: url('/images/bg/page.png');
	background-repeat: repeat-y;
}
#page-inner {
	width: 920px;
	background-color: #fdf5c2;
	background-image: url('/images/bg/page.gif');
	background-repeat: repeat-x;
}

#header {
	width: 920px;
	margin: 0 auto;
	height: 281px;
	background-image: url('/images/bg/header.jpg');
	background-repeat: no-repeat;
}

#name {
	width: 522px;
	height: 90px;
	background-image: url('/images/laura_black.gif');
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	top: 43px;
	margin-left: 263px;
}
#name span {
	display: none;
}
#quotes {
	width: 455px;
	height: 70px;
	position: absolute;
	top: 153px;
	margin-left: 320px;
}
#header .links {
	position: absolute;
	top: 13px;
	margin-left: 750px;
}
#header .links p {
	margin: 0 5px 0 0;
	text-align: right;
	font-size: 70%;
	clear: both;
}

ul#nav {
	list-style-type: none;
	margin: 0;
	padding: 14px 0 0 38px;
	background-image: url('/images/bg/nav.jpg');
	background-repeat: no-repeat;
	height: 33px;
}
ul#nav li {
	float: left;
	margin-right: 26px;
}

#main {
	background-image: url('/images/bg/main.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	padding: 12px 0;
}

#sidebar {
	float: left;
	width: 250px;
	padding-left: 18px;
	padding-top: 4px;
}
#sidebar #categories {
	padding: 0 0 0 20px;
	margin-top: 10px;
}
#sidebar #categories li {
	font-weight: bold;
	line-height: 140%;
	margin-bottom: 6px;
	font-family: Arial, sans-serif;
}
#sidebar #categories li a {
	color: #333;
}
#sidebar #categories li a:hover {
	color: #3fa1ba;
}
#sidebar p {
	font-size: 90%;
	line-height: 160%;
}
#signup-form {
	background-image: url('/images/misc/email.gif');
	background-repeat: no-repeat;
	width: 234px;
	height: 27px;
	padding: 55px 0 0 11px;
	font-size: 80%;
}
#signup-form input {
	font-size: 80%;
}
#signup-form div {
	float: left;
	margin-left: 4px;
}
#signup-form div.submit {
	padding-top: 0px;
}
#signup-form label {
	display: inline;
}

#content {
	margin-left: 278px;
	background-image: url('/images/bg/content.gif');
	background-repeat: repeat-y;
	width: 601px;
	padding: 4px 15px;
	min-height: 600px;
}
#content-top {
	width: 627px;
	height: 9px;
	background-image: url('/images/bg/content_top.gif');
	background-repeat: no-repeat;
	margin-left: 278px;
}
#content-bottom {
	width: 631px;
	height: 10px;
	background-image: url('/images/bg/content_bottom.gif');
	background-repeat: no-repeat;
	margin-left: 278px;
}
#content a, #footer a {
	font-weight: bold;
}

h1 {
	width: 100%;
	height: 33px;
	margin: 0;
	background-repeat: no-repeat;
	padding-bottom: 6px;
	border-bottom: 1px solid #a5a5a5;
}
h1 span, h2 span {
	display: none;
}

#pictures {
	width: 402px;
	height: 255px;
	background-image: url('/images/bg/pictures.gif');
	background-repeat: no-repeat;
	float: left;
}
#pictures img {
	margin: 14px;
}
#footer {
	width: 920px;
	background-image: url('/images/bg/footer.gif');
	background-repeat: repeat-x;
	text-align: center;
	color: #222;
	padding: 8px 0;
	font-size: 75%;
	font-family: Arial, sans-serif;
	background-color: #f4d054;
}
#footer p {
	margin: 0;
	line-height: 180%;
}

#content h2 {
	background-repeat: no-repeat;
	width: 552px;
	height: 21px;
	margin: 32px 0 0;
	font-size: 140%;
	font-family: Arial, sans-serif;
}
#content h2 span {
	display: none;
}

#content p {
	line-height: 160%;
}
#sidebar h3 {
	color: #645e4d;
	font-weight: normal;
	font-style: italic;
	font-size: 140%;
}

img {
	display: block;
}

a img {
	border: 0;
}

a {
	color: #3fa1ba;
	text-decoration: none;
}
a:active, a:hover {
	color: #a5973f;
}

form {
	font-size: 85%;
}
form label {
	display: block;
}
form div {
	margin-bottom: 16px;
}
form div.inline {
	float: left;
	margin-right: 4px;
}
form div.error-message {
	margin: 0;
	color: #f00;
}

ul.flat {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.spaced li {
	margin-bottom: 8px;
}

#loader {
	border: 1px solid #aaa;
	padding-bottom: 16px;
	background-image: url('/images/bg/flyout.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
}

#signup-form label {
	color: #fff;
}
