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

a:link { color: #613C33; }
a:visited { color: #86665F; }

h1 { font-size: 17px; }

h2 { font-size: 16px; }

h3 { font-size: 14px; }
	
.wrapper {
	position: relative;
	width: 760px;  /* width of centered content, usually header width */
	margin: 0 auto;
	text-align: left; /* reset left-align */
	}

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

.ttcontainer {
	float: right;
	width: 200px;
	z-index: 1;
	padding: 10px;
	}
	
.toptext {
	background-color: #ffffff;
	padding: 10px;
	}

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

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

.ttprop {
    height: 95px;
    float: right;
    width: 1px;
    background-color: #ffffff;
  	}

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

.nav {
	position : absolute;
	top : 110px;
	left : 10px;
	width: 185px;
	z-index: 1;
	font-size: 14px;
	color: #ffffff;
	
	}

.nav div {
	padding: 5px;
	}

.nav a:link {
	color: #FCE7BC;
	text-decoration: none;
	padding: 5px;
	}

.nav a:visited {
	color: #E7D6B4;
	text-decoration: none;
	padding: 5px;
	}

.nav a:hover {
	background-color: #86665F;
	text-decoration: underline;
	padding: 5px;
	}

.content {
	position : absolute;
	top : 0px;
	left : 0px;
	width: 545px;
	padding: 0px 10px 0 205px;
	background: url(/images/mocho-bg.gif) repeat-y #FCE7BC;
	line-height: 1.5em;
	border-bottom: solid 2px #cccccc;
	}

td {
	font-size : 12px;
	}

.ads {
	position : absolute;
	top : 240px;
	left : 10px;
	width: 165px;
	text-align : center;
	z-index: 1;
	}

.breadcrumbs {
	text-transform : capitalize;
	}

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

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

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