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

a:link {
	color: #5D433A;
	}
a:visited {
	color: #73564C;
	}

h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; }

h1 {
	font-size: 17px;
	color: #;
	}

h2 {
	font-size: 16px;
	color: #;
	}

h3 {
	font-size: 14px;
	color: #61A9A9;
	}
	
.wrapper {
	position: relative;
	width: 715px;
	margin: 0 auto;
	text-align: left; /* reset left-align */
	}

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

.toptext {
	position : absolute;
	top : 110px;
	left : 210px;
	width: 505px;
	z-index: 1;
	background-color: #99CCCC;
	}

.toptext h1 {
	font-size : 14px;
	margin : 0px;
	padding : 10px 10px 0 10px;
	}

.toptext p {
	margin : 0px;
	padding : 10px;
	}

.nav {
	position : absolute;
	top : 90px;
	left : 210px;
	width: 500px;
	z-index: 1;
	text-align: center;
	font-weight: bold;
	}

.nav span {
	padding: 10px;
	}

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

.content {
	position : absolute;
	top : 210px;
	left : 210px;
	width: px;
	padding: px;
	z-index: 1;
	}

.content img {
	padding: 10px;
	}

td {
	font-size : 12px;
	}

.ads {
	position : absolute;
	top : 240px;
	left : 2px;
	width: 200px;
	text-align : center;
	border-top: solid 5px #99CCCC;
	border-bottom: solid 5px #99CCCC;
	}

.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;
  	}