body {
	margin: 0px 0px 0px 0px;
	font-family: verdana, sans-serif;
	font-size: 14px;
	background-image: url(images/interface/SheliaLipsey_Bg.jpg);
	background-color:#350102;
	background-repeat: repeat-x;
	background-position: top;
	
	} 
	

	
/* main body */

#main{
	position:relative;
	width:850px;
	margin: 0px auto;
	background-color:#FFFFFF;

}

 
#navbar {
	position: absolute;
	left: 0px;
	top: 0px;
	
	
}


#navbar ul{
	list-style-type: none;
	text-align:center;
	font-size: 12px;
	
}


#navbar li{
	display: inline; 
	color: #FFF;
	
}

#navbar ul li a
{
	text-decoration: none;
	padding:1em .75em;
	color: #FFF;
}

#navbar ul li a:hover
{
	/*color: #C99978;*/
	color:#D5AE95;
	margin: 0px;

}
	

#header {
	margin: 0px;
	padding: 0px;
	height: 325px;
}
 

/* full page*/
	
#full-content
{
	margin: 0px auto;
	padding: 0px 25px 0px 25px;
	width: 700px;
	text-align: center;

}	

/* content on the left */
	
#left-content
{
	margin:  20px 0px 0px 0px;
	padding: 0px 25px 0px 25px;
	width: 500px;
	border-right: 5px groove #986749;

}


/* content on the right  */

#right-content{
	float: right;
	width: 260px;
	margin: 20px 25px 0px 0px;
	padding: 0px 13px 0px 0px;
	text-align:center;
	font-size:12px;


}

.boxes {
	
	margin: 5px 0px 5px 0px;
	padding: 5px 5px 5px 5px;

	

}

/*footer*/

#footer {
	margin: 0px;
	padding: 5px;
	font-size: 11px;
	text-align: center;
	}
	
#footer a{
	font-size: 11px;
	
	}
		
	
	
/* text styles */	
	

ul
{
list-style-type:square;
}	
	
.smalltxt{ 

color: #6D3700;
font-size:12px;
}	

/* link styles */

a { 
text-decoration: none;
color:#720303;
font-size:14px;
}

a:active{
text-decoration: none;
color: #720303;

}

a:visited {

text-decoration: none;
color: #720303;

}


a:hover {
text-decoration: none;
color: #000000;
	
}
	
/* heading formats */


h1 {
	font-size: 24px;
	color:#720303;

}


h2 {
	font-size: 18px;
	color:#320001;
	
}


h3 {
	text-align:left;
	font-size: 14px;
	color:#720303;
	margin: 10px 0px 0px 0px;
	padding: 5px;
	background-color:#F2E7DF;
	border: 1px solid #986749;
	border-left:none;

}

h4 {
	font-size: 14px;
	color:#0080AA;

}
	
