body {
	margin 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #996633;
	background-color: #FFFFFF;
	text-align: center;
}


#wrapper {
	position: relative;
	text-align: left;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	background-image: url('images/toddbg.gif');
	background-repeat: no-repeat;
	height: 150px;
	position: relative;
	border-bottom: 1px solid #FF9933;
}

#header h1 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #FF6600;
	font-size: 190%;
	position: absolute;
	bottom: 4px;
	right: 0;	
}

#header img {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #FF6600;
	font-size: 190%;
	position: absolute;
	bottom: 4px;
	right: 0;
}

#content {
	float: right;
	width: 520px;
	padding: 0 10px 0 0;
}

#content p {
	font-size: 80%;
	line-height: 1.8em;
}

#content a:link, #content a:visited {
	color: #CC9900;
	font-variant: small-caps;
	font-weight: bold;
}

#content a:hover {
	color: #996633;
	font-weight: bold;
}

#navigation {
	float: left;
	width: 180px;
}

#navigation ul {
	list-style: none;
	margin: 1em 0 0 0;
	padding: 0;
	border: none;
}

#navigation li {
	font-size: 90%;
}

#navigation a:link, #navigation a:visited {
	color: #FF6600;
	background-color: transparent;
	display: block;
	border-bottom: 1px solid #999;
	padding: 1em 0 0.2em 0;
	text-decoration: none;
}

#navigation a:hover {
	color: white;
	background-color: #FF6600;
}

#content hr {
 color: #FF6600;
 background-color: #FF6600;
 height: 1px;
 border: 0;
}

#footer {
	clear: both;
	font-size: 80%;
	padding-top: 1em;
	text-align: right;
	color: #999;
	background-color: transparent;
}
