body {
	font-size : 11px;
	font-family: Georgia, "Times New Roman", serif;
	line-height: 1.4em;
	padding : 0px;
	margin : 0px;
	text-align: center; /* for IE 5x */
	background-color: #678E98;
	}

a:link { color: #592513; }
a:visited { color: #; }

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 {
	position : absolute;
	top : 45px;
	left : 350px;
	width: 340px;
	z-index: 1;
	color: #29545F;
	}

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

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

.nav {
	position : absolute;
	top : 135px;
	left : 0px;
	width: 731px;
	text-align: center;
	z-index: 1;
	font-size: 13px;
	}

.nav span {
	padding: 10px;
	}

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

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

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

.content {
	position : absolute;
	top : 184px;
	left : 0px;
	width: 471px;
	padding: 70px 240px 0 20px;
	background: url(/images/coocoo-bg.gif) repeat-y;
	border-bottom: solid 2px #777777;
	}

.content img {
	padding: 10px;
	}

td {
	font-size : 12px;
	}

.nav2 {
	position : absolute;
	top : 200px;
	left : 520px;
	width: 180px;
	z-index: 1;
	}

.nav2 ul {
  	margin-left: 0;
 	padding-left: 1.5em;
  	}
.nav2 li {
  	margin: 0;
  	padding: 0;
  	}

.ads {
	position : absolute;
	top : 180px;
	left : 15px;
	width: 471px;
	text-align : center;
	z-index: 1;
	}

.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;
  	}