/* CSS Document */

* {
	margin:0px;
	padding:0px;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/photo_background.jpg);
	background-repeat:no-repeat;
	background-position:center 216px;
	background-color:#cac0a9;
}

div.clear {
	clear:both;
}

div#header {
	background-image:url(../images/top_graphic.gif);
	background-repeat:repeat-x;
	height:178px;
	background-color:#000000;
}

div#headerinner {
	width:780px;
	margin:0 auto;
}

div#headerinner {
	padding:108px 0px 0px 42px;
}

div#headerinner img {
	float:left;
}

div#headernumber {
	float:right;
	text-align:right;
	width:300px;
	color:#cac0a9;
	margin:30px 100px 0px 0px;
}

div#nav {
	height:37px;
	background-color:#cac0a9;
	border-bottom:1px solid #000000;
}

div#navinner {
	width:780px;
	background-image:url(../images/nav_bg.png);
	background-repeat:repeat-y;
	background-position:center;
	height:37px;
	margin:0 auto;
}

ul#navlist {
	list-style:none;
	margin-left:12px;
}

ul#navlist li{
	list-style:none;
	display:inline;
}

ul#navlist li a{
	display:block;
	float:left;
	color:#000000;
	text-decoration:none;
	text-transform:uppercase;
	font-size:14px;
	letter-spacing:-1px;
	height:26px;
	padding:11px 12px 0px 12px;
}

ul#navlist li.active a{
	background-color:#000000;
	color:#cac0a9;
}

div#content {
	margin:0 auto;
	width:780px;
}

div#wrapper {
	padding-top:30px;
	width:780px;
}

div#contentinner {
	margin:0px 0px 0px 251px;
	width:460px;
	border-top:5px double #000000;
	border-bottom:5px double #000000;
}

div#tallcontentinner {
	margin:0px 0px 0px 251px;
	width:450px;
	padding:25px;
	background-color:#EDE4C5;
	border-top:5px double #000000;
	border-bottom:5px double #000000;
}

div#smallcontentinner {
	margin:0px 30px 0px 281px;
	width:400px;
}

div#contentinner p, div#smallcontentinner p, div#tallcontentinner p{
	font-size:12px;
	line-height:18px;
	margin:0px 0px 10px 0px;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	margin:0px 0px 20px;
}

img.floatright {
	float:right;
}

div#footer {
	background-image:url(../images/footermargin.png);
	background-repeat:no-repeat;
	padding-top:40px;
	width:1000px;
	margin:0 auto;
}

div#footerinner {
	width:780px;
	margin:0 auto;
}

div#footerright {
	float:right;
	text-align:right;
	margin-top:10px;
}

div#footerright a{
	font-size:10px;
	text-decoration:none;
	color:#000000;
}

div#footerright a:hover{
	background-color:#000000;
	color:#cac0a9;
}

span.big {
	line-height:43px;
	font-size:50px;
	float:left;
	padding:3px 4px 0px 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

div#sidebar {
	display:block;
	float:left;
	clear:left;
	margin:0px 0px 0px 40px;
	padding:12px;
	background-color:#DDD3BA;
	border-top:5px double #000000;
	border-bottom:5px double #000000;
}

div#sidebar p{
	font-weight:bold;
	font-size:20px;
	Font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	letter-spacing:-1px;
}

div#sidebar2 {
	display:block;
	float:left;
	clear:left;
	margin:0px 0px 0px 40px;
	padding:12px;
	background-color:#DDD3BA;
	border-top:5px double #000000;
	border-bottom:5px double #000000;
}

div#sidebar2 p{
	font-size:16px;
	Font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	letter-spacing:-1px;
}

div#tallcontentinner p.quote {
	display:block;
	background-color:#DDD3BA;
	padding:10px;
	font-size:17px;
	line-height:20px;
	text-align:right;
	font-family:Georgia, "Times New Roman", Times, serif;
}

div#tallcontentinner p.quote span{
	font-size:12px;
	font-style:italic;
}

div#footerspaceindex {
	display:block;
	clear:both;
	height:360px;	
}

div#footerspaceabout {
	display:block;
	clear:both;
	height:1px;	
}

div#footerspacearticles {
	display:block;
	clear:both;
	height:20px;	
}

div#footerspacebooks {
	display:block;
	clear:both;
	height:20px;	
}

div#footerspacebusiness {
	display:block;
	clear:both;
	height:20px;	
}

div#footerspacecontact {
	display:block;
	clear:both;
	height:20px;	
}

div#footerspacecontact2 {
	display:block;
	clear:both;
	height:430px;	
}

textarea.long, input.long {
	width:300px;
	background-color:#F3EDD8;
	border:1px solid #BBB5AA;
	padding:2px;
	margin-top:2px;
}

textarea.long:hover, textarea.long:focus, input.long:hover, input.long:focus {
	width:300px;
	background-color:#FFFFFF;
	border:1px solid #000000;
}

li.rss_item {
	list-style:none;
	}

	li.rss_item h3 a {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:20px;
		margin:0px 0px 20px;
		color:#2E261B;
		}
	
		li.rss_item a:hover {
			color:#000000;
			}