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

a:link {
	color: #495788;
	}
a:visited {
	color: #574938;
	}

h1 {
	font-size: 17px;
	}

h2 {
	font-size: 16px;
	}

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

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

.toptext {
	position : absolute;
	top : 90px;
	left : 300px;
	width: 400px;
	z-index: 1;
	color: #;
	font-size: 14px;
	}

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

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

.nav {
	position : absolute;
	top : 60px;
	left : 0px;
	width: 730px;
	text-align: center;
	z-index: 1;
	color: #F9EED5;
	}

.nav span {
	padding: 10px;
	}

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

.content {
	position : absolute;
	top : 249px;
	left : 0px;
	width: 501px;
	padding: 40px 10px 0 210px;
	background: url("/images/funk-col.gif") repeat-y;
	}

.content img {
	padding: 10px;
	}

td {
	font-size : 12px;
	}

.nav2 {
	position : absolute;
	top : 210px;
	left : 10px;
	width: 180px;
	z-index: 1;
	font-size: 12px;
	}

.ads {
	position : absolute;
	top : 210px;
	left : 210px;
	width: 500px;
	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;
  	}