/* CSS Document */
/* Body Styling Below */
body
{
	background-color: #000000;
	width: 943px;
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	font-family: verdana, helvetica, sans-serif;  font-size: 11px; color: #000; line-height: 1.8em;
 }
/* Overcome stupid 3px margin bug in IE/Win floats.
   http://www.positioniseverything.net/explorer/threepxtest.html */
* html #side, * html #side_header, * html #hem_sub1, * html #hem_sub2 { margin-left:-3px; }

/* main link Styling Below */
a:link { 
	text-decoration: none;
	color: #FFFFFF;
		}
a:visited { 
	text-decoration: none;
	color: #333333;
	}
a:hover { 
	color: #FFFFFF;
	text-shadow: Black;
	text-decoration: underline;
	}
a:active { 
	text-decoration: none;
	color: #333333;
	}

/* Main content region */
#container {
	background-image: url(../images/home.background.jpg);
	width: 943px;
	margin: 0px 0px 0px 0px;
	padding: 90px 0px 0px 0px;
}
#main {
	background-image: url(../images/main.gif);
	background-repeat: no-repeat;
	width: 519px;
	height: 414px;
	margin: 0px 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
#bottombar {
	background-image: url(../images/bottom.gif);
	background-repeat: no-repeat;
	width: 519px;
	height: 57px;
	padding: 7px 0px 0px 0px;
	}
#links {
	width: 187px;
	padding: 219px 0px 0px 0px;
}
#footer {
	width: 519px;
	height: 15px;
	}
/* Float Options */
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 0px; 
}
.imgLeft{
	position:relative;
	float:left;
	padding:3px;
	margin: 3px 15px 0 0;
	border:2px solid #e4d1ae;
}
.imgRight{
	position:relative;
	float:right;
	padding:4px;
	margin: 3px 0 0 15px;
	border:2px solid #e4d1ae;
}


/* Float plus 1px border */
.thinborderfloat {
  float: left;
  border: solid 0px silver;
  padding: 7px 0px 0px 0px;
  margin-right: 7px;
  margin-bottom: 7px;
  margin-top: 7px;
  } 
.floattopLeft { 
	position:absolute;
	top: 0px;
	left: -4px;
    margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
}
.floatRight { 
    float: right;
    margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
}
.floattopRight {
	position:absolute;
	top: 2px;
	right: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	left: 796px;
	width: 6px;
	height: 7px;
}
