/* CSS Document */

div#main {
  width: 695px;
  text-align: left;
}

div#title {
  position: relative;
  top: 5px;
}

/*CATCHPHRASE AND SEARCH BAR SECTION*/
div#search {
  background:  url(../images/search_bg.gif);
  background-repeat: repeat-x;
  width: 695px;
  height: 28px;
  position: relative;
  top: 10px;
}
  div#catchphrase {
	color: #fff;
	font-family: Times, serif;
	font-size: 17px;
	position: relative;
	top: 4px;
	left: 5px;
	float: left;
  }
  span#search_title {
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	position: relative;
	top: -1px;
	left: -5px;
  }
  div#searcharea {
    position: relative;
	top: -2px;
	float: right;
  }
  #searchbox {
    margin-right: 5px;
	position: relative;
	top: -1px;
  }
  #go {
    position: relative;
	top: 5px;
	right: 5px;
  }
/*---------------------------------*/

  div#links {
    background:  url(../images/link_bg.gif);
	background-repeat: no-repeat;
	width: 122px;
	height: 276px;
	float: left;
  }
  

/*BODY SECTION - Top Navigation, Text, and News*/
  div#body {
	width: 695px;
	text-align: left;
	position: relative;
	top: 5px;
	float: left;
  }
	/*TOP NAVIGATION*/
	div#topnav {
	  width: 560px;
	  height: 25px;
	  border: 1px solid #069;
	  position: relative;
	  left: 13px;
	  float: left;
	}
	  div#topnav_section {
	    width: 130px;
		height: 25px;
		text-align: center;
		position: relative;
		top: 4px;
		float: left;
	  }
	  div#topnav_divider {
	    width: 11px;
	    height: 25px;
		float: left;
	  }

	/*TEXT*/
	div#text {
  	  width: 340px;
	  position: relative;
	  left: 13px;
	  float: left;
	}
	/*ADVERTISEMENT SPACE*/
	div#ad {
	  width: 210px;
	  height: 295px;
	  border: 1px solid #000;
	  position: relative;
	  left: 22px;
	  float: left;
	}
	/*TEST AREA FOR PAGES WITH NO AD*/
	div#noadtext{
	  width: 560px;
	  position: relative;
	  left: 13px;
	  float: left;
	}
	
	div#bottom {
	  width: 695px;
	  border: 1px solid #069;
	  font-size: 10px;
	  text-align: center;
	  margin-top: 40px;
	  float: left;
	}
	div#bottom_content {
	  margin-top: 5px;
	  margin-bottom: 5px;
	}
/*---------------------------------*/