body {
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	padding : 0px;
	margin : 0px;
	text-align: center; /* for IE 5x */
	}

a:link {
	color: #;
	}
a:visited {
	color: #43B1F5;
	}

h1 {
	font-size: 17px;
	}

h2 {
	font-size: 16px;
	}

h3 {
	font-size: 14px;
	}

h1, h2, h3 { color: #5B4938; }
	
.wrapper {
	position: relative;
	width: 721px;
	margin: 0 auto;
	text-align: left; /* reset left-align */
	}

.logo {
	position : absolute;
	top : 0px;
	left : 0px;
	}

.toptext {
	position : absolute;
	top : 110px;
	left : 470px;
	width: 220px;
	z-index: 1;
	color: #ffffff;
	}

.toptext h1 {
	font-size : 13px;
	margin : 0px;
	padding : 0 0 5px 0;
	color: #ffffff;
	}

.toptext p {
	margin : 0px;
	padding : 0px;
	font-size : 12px;
	line-height: 18px;
	}

.nav {
	position : absolute;
	top : 70px;
	left : 0px;
	width: 721px;
	z-index: 1;
	/*text-align: center;*/
	font-weight: bold;
	}

.nav span {
	padding: 10px;
	}

.nav a:link, .nav a:visited {
	text-decoration: none;
	}

.topnav {
	position : absolute;
	top : 10px;
	left : 400px;
	width: 300px;
	z-index: 1;
	/*text-align: center;*/
	font-weight: bold;
	font-size: 9px;
	text-align: right;
	}

.topnav span {
	padding: 10px;
	}

.topnav a:link, .topnav a:visited {
	text-decoration: none;
	}


.content {
	position : absolute;
	top : 260px;
	left : 0px;
	width: 500px;
	padding-right: 10px;
	border-right: 1px solid #8E755E;
	}

.content img {
	padding: 10px;
	}

td {
	font-size : 12px;
	}

.ads {
	position : absolute;
	top : 260px;
	left : 530px;
	text-align : center;
	}

.breadcrumbs {
	text-transform : capitalize;
	}

.linkbox {
	width: 95%;
	background-color: #ffffff;
	color: #000000;
	border: solid 1px #666666;
	padding: 10px;
	font-family: "Courier New", "Andale Mono", monospace;
	font-weight: bold;
	}

.prop {
    height: 50px;
    float: right;
    width: 1px;
  	}

.clear {
    clear: both;
    height: 1px;
    overflow: hidden;
  	}