body {
	font-size : 12px;
	font-family : "Times New Roman", Georgia, serif;
	padding : 0px;
	margin : 0px;
	text-align: center; /* for IE 5x */
	background-color: #E3D1A7;
	}

a:link {
	color: #7E432E;
	}
a:visited {
	color: #422C20;
	}

h1 {
	font-size: 17px;
	}

h2 {
	font-size: 16px;
	}

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

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

.toptext {
	position : absolute;
	top : 100px;
	left : 210px;
	width: 450px;
	z-index: 1;
	color: #FBE298;
	}

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

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

.nav {
	position : absolute;
	top : 212px;
	left : 515px;
	width: 180px;
	z-index: 1;
	font-size: 14px;
	}

.content {
	position : absolute;
	top : 202px;
	left : 1px;
	width: 481px;
	padding: 0 210px 0 10px;
	background-image: url("/images/boxo-bg.gif");
	background-repeat: repeat-y;
	}

.content img {
	padding: 10px;
	}

td {
	font-size : 12px;
	}

.ads {
	
	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: 350px;
    float: right;
    width: 1px;
  	}

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