body {
margin:0;
padding: 0;
background: #2B8497 url(http://jewelsforthesoul.com/site_images/sitebg.jpg);
text-align: center;
color: #444;
font: 76% Verdana, Tahoma, sans-serif;
}

a{ color: #173D7F; text-decoration: none; }
a:hover {  color: #000; }

#content {
width: 999px;
margin: 20px auto 0px auto;
background: #F4F4F4;
text-align: left;
font-size: 100%;
position: relative;
}

#header {
background: #000 url(http://jewelsforthesoul.com/site_images/header_strip.jpg) no-repeat;
height: 151px;
width: 100%;
}

#header .logo {
	height: 90px;
	margin: 0px 0px 0px 146px;
	width: 500px;
	padding-top: 25px;
}

#header h1 { 
font-family: "Century Gothic";
font-style: italic;
font-weight: normal;
position: absolute;
top: 70px;
left: 400px;
font-size: 16px;
color: #000;
}

#navigation {
background: transparent;
height: 30px;
margin: 7px auto 0 30px;
}
#navigation {
float:left;
list-style-type:none;
/*border-right:1px solid #444;*/
}
#navigation a {
/*display:block;*/
padding: 7px 20px auto 20px;
text-decoration:none;
color: #000;
letter-spacing:1px;
}
#navigation a:hover {
color:#187E90;
text-decoration:none;
}

.left {
float: left;
width: 25%;
padding: 10px;
margin-top: 20px;
line-height: 14px;
}
.left h2 {
margin-top: 10px;
margin-bottom: 10px;
font-family:  Verdana, 'Trebuchet MS', Sans-serif;
font-size: 24px;
font-weight: normal;
padding: 5px 0 5px 5px; 	
border-bottom: 1px dotted #999;
text-align: right;
color: #D285A1;
}
.left ul  {
color: #333;
text-align: right;
margin: 3px 0 8px 0; 
padding-left: 20px;
text-decoration: none;	
list-style-type:none;	
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 120%;
line-height: 1em;
}
.left ul li {
padding: 2px 0 2px 0px;
margin: 0 2px;	
}
.left ul a {
color: #333;

}
.left ul a:hover { color : #333; }

.right { 
float: right;
width: 69%;
padding: 5px;
margin-right: 20px;
margin-top: 20px;
}
.right h2 {
padding: 2px 0 5px 0px; 
font: bold 14px Verdana, 'Trebuchet MS', Sans-serif;
color: #444;	
border-bottom: 1px dotted #999;
margin-bottom: 5px;
margin-top: 10px;
}

#footer { 
width: 999px;
margin: 0px auto 0px auto;
background: #3EB0C8;
color: #000;
}
#footer a {  color: #B6E5ED; text-decoration: none; }
#footer  a:hover { color: #DBF2F7; }

#copyright{
	padding:20px
	}
.fl_left{float:left;}
.fl_right{float:right;}

