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

a:link { color: #000000; }
a:visited { color: #666666; }

h1, h2, h3 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #4A9719;
	}

h1 { font-size: 17px; }

h2 { font-size: 16px; }

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

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

.toptext {
	width: px;
	background-color: #CFF3B8;
	padding: 10px;
	}

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

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

.sidebar {
	position : absolute;
	top : 130px;
	left : 0px;
	width: 180px;
	}

.nav {
	text-align: right;
	font: bold 16px "Trebuchet MS", Verdana, sans-serif;
	line-height: 1.5em;
	}

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

.nav a:hover {
	color: #000000;
	text-decoration: underline;
	}

.content {
	position : absolute;
	top : 130px;
	left : 210px;
	width: 500px;
	padding-left: 20px;
	border-left: solid 1px #B5E16C;
	}

.content img {
	padding: 10px;
	}

td {
	font-size : 12px;
	}

.ads {
	text-align: right;
	}

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

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