body {
	font-family: Georgia, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	letter-spacing: 0.03em;
	line-height: 1.4em;
	background: url(../images/bgdBody_Black.jpg) top left repeat #081216;
	color: #ffffff;
	margin: 0px;
}
html {
	border: 0;
}
a {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #ffffff;
	font-weight: bold;
}
.bactive{
	text-decoration: underline;
	color: #ffffff;
	font-weight: bold;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	text-transform: capitalize;
}
span {
	background: #500017;
}
hr {
	height: 1px;
	border-top: 1px solid #596863;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
}
img {
	border: 0px;
}
form  {
	margin: 0px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clearer {
	height: 1px;
	clear: both;
}
.input {
	width: 178px;
	height: 20px;
	border: 1px solid #cccccc;
	color: #999999;
	padding: 3px 0px 0px 5px;
}
#wrapper {
	width: 990px;
	margin: auto;
	background: #000000;
}
#header {
	width: 990px;
	height: 150px;
	text-align: right;
	background: url(../images/bgdHeader_black_white.jpg) no-repeat top center;
}
#content {
	width: 899px;
	padding: 60px 41px 10px 50px;
}
#contentLeft {
	width: 255px;
	float: left;
	text-align: justify;
}
#contentRight {
	width: 570px;
	float: right;
}
#contentRightHome {
	width: 606px;
	float: right;
	padding-top:15px;
}
#footer {
	width: 890px;
	height: 40px;
	padding: 20px 50px 0px 50px;
	border-top: 1px solid #ffffff;
	font: 100%/120% "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size: 10px;
}
#footer p {
	margin: 0;
	padding: 0;
}
#footer img {
	float: right;
}
.border img {
	display: block; 
	width: 100px;
	height: 100px;
	padding: 0;
} 
a.border {
	display: block; 
	width: 100px;
	height: 100px;
	float: left;
	margin: 0px 30px 30px 0px;
	border: 5px solid #ffffff;
} 
a.border:hover {
	border: 5px solid #000000;
}
.borderEnd img {
	display: block; 
	width: 100px;
	height: 100px;
	padding: 0;
} 
a.borderEnd {
	display: block; 
	width: 100px;
	height: 100px;
	float: left;
	margin: 0px 0px 30px 0px;
	border: 5px solid #ffffff;
} 
a.borderEnd:hover {
	border: 5px solid #000000;
}

/* Slimbox */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: hand;
}
#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}
.lbLoading {
	background: #fff url(../images/imgLoading.gif) no-repeat center;
}
#lbImage {
	border: 10px solid #fff;
}
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}
#lbPrevLink {
	left: 0;
}
#lbPrevLink:hover {
	background: transparent url(../images/imgPrev.gif) no-repeat 0% 15%;
}
#lbNextLink {
	right: 0;
}
#lbNextLink:hover {
	background: transparent url(../images/imgNext.gif) no-repeat 100% 15%;
}
#lbBottom {
	font-size: 12px;
	color: #666666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}
#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/imgClose.gif) no-repeat center;
	margin: 5px 0;
}
#lbCaption, #lbNumber {
	margin-right: 71px;
}
#lbCaption {
	font-weight: bold;
}
#navigation ul {
		list-style-type:none;
		margin:10px 20px 20px 20px;
		padding:0;
	}
		#navigation ul li {
			display:block;
			float:left;
		}
		#navigation ul li a {
			display:block;
			float:left;
			text-decoration:none;
			height:59px;
		}
		#navigation ul li a#m1 {
			background:url(../images/nav/m1dave_bw1.jpg) bottom;
			margin:0px 10px 10px 10px;
			width:293px;
		}
		#navigation ul li a#m2 {
			background:url(../images/nav/m2dave_bw2.jpg) bottom;
			margin:0px 10px 10px 10px;
			width:293px;
		}
		#navigation ul li a#m3 {
			background:url(../images/nav/m3dave_bw3.jpg) bottom;
			margin:0px 10px 10px 10px;
			width:293px;
		}
		#navigation ul li a:hover, #navigation ul li a.active {
			background-position:top !important;
		}
			#navigation a span {
				font-size:1px;
				visibility:hidden;
			}


/* End slimbox */