* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	
}
body {
	margin: 15px 0;
	background-color: #492d18;

}
img {
	margin: 0;
}
.pageholder {
	width: 950px;
	margin: auto;

}
.page {

/*	width: 950px;*/
/*	overflow: auto;*/
/*	background-color: #6c9d31;*/
}
/***** Background and Shadow Styles **************
#bgtop, #bgbot {
	height: 30px;
	position: relative;
}
#bgtl, #bgbl {
	position: absolute;
	top: 0;
	left: 0;
}
#bgtr, #bgbr {
	position: absolute;
	top: 0;
	right: 0;
}
#bgl {
	padding-left: 30px;
}
#bgr {
	padding-right: 30px;
}
****************************************************/
#topnav {
	width: 100%;
	height: 140px;
	position: relative;
	background: url(../images/watson.jpg) no-repeat 20px 35px #fff;
}
#topnav ul {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 65px;
	right: 15px;
	list-style-type: none;
}
#topnav li {
	float: left;
	border-right: 1px solid #666666;
}
#topnav * {
	font-size: 8pt;
	text-transform: uppercase;
	text-decoration: none;
	color: #636467;
}
#topnav a:hover {
	color: #000000; /*#BF842E;*/
}
#topnav a {
	padding: 0 7px;
}
#topnav .active a {
	color: #6c9d31;
}
#topnav li.last {
	border-right: none;
}
#topnav .login {
	margin: 10px 15px 0 0;
	float: right;
}
.snippet {
	width: 250px;
	margin-right: 20px;
	float: left;
	color: #444444;
}
.snippet * {
	color: #444444;
}
.inside .snippet * {
	color: #444444;
}
.snippet img {
	margin-right: 8px;
	float: left;
}
.snippet p {
	width: 130px;
	margin: 0;
	float: left;
}
.main {
	padding: 30px;
	min-height: 250px;
	height: auto!important;
	height: 250px;
	zoom: 1;
	background-color: #ffffff;
}
.homepg .main {
	background-color: #d5d5bb;
	
}
.inside {
/*	padding: 50px 35px 30px 60px;*/
/*	background: url(../images/bgmainr.jpg) repeat-y top right #ffffff;*/
}
.inside .snippet {
	padding-top: 50px;
}
.content {
	width: 500px;
	padding: 0 80px 0 0;
	float: left;
	text-align: left;
	
	}
.homepg .content {
	width: 550px;
	padding: 0px 40px 0 100px;
	font-size: 9pt;
	font-weight: bold;
	letter-spacing: .0325em;
	line-height: 1.5em;
	
}
.inside .content {
	padding: 50px 30px 30px 50px;
}
.homepg .content
, .homepg .content * {
	color: #444444;
}
#footer {
	padding: 0 12px 0 0;
	text-align: right;
}
#footer, #footer * {
	font-size: 7.5pt;
	color: #a7a9ac;
}
#footer span {
	padding: 0 8px;
}