 body {	text-align:center;
		font-family:verdana,helvetica,sans-serif;
		font-size:11px;
		background : #8CC63F;
		color:#2B0460;
	}
 h1   {
 	font-size:16px;
	text-align:center;
	}
 h2   {
 	font-size:14px;
	}
 h3   {
 	font-size:12px;
	}
  #wrapper { 
  		text-align:justify;      
		width:960px;
		margin:0px auto;
		padding:10px;
	}
  #bannerwrapper { 
		text-align:center;
	}
  #bannerwrapper div {
    	float:left;
	}
  #banner {
		padding:10px;
		background-color:#FFFF66;
		border:1px solid #2B0460;
		height:69px;
		width:410px;
	}
  #adbanner {
		border:0px;
		padding:5px;
		background-color:#8CC63F;
		height:85px;
		width:468px;
		margin-left:15px;
	}
  .tl	 {
		float:left;
		position:relative;
		left:-11px;
		top:-11px
    }
  .tr	 {
		float:right;
		position:relative;
		right:-11px;
		top:-11px
	}
  .brbl	 {
		float:left;
		position:relative;
		left:-16px;
		top:75px
	}
  .brbr	 {
		  float:right;
		  position:relative;
		  right:-16px;
		  top:75px
	}
  #content {
		margin-top:10px;
		padding-bottom:10px;
	}
	/* applies to all divs within the content div */
  #content div {
		padding:10px;
		border:1px solid #2B0460;
    	float:left;
		height:400px;
		background-color:#FFFFFF;
	}
  .ctbl   {
  		float:left;
		position:relative;
		left:-16px;
		top:406px;
	}
  .ctbr   {
  		float:right;
		position:relative;
		right:-16px;
		top:406px;
	}
  #content-menu {
  		margin-top:5px;
		width:150px;
		line-height:25px
  	}
  #content-side {
  		margin-top:5px;
		width:150px;
  	}
  #content-main {
  		margin-top:5px;
		width:750px;
		margin-left:10px;
		font-size:12px;
  	}
  .contentbox {
		float:left;
		margin-top:5px;
		margin-left:10px;
		width:225px;
	}
  .contentbox a:link {
  		text-decoration:underline;
		color:#2B0460;
    }
  .contentbox a:visited {
  		text-decoration:underline;
		color:#2B0460;
    }
  .contentbox a:focus {
  		text-decoration:underline;
		color:red;
  	 	font-weight:normal;
    }
  .contentbox a:hover {
  		text-decoration:underline;
		color:red;
  	 	font-weight:normal;
    }
  #footer {
		float:left;
		margin-top:10px;
		margin-bottom:10px;
    	padding:10px;
    	width:940px;
		background-color:#FFFF66;
		border:2px solid #2B0460;

	}
  #bottom {
		clear:both;
		text-align:right;
		font-size:8px;
	}
  a:link {
  	 color:#2B0460;
	}
  a:visited {
  	 color:#2B0460;
	}
  a:hover {
  	 font-weight:bold;
	}
  a:active {
  	 font-weight:bold;
	}
  a:focus {
  	 font-weight:bold;
	}

