body {
	margin: 0;
	padding: 0;
	text-align: center;
	min-width: 850px;
	/* background:url(images/paper_background.gif) repeat; */
	background-color: #000;
	color: #FFF;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	line-height: 17px;
}
.pageTitle {
	font-family:serif;
	font-size: 17px;
	color: orange;
}
.clear {
	clear: both;
	line-height:0;
}
div#wrapper {
	text-align: left;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000;
	
}

/* HEADER START */

div#header {
	width: 850px;
}
div#orb {
	float:left;
	width:122px;
	height:111px;
	padding-top:10px;
	padding-left:20px;
}
div#logoBen {
	float:right;
	width:147px;
	height:35px;
	padding-top:35px;
	padding-right:40px
}

/* NAV START */

ul.nav {
	list-style-type: none;
	padding:0;
	margin:0;
}
ul.nav li {
	display: inline;
	padding-left: 10px;	
}
ul.nav a {
	display: inline;
	width: 95px;
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #CCC;
	text-decoration: none;
}
ul.nav a:hover {
	color: orange;
	text-decoration: overline;
}

* html ul.nav a { height:1px; } // removing 

/* HEADER END */



/* CONTENT START */
.headerLeft {
	width: 175px;
	background-image: url('images/Header_r1_c2.jpg');
	background-repeat: repeat-x;
}

div#content {
	background-color: #000;
	margin-top:10px;
	padding:10px;
}
div#homeBox1 {
	float:left;
	width: 253px;
	height: 200px;
	margin-top:5px;
	padding:5px;
}
div#homeBox2 {
	float:left;
	width: 257px;
	height: 200px;
	border: solid 1px #666;
	margin-top:5px;
	margin-left: 10px;
	padding:5px;
}
div#homeBox3 {
	float:left;
	width: 264px;
	height: 200px;
	border: solid 1px #666;
	margin-top:5px;
	margin-left:10px;
	padding:5px;
}

div#leftCol {
	width: 175px;
	height:100%;
	float:left;
	background-color:#000;
}	
div#rightCol {
	width: 625px;
	float: right;
	padding-left: 10px;
}
div#footer {
	width: 830px;
	clear:both;
	background-repeat:repeat-x;
	background-color:#000;
	margin-top:20px;
	margin-bottom: 0px;
	padding:10px;
	font-size:11px;
}

td img {display: block;}

.contentImg {
	float:right; 
	width:278px; 
	height:243px; 
	padding:5px; 
	border:#666 1px solid; 
	margin:5px;
	background-color:#000;
}

a {
	color: orange;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.small {
	font-size: 10px;
}

input {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

.logoLink {
	padding-top:30px;
}

/* ====== Gallery Style ====== */
/*
.galleryThumb {
	padding: 5px;
	border:	1px solid #333;
	width: 175px;
	height: 125px;
}

.galleryThumb:hover {
	border:	1px solid #666;	
}
*/