body  {
	background: #ede7e5;
	margin: 2%; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 2%;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #625439;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
text-align: center;
scrollbar-arrow-color: #000000;
scrollbar-3dlight-color: #FFFFF4;
scrollbar-highlight-color: #C6848A;
scrollbar-face-color: #FFFFF4;
scrollbar-shadow-color: #C6848A;
scrollbar-darkshadow-color: #FFFFF4;
scrollbar-track-color: #EADDCC;

}
.contentlocal a:link, .contentlocal a:visited, .contentlocal a:active {color: #000000; background: transparent; border: 0; text-decoration:none; padding-top: 2px;}
.contentlocal a:hover {color: #8b6d24; background: transparent; }
.awidth {width: 50px; float: left; position: relative;}

h1, h2, h3 {
  margin: 0px;
  padding: 0px;
	font-size: 1.5em;
}
#wrapper {
	background: #f5f0ec;
	margin-right:0;
	margin-left:0;
	text-align: left; /* this overrides the text-align: center on the body element. */
		border-top-style: none;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BDA36C;
	border-right-color: #EAE0C4;
	border-bottom-color: #EAE0C4;
	border-left-color: #EAE0C4;
	position: absolute;
	top:90px;
	left:2%;
	right:2%;
	padding:0px;
	display: block;
	height:auto;

}
#header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin-bottom:0px;
	height: 90px;
	font-size:95%;
	background-color: #ede7e5;
	border-bottom: #BDA36C solid 1px;
	position:absolute;
	margin-right:0;
	margin-left:0;
	top:0px;
	left:2%;
	right:2%;
	background-image: url(../_images/lovings_logo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	z-index:900;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
	padding-bottom:0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	position:absolute;
	top:38px;
	left:113px;
	font-size:1em;
	color: #C60063;
	font-weight:normal;
	letter-spacing: 0em;
}
#menu {
	position: relative;
		left:0px;
		width:170px;
	padding: 0px 0px; /* top and bottom padding create visual space within this div */
	background-color: transparent;
	vertical-align:top;
	float:left;
}
#navigation {
	margin: 1px;
	padding-bottom: 7px;
	padding-top: 7px;
	text-align: left;
}
#filters {
	float: left;
	margin: 15px;
}
#search {
float: right;
clear:both;
padding:10px;
padding-top:20px;
}
.searchfield {
border: solid 1px #000000;
font-size:100%;
padding-left: 0.3em;
}
.searchdrop {
border: solid 1px #000000;
font-size:100%;
padding-bottom: 2px;
}
.searchbutton {
border:#64563C solid 1px;
border-bottom-color:#666666;
border-right-color:#666666;
background-color:#ffffff;
background-image: url(../_images/bg_line_menu.gif);
background-position:center;
color:#64563C;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:100%;
font-weight:bold;
}
form {padding:1px; margin:1px;}
#content {
	border-top-style: none;
	border-bottom-style: none;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #DCC2B9;
	border-right-color: #DCC2B9;
	border-bottom-color: #DCC2B9;
	border-left-color: #DCC2B9;
	margin-top: 0px;
	margin-bottom: 0em;
	padding-top: 0px;
	padding-right: 2em;
	padding-bottom: 2em;
	padding-left: 2em;
margin-left: 5px;
margin-right:0px;
text-align:center;
/*width: 77%;
margin-left: 170px;
position:absolute;
display:block;
top:50px;*/
position:relative;
float:left;
width:70%;
}
.breadcrumbcat {
width:100%;
padding:10px;
font-size: 85%;
font-weight: normal;
vertical-align:middle;
text-align: left;
clear:both;
height: 15px;
}
.cattitle {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0px;
	float:left;
	font-size:1em;
	font-weight:bold;
	letter-spacing: 0em;
}
#copyright {
	margin: 10px;
	text-align: center;
	clear:both;
	width: 100%;
}

/* Hyper Links */
a:link, a:visited, a:active {color: #681235;}
a:hover {color: #8b6d24;}

#navigation a, .table_top_title a { color: #FFF; }
#navigation a:hover, .table_top_title a:hover {
	color: #CCC;
	text-decoration: none;
	border-bottom: 1px dashed;
}

.table_border {
	border: 0px solid #000;
	border-bottom:1px solid #EAE0C4;
	border-top:1px solid #EAE0C4;
	margin-bottom: 10px;
	padding: 1px;
	background-color: #ffffff;
}
/* Top Ranking Style */
.table_top_title {
	border: solid 1px #cccccc;
	background-color: #DFBBB3;
	background-image: url(../_images/bg_line_vertical3.gif);
	background-repeat: repeat-x;
	background-position: right top;
	font-size: 10px;
	color: #000000;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
}
.table_top_rank {
	background: #ede7e5;
	font-size: 10px;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
	text-align: center;
}
.table_top_description { }
.table_top_banner {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.table_top_stats {
	background: #ede7e5;
	padding: 2px;
}
.table_top_rating {
	background: #ede7e5;
	text-align: center;
}
/* Ranking Style */
.table_title {
	border: solid 1px #cccccc;
	background-color: #DFBBB3;
	background-image: url(../_images/bg_line_vertical3.gif);
	background-repeat: repeat-x;
	background-position: right top;
	color:#000000;
	font-size: 10px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.table_rank {
	background: #ede7e5;
	font-size: 10px;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
	text-align: center;
}
.table_description { width: 100%; }
.table_stats {
	background: #ede7e5;
	padding: 2px;
	text-align: center;
}
.table_row_bottom {	border-bottom:1px solid #EAE0C4;}
/* Stats Style */
.stats_top {
	border: solid 1px #cccccc;
	background-color: #DFBBB3;
	background-image: url(../_images/bg_line_vertical3.gif);
	background-repeat: repeat-x;
	background-position: right top;
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.stats_left { 	background: #ede7e5; }
.stats1 {
	background: #ede7e5;
	text-align: center;
}
.stats2 {
	background-color: #FFF;
	text-align: center;
}

/* Admin */
.darkbg {
  background-color: #737373;
  color: #fff;
}
.mediumbg {
	background: #4a4a4a url("title.png") repeat-x;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}
.lightbg {
	color: #000;
	background-color: #FFF;
}
.lightbgalt {
	color: #000;
	background-color: #DCDCDC;
}

table { width: 100%; }
/* No Borders Images */
img { border: 0; }

textarea, input {
	font-family: sans-serif;
	font-size: 12px;
}

.join_edit_error {
	background-color: #f0f0f0;
	border: 1px solid #f00;
	padding: 2px;
}

a.help { color: #f00; font-weight: bold; text-decoration: none; }
a.help:hover { color: #333; }
.thiscat {font-weight:bold;}
.titlelocal {
	font-family: Verdana, Arial, Sans-serif, Tahoma;
	font-size: 95%;
	font-style: normal;
	font-weight: bolder;
	color: #000000;
	border: solid 1px #999999;
	border-left: solid 0px #999999;
	border-right: solid 0px #999999;
	background-color: #DFBBB3;
	background-image: url(../_images/bg_line_vertical.gif);
	background-repeat: repeat-x;
	background-position: right top;
	margin: 0px;
	padding-left:6px;
	padding-right:6px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-right: 1px solid #DCC2B9;

}
.contentsection {
	margin: 0px;
	padding: 15px;
	padding-top:5px;
	overflow: visible;
	text-align: left;
	border: solid 1px #a9938b;
	border-top: solid 0px #ffffff;
	color: #000000;
	background-color:#ffffff;
}
.contentlocal {
	margin: 0px;
	padding: 15px;
	padding-top:5px;
	overflow: visible;
	text-align: left;
	border-right: 1px solid #DCC2B9;
	border-top: solid 0px #ffffff;
	color: #000000;
}
.accent {
	background-color:#FFFFFF;
	font-weight:bold;
	font-size: 110%;
	width:97%;
	padding:2px;
	margin: 2px;
	margin-bottom:5px;
	margin-left:0px;
	border-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-color: #B1B1B1;
	line-height: 140%;
}
.accent a:link, .accent a:visited {
	color: #C60063;
	}
.accent a:active, .accent a:hover {
	color: #000000;
}
.clear {width:100%; clear:both; position:relative; left:0px;bottom:0px;float:left;}