/* base
----------------------------------------------- */

body {
	margin: 0px;
	padding: 0px;
	font-family: verdana, "century gothic", Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	color: #000000;
	background-color: #E9E4D5;
        background-image: url(http://nataleewoods.net/images/4.jpg);
        background-repeat: no-repeat;
        background-position: top left;
        height: 100%;
}

blockquote, h3, p, li {
	font-size: 11px;
	line-height: 1.4em;
}

p {
        text-indent: 15px;
}

blockquote {
	margin-right: 0;
	margin-left: 0px;
}

h1, h2, h3 {
	font-weight: normal;
}

h1, h2, h3 {
	font-family: "century gothic", Georgia, Times, serif;
}

h1 {
	font-size: 1.4em;
        line-height: .2em;
        color: #000000;
}

h3 {
	font-size: 1em;
        line-height: .2em;
        color: #000000;
}

h2 {
	font-size: 13px;
        color: #333300;
}

.caption {
        font-size: 9px;
        font-family: verdana, "century gothic", helvetica, sans-serif;
        text-align: center;
}

hr {
	margin: 2em auto;
	width: 370px;
	height: 1px;
	color: #7a7e7d;
	background-color: #7a7e7d;
	border: none;
}

small, .small {
	font-size: 0.9em;
}

/* links
----------------------------------------------- */

a {
	text-decoration: none;
	color: #660033;
}

#foot a, #foot-splash a {
        color: #999999;
}

a:hover {
        color: #333300;
}

a img {
	border: none;
}

h1 a, h2 a, h3 a {
	border: none;
}

h3 a {
        font-size: 11px;
        font-weight:bold;
}




/* layout
----------------------------------------------- */

#accessibility {
	position: absolute;
	top: -10000px;
}

#container {
	margin: 5px;
	padding-left: 20px;
        padding-right: 20px;
	width: 774px;
}

#head {
	text-align: left;
        padding-top: 5px;
        margin-left:66px;
}


#sidebar-1, #sidebar-2 {
	padding-top: 50px;
	width: 150px;
}

#sidebar-1 {
	margin-right: 5px;
	float: left;
	text-align: right;
}

#sidebar-2 {
	margin-left: 5px;
	float: right;
}



#content {
	margin-left:25px;
	padding-top: 0px;
        padding-left: 36px;
        padding-right: 15px;
        margin-top: 35px;
        border: 1px solid #333300;
        background-color: #E9E4D5;
}

#foot {
        margin-left: 0px;
	margin-top: 5px;
	clear: both;
	text-align: center;
        background-image: url(http://nataleewoods.net/images/7.jpg);
        background-repeat:no-repeat;
}

#foot-splash {
        margin-left: 0px;
	margin-top: 5px;
	clear: both;
	text-align: center;
        background-repeat:no-repeat;
}

/* error page
----------------------------------------------- */

.error-status {
	font: 1.3em Georgia, Times, serif;
}