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

a:link { color: #0B6C66; }
a:visited { color: #300B6C; }

h1 { font-size: 17px; }

h2 { font-size: 16px; }

h3 { font-size: 14px; }
	
.wrapper {
	position: relative;
	width: 744px;  /* 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 : 80px;
	left : 245px;
	width: 493px;
	z-index: 1;
	}

.toptext h1 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size : 40px;
	color: #ffffff;
	margin : 0px;
	padding : 0px;
	text-align: right;
	}

.toptext p {
	margin : 0px;
	padding-right : 20px;
	color: #0B6C66;
	font-size: 14px;
	}

.sidebar {
	position : absolute;
	top : 80px;
	left : 20px;
	width: 200px;
	z-index: 1;
	}

.nav a:link, .nav a:visited  {
	padding-left: 10px;
	padding-right: 4px;
	padding-top: 5px;
	padding-bottom: 7px;
	font: 14px Arial, sans-serif;
	font-weight: bold;
	color: #0B6C66;
	background-color: #ffffff;
	background-image: none;
	background-position: top;
	background-repeat: repeat-x;
	text-decoration: none;
	display: block;
	}
	
.nav a:hover, .current {
	background-color: #F3D1C4;
	color: #000000;
	}

.current {
	font: 14px Arial, sans-serif;
	font-weight: bold;
	color: #333333;
	padding: 5px 0 5px 5px;
	}

.content {
	position : absolute;
	top : 255px;
	left : 0px;
	width: 484px;
	padding: 90px 10px 10px 250px;
	background: url(/images/carbcon-bg.gif) repeat-y;
	border-bottom: solid 1px #E1E1E1;
	}

.content img {
	padding: 10px;
	}

td {
	font-size : 12px;
	}

.ads {
	position : absolute;
	top : 260px;
	left : 250px;
	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: 50px;
    float: right;
    width: 1px;
  	}

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