/*default element styles*/
body {
	font-family:verdana,arial,sans-serif;
	margin:0;
	font-size:0.8em;
	background-image:url("/images/background.jpg");
	background-repeat:repeat-x;
	background-color:#b9b383;
/* IE specific */ 
	text-align: center; 
}

FORM{background-position : top; margin: 0px; padding: 0px;}

img{border:none;}
.editorImg{margin: 5px;}
.editorImgRight{float: right;}
.editorImgLeft{float: left;}

#container {
  width:750px;
  margin:0 auto;
  border:0px solid red;
  text-align:left;
  color:#333;
  position:relative;
  }

#twoLions{	float:right;}

#strapline{
	padding-top:2em;
	color:#666;
	float:right;
	margin-right:-2em;
	font-weight: bold;
	font-size: small;
}

#loginStuff{
	padding-top: 10px;
}

/* MainNav
----------------------------------------------- */
#nav{
  background-color:#5f5e56;
  background-repeat:no-repeat;
  float:left;
  width:100%;
  border-top:solid #fef9af;
  border-bottom:solid #000;
  border-width:1px 0;
  }

#nav ul{
  margin:0;
  padding:0 0;
  list-style:none;
  font-size:85%;
/*  text-transform:lowercase;*/
  }
#nav li {
  float:left;
  margin:0;
  padding:0;
  background-image:none;
  line-height:normal;
  text-indent:0;
  }
#nav a, #nav strong{
  display:block;
  padding:4px 10px;
  border:solid #000;
  border-width:0 1px 0 0px;
  color:#fef9af;
  text-decoration:none;
  white-space:nowrap;
  }
/* Following rule allows entire region of link to to be 
   clickable in IE/Win. Holly Hack explained here:
   http://www.positioniseverything.net/explorer/escape-floats.html */
* html #nav a {
  width:1%;
  }
#nav #current strong, #nav #current a {
  background-repeat:no-repeat;
  }
#nav a:hover, #nav #current a:hover strong, #nav #current strong {
  color:#000;
  }
#nav a:hover, #leftNav a:hover {
  background-repeat:no-repeat;
  }
#nav a strong, #nav #current a strong {
  background:none;
  padding:0;
  border:none;
  }
#nav #h{
/*  border-left-width:1px;*/
	border-left: 1px solid #fef9af;
  }

/*----------- end Main Nav ----------------------*/


#sig{	float:left;}
#pic{	float:right;}
#lethal{	border:1px solid black;	border-top:0;}

#contentContainer{background:url("/images/container_bg.gif") repeat-y ; position: relative; float: left; padding-bottom: 5px;}

#leftCol{ position: relative; float: left; width: 180px; }

.leftNav{
	color: #fff;
  background-color:#5f5e56;
  border-right: 1px solid black;
  border-bottom: 1px solid black;	
	border-top:1px solid #fef9af;
	border-left:1px solid #fef9af;
	font-size:85%;
	padding:4px 10px;
}

#mainCol{
  position: relative;
	float: right;
	width: 539px;
	border: 0px solid red;

}

#content{
	padding: 5px;
	background-color: #fef9af;
	color: #5f5e56;
}

.pageTitle{font-weight: bold; font-size: small;}

#col1, .leftContent, #copyright, ul .listDisplay{font-size:85%;}

#footer{position: relative; float: left; width: 728px; text-align: center;}
#copyright{position: relative; float: left; width: 728px; text-align: center;}


UL.listDisplay{	
  margin: 5px;
  padding: 5px;
	list-style-type: none;}
	
LI.listDisplay{margin-bottom: 3px;}

.redMsg, .redText{color: #c00}

hr.secBreak{ height: 0px; border: solid #603 0px; border-top-width: 1px;}
.center{text-align: center;}

/* Links
----------------------------------------------- */
a, .subnav a:visited {
  color:#006;
  text-decoration:underline;
/*  border-bottom:1px dotted #469;*/
  }
a:visited {
  color:#677;
  border-color:#899;
  }
a:hover, .subnav a:hover {
  color:#603;
  border-color:#b55;
  }
	
a.breadcrumb{color: #fef9af;   text-decoration:none;}
a.breadcrumb:visited{color: #fef9af;   text-decoration:none;}
a.breadcrumb:hover{color: #000;   text-decoration:none;}

a.secUrl{color: #677;   text-decoration:none;}
a.secUrl:visited{color: #677;   text-decoration:none;}
a.secUrl:hover{color: #677;   text-decoration:underline;}

	/* END Links
----------------------------------------------- */
/*
#sold{float: right; margin-right: 7px;}
#lb{border: 0px dashed pink; width: 520; background: url("/images/craig_leathal_beauty.jpg") no-repeat; float:right; margin-right: 2px;}
*/	
