body {
	font-size : 12px;
	font-family : "Trebuchet MS", Verdana, Arial, sans-serif;
	padding : 0px;
	margin : 0px;
	text-align: center; /* for IE 5x */
	background-color: #DBEFF6;
	}

a:link { color: #35708B; }
a:visited { color: #333333; }

h1 { font-size: 17px; }

h2 { font-size: 16px; }

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

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

.toptext {
	position : absolute;
	top : 70px;
	left : 330px;
	width: 380px;
	z-index: 1;
	color: #ffffff;
	}

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

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

.nav {
	position : absolute;
	top : 178px;
	left : 0px;
	width: 740px;
	z-index: 1;
	text-align: center;
	}

.nav span {
	padding: 5px;
	}

.nav a:link, .nav a:visited {
	color: #35708B;
	padding: 5px;
	text-decoration: none;
	}

.nav a:hover {
	color: #ffffff;
	background-color: #80B7D0;
	padding: 5px;
	text-decoration: none;
	}

.content {
	position : absolute;
	top : 205px;
	left : 0px;
	width: 531px;
	padding: 10px 10px 10px 200px;
	background-color: #ffffff;
	line-height: 1.3em;
	}

.content img {
	padding: 10px;
	}

td {
	font-size : 12px;
	}

.ads {
	position : absolute;
	top : 215px;
	left : 10px;
	text-align : center;
	}

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

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