/* == EssenceDating  CSS 200611 == */

body {
	
	background: #FFFFFF;
	color: #000;
	margin: 4px;
	padding: 0;
	font-family: Tahoma, Verdana, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 100%;
}



/* margin-top: 0px;
    padding: 0px 0px 96px 100px ; 
*/
/* font-family:Georgia,Times,'Times New Roman',serif; */
.midscreen {
	float: left;
	margin-left: 25%; 
}

.midscreen ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
}

.midscreen li { 
	float: left;
	position: relative;
	list-style-type: none;
}

.midscreen .sitebar {
    margin: 0px 5px 0px 5px;
    padding: 0px 3px 0px 5px;
    width:190px;
    height: 278px;
    background-color:#000;
    color:#fff;
/*	border: 1px solid #fff; */
}

#midtitle {
    
    font-size:18px;
    background-color:#000; color:#fff;
    font-family:Georgia,Times,'Times New Roman',serif;
    margin-bottom: 0px; padding: 75px 0px 0px 0px;
    border-bottom: 0px;
}
.msgblock {
	float: left;
	margin-left: 50%; 
}
#midtitle_white {
    
    font-size:18px;
    font-family:Georgia,Times,'Times New Roman',serif;
    margin-bottom: 0px; padding: 75px 0px 0px 0px;
    border-bottom: 0px;
}

.tagline {
    font-family:AvantGarde,'Avant Garde',Verdana,Arial,sans-serif;
    text-align:right;
    font-size:14px; padding-right: 1em;

}

#sidebar {
  position: absolute;
  left: 5px;
  top: 5px;
  bottom: 0px;
  width:160px;
}
/*  background-color:#000000; */

	#sidebar hr {
		width:180px;
		background-color:#006e5b;
		color:#006e5b;
	}
	#sidebar ul {
		list-style-type: none;
		padding: 0px 0px 0px 10px ;
		margin: 0;
		background-color:#fff;
		color:#000000;
	}
	#sidebar a {
		color:#000000;
		text-decoration: none;
	}

	#sidebar ul ul  { /* second-level lists */
		display: none;
		background-color:#006e5b;
		color:#FFFFFF;	
	}
	
#nav ul li {
   padding: 0em 0 0 0;
}
/* position: absolute; */
/*	padding: 0px 15px 0px 15px ;*/
	/* left: 130px; */

	#nav li  {
		padding: 1em 0 2em 0;
		font-size:18px;
		text-align: left;
		font-family: 'Arial',sans-serif;
	}
	#nav li ul a {
		color:#FFFFFF;
	}

/* lists nested under hovered list items 
	#nav li:hover ul, li.over ul { 
		display: block;
	} */
	
.sitetitle {
	color:#006e5b;
	font-size:16px;
	font-family:Georgia,Times,'Times New Roman',serif;
	width:180px;
	margin: 0px 0px 0px 0px;
}

.belowmid {
	float: left; 
	margin-left: 385px;
	
}
#between {
   	margin: 5px 0px 0px 0px;
}
/*margin-left: 350px; */

.bottomchoice {
	background-color:#006e5b;
	color: white; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 8pt;
}


div.Article {
  width:100%;
  /* border: 1px solid red; */
  background: 
	url(images/upperleft.gif)
  top left no-repeat; 
}
div.Article h2 {
  background: 
	url(images/upperright.gif) 
  top right no-repeat; 
  font-size:1em;
  padding: 5px 13px 5px 13px; 
  margin:0;}
div a {

color:#000000;
}
div.ArticleBody {
  background: 
	url() 
  top right repeat-y;  margin:0;
  margin-top:-2em; 
  }
div.ArticleFooter {
  background: 
	url(images/bottomleft.gif) 
  bottom left no-repeat;
  }
div.ArticleFooter p {
  background: 
	url(images/bottomright.gif) 
  bottom right no-repeat;
  display:block;
  padding:15px;
  margin:-2em 0 0 0;
  }
