/* CSS Document */
body { margin:0; background:#53544f;
	font-family: 'lucida sans', 'lucida sans unicode', monospace; color: #101014 }
#wrap { width:100%; }
#header {
	width:100%; height:186px; background: url('images/light_h.jpg') repeat-x; 	}
	#l_01 {
		width:472px; height:43px;
		position:absolute; top:0px; left:0px;
		background:url('images/light_01.jpg') no-repeat;
	}
	#l_02 {
		width:472px; height:35px;
		position:absolute; top:43px; left:0;
		background:url('images/light_02.jpg') no-repeat;
	}
	#l_03 {
		width:472px; height:38px;
		position:absolute; top:78px; left:0;
		background:url('images/light_03.jpg') no-repeat;
	}
	#l_04 {
		width:472px; height:24px;
		position:absolute; top:116px; left:0;
		background:url('images/light_04.jpg') no-repeat;
	}
	#l_05 {
		width:472px; height:33px;
		position:absolute; top:140px; left:0;
		background:url('images/light_05.jpg') no-repeat;
	}

#body {
	width:100%; background: url('images/light_bg.jpg');
	}
#nav {
	position:absolute; top:53px; left:478px; padding:0; margin:0;
	width:143px; height:130px; }
#main {
	width:615px; height: auto; padding:3px 10px 10px 20px;
	background: url('') no-repeat;
	}
#footer {
	width:100%; margin:0px; padding:10px 0; position:relative; bottom:0px; left:0px;
	background: #53544f
	}

/* MAIN */	
h1 {
  text-align: right;
  color:#3f493a; margin:2px;
  padding: 8px 20px 0 0;
  font-family: 'book antiqua', serif;
  font-style: italic; font-size:28px; font-weight:400;
  text-transform:lowercase
  }
h1:first-letter { color:#834549;  }
h2 {
	font-family: 'century gothic', verdana, sans-serif;
	font-size:24px;
	color:#7F7880;
	font-weight:400;
	letter-spacing:2px;
	background: url('images/angel_h2.jpg') no-repeat transparent;
	padding: 0 20px;
	text-transform:lowercase
	}
h3 {
	color:#656061; font-family: garamond, times, serif;
	font-size:12px; font-weight: 400;
	letter-spacing:1px; margin: -5px 40px 10px 40px;
	line-height:15px; text-align: right
	}
h3 em { font-size: 10px; color:#6b642f }
h4 {
	color:#A94440;
	font-family: 'century gothic', verdana, sans-serif;
	font-size:16px;
	font-weight:400;
	text-transform:uppercase;
	letter-spacing:0px;
	margin: 10px 0 -3px 0;
	}
p {	font-size:12px; line-height:20px;
	margin: 7px 0px 7px 14px; letter-spacing:0px;
	text-indent: 20px; text-align: justify;
	}
p.noindent { text-indent: 0px; }
.start {
	text-transform:uppercase;
	color:#930
}
.start em {
	font-size:38px;
	float:left;
	padding:8px 5px;
	color: #900;
}
em {
	color:#292f6a;
	font-family: georgia, times, serif;
	}
strong {
	font-family:arial, sans-serif;
	color:#43603c;
	}
blockquote {
	margin:5px 60px;
	}
.dialogue {
	font-family: 'lucida sans', monospace;
	font-size:14px;
	line-height:19px;
	color:#633F1F;
	text-indent: 0px;
	}
.dialogue strong {
	color:#af2731
	}
.highlight {
	background: transparent url('images/quote.jpg') center no-repeat;
	font-size:14px;
	line-height:18px;
	color:#00125D;
	font-style:oblique;
	padding:10px;
	}
.highlight strong {
	color:#741B65;
	font-size: 80%;
	font-weight:400;
	text-transform:uppercase;
	font-style:normal
	}
a {
	color:#834549;
	background-color: transparent;
	font-family: georgia, times, serif;
	text-decoration:none;
	border-bottom:2px solid #6f815b;
	padding: 0px 2px;
	}
a:hover {
	color:#eff0f1;
	background-color:#8ea16e;
	}
a:active {
	color:#eff0f1;
	background-color:#959160
	}
u {
	color:#63325b;
	text-decoration: underline;
	}  
img.left {
	float: left;
	margin:9px;
	}
img.right {
	float:right;
	margin:9px; }
#main img {
	background:#fff;
	border: 5px solid #868362;
	padding:1px;
	filter:alpha(opacity=65);
	-moz-opacity:0.65;
	margin:9px
	}
#main img:hover {
	border: 5px solid #67735F;
	filter:alpha(opacity=90);
	-moz-opacity:0.9}
#main li a {
	color:#834549;
	background-color: transparent;
	font-family:arial, sans-serif;
	font-size:14px;
	font-weight: bold;
	border-bottom:none
	}
#main li a:hover {
	color:#292f6a;
	}

	
/* NAV */
#nav ul {
	margin: 0; padding: 0 4px; }
#nav li {
	list-style:none; font-size:10px; font-family: arial, sans-serif;
	letter-spacing:1px; text-transform:uppercase; margin:0px; padding:0px; height:12px;
	}
#nav a {
	color:#868475; 	font-size:10px; font-family: arial, sans-serif; margin:0px;
	text-decoration: none; display:block; border-left:2px solid #2d2d2d;
	background-color:transparent; padding: 1px 7px 1px 7px; border-bottom:none;
	}
#nav a:hover {
	color:#dfdfd9; background-color:#141b18; border-left:4px solid #834549; padding:1px 5px;
	}
#nav a:active {
	font-style:italic; border-left:4px solid #834549; padding:1px 5px;
	}
#main li {
	list-style-image: url('');
	font-size: 12px;
	margin: 1px 30px;
	padding: 0;
	color:#3C3D41;
	line-height:18px;
	}
	
	
/* CENTERED */
.center {
	margin: 0 auto;
	font-size:13px;
	height:48px;
	padding: 5px 0;
	text-indent:0px;
	letter-spacing:-0.5px;
	text-align: center
	}
.center a {
	background-color: transparent;
	color: #aa0001;
	border-bottom:none
	}
.center a:hover {
	color:#286256;
	}
.center a:active {
	color: #bf9618;
	}
.c {
	text-align:center;
	text-indent:0px;
}

/* FOOTER */
#footer p {
	color:#A3A49C;
	font-size:10px;
	padding:0 5px;
	text-indent:0;
	line-height:normal
}
#footer a {
	color:#dedfe9; background-color:transparent;
	font-size:9px; border-bottom:0px; text-transform: uppercase;
	font-family: arial, helvetica, sans-serif;
	}
#footer a:hover {
	color:#ADAA89;
	font-size:9px;
	}

#misc em, #footer em {
	color:#8F9B59;
	}
#footer strong {
	color:#b5bda5;
	}
