/* CSS Document created by Digital Brushstrokes LLC*/

/* General HTML */
body{
	font-family: "Lucida Grande", Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	background: #000000 url(../images/container-bg.jpg) repeat-y center;
	text-align: left;
	margin: 0;	
}


a:link,a:visited{
	color: #000;
	font-weight: bold;
}

a:hover{
	color: #B74213;
}


p{
	line-height: 1.3em;
	margin: 15px 0 0 10px;
}

h3{
	font-size: 12px;
}


/* Container */
#container{
	position: relative;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;	
}

#pageHeader{
	background: url(../images/header-lmp2.jpg);
	width: 780px;
	height: 356px;
}

#content {
	background: #EAD7AD url(../images/tan-hands.jpg) no-repeat;
	width: 408px;
	border-right: 2px solid #ADBBCF;
	border-left: 2px solid #ADBBCF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #ADBBCF;
	border-bottom-color: #ADBBCF;
	position: absolute;
	margin-top: -20px;
	left: 301px;
}

#content h3{
	width: 380px;
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	color: #555641;
	text-align: right;
}

/* Navigation rules */

#links{
	position: absolute;
	top: 340px;
	left: 37px;
	font-size: 10px;
	background: #96C0D6 url(../images/linkListHeader.jpg) no-repeat left top;
	width: 200px;
	padding-bottom: 24px;
	margin-top: -14px;
}


#links ul{
	text-align: left;
}

#links a{
	text-decoration: none;
}

#links  li {
	margin: 0 0 5px -10px;
	border-bottom: 1px solid #ebab6b;
	background: #7998AC;
	width: 150px;
	padding-bottom: 5px;
}

#explanation h3 span{
	display: none;
}

#explanation h2{
	width: 380px;
}


/* Other Selectors */

.quotation {
	font: italic 14px Georgia, "Times New Roman", Times, serif;
	color: #96C0D6;
	position:absolute;
	width:191px;
	height:115px;
	z-index:1;
	left: 37px;
	top: 1026px;
}

.quotation a{ color: #FFFF99; 
	
}

.smallText {
	font-size: 9px;
}


/*Footer*/

#footer{
	line-height: 45px;
	padding: 0 10px 0 0;
	font-weight: bold;
	text-align: right;
	font-size: 8px;
}

#footer a{
	text-transform: uppercase;
	font-size: 9px;
	color: #BE445D;
	text-decoration: none;
}
