.main {/*this is the main content area*/
    background: #FFFFFF;
    /*declare a color together with a contrasting background color*/
    color: #000088;/*to insure readability*/
    margin-left: 160px;
    /*to position the content area to the right of the navigation*/
    margin-right: 20px;/*breathing space for the text*/
    padding: 5px;/*space to separate navigation and content*/
    font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif; 
    width: auto;
    border: 0.1px solid #FFFFFF; 
    }


 /* ---------------------------------layout--------------------------------- */
 
#div-universe {
 background:#FFFFFF;
 width: 940px;
 margin-bottom: 30px;
 text-align:left;
 }

 
#div-world {
 background:#FFFFFF;
 width: 920px;
 margin-top: 20px;
 margin-bottom: 20px;
 text-align: left;
 position:fixed;
 }
 
#div-header {
 position:fixed;
 }
 
#div-ocean {
 position:relative;
 top:40px;
 left:-40px;
}

#div-islandleft {
 float:left;
 width:480px;
 margin-left: 10px;
 margin-top: 10px;
 margin-right: 10px;
}

#div-islandright {
 float:left;
 width:420px;
 background: #fff;
 margin: 0;
 text-align: left;
}

#div-coconuts {
 float:left;
 width:420px;
 height:300px;
}

#div-palmtrees {
 float:left;
 width:170px;
 height:inherit;
}

#div-oasis {
 float:left;
 width:250px;
 height:inherit;
}

#div-grass{
 clear:both;
	}

#div-sand {
 clear:both;
	}

/* ---------------------------------footer--------------------------------- */

#footer {
	clear: both;
	background: #000000;
	height:100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.copy {
	clear: both;
	font-size: 10px;
	color: #999;
	text-align: center;
	padding: 0;
	margin: 10px 0 10px 0;
	text-transform: uppercase;
}

/* ---------------------------------columns--------------------------------- */
  
  
  .outside {
  width: 750px;
  margin: 20px 0 0 50px;
  padding: 20px 0 0 0;
  text-align: center;
  color: #FFFFFF;
}

.indiv { 
  float: left;
  width: 210px;
  text-align: left;
  margin: 0 50px 20px 0;
}

.about { 
  float: left;
  width: 230px;
  text-align: left;
  margin: 0 0 20px 0;
}

.outside p {
	line-height: 16px;
	margin-top: -2px;
	margin-bottom: 10px;
}
 
.outside a:link {
	font-weight: normal;
	color: #FF99CC;
	text-decoration: none;
	}
	
.outside a:hover {
	font-weight: normal;
	color: #C9316B;
	text-decoration: underline;
	}

.outside a:active {
	font-weight: normal;
	color: #C9316B;
	text-decoration: none;
	}
	
.outside a:visited {
	font-weight: normal;
	color: #C9316B;
	text-decoration: none;
	}
	

 
 /* ---------------------------------links--------------------------------- */

a:link, a:active, a:visited {
	color: #E1388C;
	text-decoration: none;
	}
	
a:hover {
	color: #E1388C;
	text-decoration: underline;
	}

 /* ---------------------------------horizontal divider --------------------------------- */
 
.line {
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	width: 100%;
	background: url(_images/line.gif) repeat-x;
	margin: 15px 0 15px 0;
	clear: both;
	}

 /* ---------------------------------text styles--------------------------------- */
 
body {
	margin: 0;
	background: #fff url(_images/bkground.gif) repeat-x left top;
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #333;
	}

p {
	font-size: 12px;
	line-height: 1.4em;
	margin-top: 0px;
	margin-bottom: 15px;
	}

p.highlight {
	font-family: Arial, Helvetica, Sans-serif; 
	background-color: #F5DCFF; 
	border: 1px solid #bbb; 
	border-bottom: 2px solid #bbb; 
	padding: 6px; 
	margin: 6px 0 6px 0; 
	font-size: 90%; 
	}

h2 {
	margin: 0;
	color: #330033;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: -1px;
}

h2 a:link, h2 a:hover, h2 a:visited {
	color: #330033;
	text-decoration: none;
}
	
h1 {
	font-size: 20px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #000;
	margin: 0;
}

h1 a:link, h1 a:visited, h1 a:hover {
	text-decoration: none;
	color: #000;
}
	
h4 {
	margin: 0;
	color: #000;
	font-size: 12px;
}

h3 {
	margin: 0 0 8px 0;
	color: #AB7BB7;
	font-size: 19px;
	font-weight: normal;
	letter-spacing: -1px;
	text-transform: uppercase;
}

h10 {
	margin: 0 0 8px 0;
	color: #AB7BB7;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: -1px;
	text-transform: uppercase;
}


h5 {
	margin: 0 0 8px 0;
	color: #999;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}

.date {
	color:#666;
	font-size: 11px;
	line-height: 1.4em;
	text-transform: uppercase;
}

.date2 {
	color:#666;
	font-size: 11px;
	text-transform: uppercase;
}


.more {
	color:#666;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	margin: 0;
}
#addtofeeds {
	font-size: .9em;
	text-align: right;
	margin: 0 0 2px 0;
}

#addtofeeds li {
	list-style: none;
	display: inline;
}	
#contentnav {
	margin: 0 0 8px 0;
	color: #AB7BB7;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: -1px;
	text-transform: uppercase;
}

/* ---------------------------------search--------------------------------- */

#searchform {
  float: left
  background: none;
  background-color: transparent;
  padding: 10px 10px 12px 0;
  margin: 0;
  }
  

#searchbox {
  width: 165px;
  margin: 0;
  }
  
#searchform input {
	vertical-align: middle;
	margin: 0 0 0 5px;
	}
	
	/* ---------------------------------ads--------------------------------- */

.bottom468	 {
text-align:center;
padding: 10px;
}

.middle468 {
text-align:center;
}

.righttext {
	padding: 11px 15px 15px 15px;
	font-size: 11px;
}

.righttext p {
	font-size: 11px;
    line-height: 14px;
    margin-bottom: 10px;
}

.textlinks {
    border: 1px solid #CCC;
    padding: 15px;
    margin: 12px 0 12px 0;
    background-color: #EDEDED;
}
#medrect {
	text-align: left;
	background: #fff;
	border-bottom: 1px solid #666;	
}
.medrect {
	width: 398px;
	padding: 5px 0;
	border: 0;
	border-bottom: 1px solid #666;
	background: #fff;
	text-align: left;
}

.innermedrect {
	margin: 0 auto;
	width: 300px;
	padding: 1px;
}

.categorylist dt {
	font-size: 1.2em;
	font-weight: bold;
	margin: .5em 0;

}


/* ---------------------------------category layout --------------------------------- */
	
.categorylist {
	line-height: 1.4em;
}

div.statstable, #linkscol ul {
	margin: 0 0 1em 0;
}

div.statstable table {
	width: 100%;
}

div.statstable td {
	padding: 2px;
}

div.statstable td.ctr {
	text-align: center;
}

.statsclass1 {
	background-color: #f2f2f2;
}

.statsclass2 {
	background-color: #fffff2;
}

li.statsclass1, li.statsclass2 {
	padding: 2px 1px;
}

.commentclass1 {
	background-color: #f2f2f2;
	border-bottom: 1px solid #ddd;
}

.commentclass2 {
	background-color: #fffff2;
	border-bottom: 1px solid #ddd;
}

.credits {
	text-align: right;
}

.formlabel {
	margin: .25em 0;
}

.form-button {
	margin-top: 10px;
}

.sky {
	text-align: center;
	overflow: hidden;
}

.post {
	padding: 5px 0 0 0;
	clear: both;
}

.postmeta {
	clear: both;
	padding: 5px 0 1.5em 0;
}

.postmeta ul {
	list-style: none;
	text-align: right;
}

.postmeta li {
	display: inline;
	padding: 0 .5em;
	border-right: 1px solid #ccc;
}

.postmeta .readlink {
	float: left;
	border: 0;
	padding: 0;
}

.postmeta .commentslink {
	border: 0;
}

/* ---------------------------------menu tabs --------------------------------- */

   
    #tabsD {
      width:100%;
      background:#FCF3F8;
      font-size:93%;
      line-height:normal;
	  border-bottom:1px solid #F4B7D6;
	  margin:0;
	padding:0;
	font: bold 11px/1.5em Verdana;
      }
    #tabsD ul {
	  margin:0;
	  padding:10px 10px 0 50px;
	  list-style:none;
      }
    #tabsD li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsD a {
      float:left;
      background:url(tableftD.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsD a span {
      float:left;
      display:block;
      background:url(tabrightD.gif) no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#C7377D;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsD a span {float:none;}
    /* End IE5-Mac hack */
    #tabsD a:hover span {
      color:#C7377D;
      }
    #tabsD a:hover {
      background-position:0% -42px;
      }
    #tabsD a:hover span {
      background-position:100% -42px;
      }  
