html, body {
	padding:0;
	margin:0;
	border: none;
	text-align:center;
	min-width: 860px; 
	background-color: #fff;
	font-size: 85%;
	font-family: Arial,Helvetica,Arial,sans-serif;
	color: #fff;
}

a{
color:#ffff00;
text-decoration: none;
}
a.active{
color: #ffff00;
text-decoration: none;
}
a.visited{
color: #ffff00;
text-decoration: none;
}
a.hover{
color:#ffff00;
text-decoration: underline;
}

img {
	border: 0;
}

#wrapper {
	width: 860px;
	margin: 0 auto;
	margin-top: 40px;
	background-color: #fff;
	min-height: 400px;
	text-align: left;
}

#nav {
	background-color: #fff;
	height: 65px;
}

#nav #logo {
	float: left;
	padding-left:9px;
}

#nav ul {
	padding:0;
	margin: 40px 0px 0px 0px;
	background-color: #fff;
	float: right;
	list-style-type: none;
}

#nav li {
	float: left;
	width: 80px;
}

#nav li.long {
	float: left;
	width: 130px;
}

#nav li a {
	color: #666;
	font-size: 11px;
	text-decoration: none;
}

#nav li a:hover {
	text-decoration: underline;
}

#body {
	min-height: 350px;
	background: #fff url(/images/body-grid.gif) no-repeat top left;
}

/*\*/
* html #body {
	height: 350px;
}
/**/

#txt {
	width: 480px;
	float: left;
	display: inline;
	min-height: 260px;
	margin: 20px 0px 20px 30px;
}

/*\*/
* html #txt {
	width: 480px;
	height: 260px;
}
/**/

#txt p {
	font-size: 100%;
}

#txt h1 {
	font-size: 115%;
	margin-top: 10px;
	margin-bottom: -5px;
}

#photo {
	width: 300px;
	float: right;
	display: inline;
	margin: 20px 20px 20px 0px;
	min-height: 260px;
}

/*\*/
* html #photo {
	width: 240px;
	height:260px;
}
/**/

#photo img {
	margin-left: 1px;
	margin-top: 1px;
}

#footer {
	background-color: #fff;
}

#footer ul {
	margin:0;
	padding:0;
	float: right;
	list-style-type: none;
	margin-top: 10px;
	margin-right: 15px;
}

#footer #contact {
	float: left;
	width: 500px;
	color: #008AC6;
	margin-top: 10px;
	margin-left: 15px;
}

#contact span.grey {
	color:#666;
	padding-right:20px;
}

#footer li {
	float: left;
	width: 100px;
}

#footer li.long {
	float: left;
	width: 100px;
}

#footer li.short {
	float: left;
	width: 60px;
}

#footer li a {
	color: #666;
	font-size: 11px;
	text-decoration: none;
}

#footer li a:hover {
	text-decoration: underline;
}

/* rwn */
#contentWrapper {
	padding: 0px 0px 10px 0px;
	height: 250px;
}
#footerWrapper {
	height: 15px;
	font-weight: normal;
	font-size: 11px;
	color: #cedbe0;
}
.regAddress {
	float: left;
}
.regCoNo {
	float: right;
}
.clearBoth {
	clear: both;
}