/* MAIN COMPONANTS */
body {
	background-color: #3c2b00;
}


h1 {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 36px;
	font-weight: normal;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
}


/* CORNERS OF BOXES */
#maintextbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background: #afd135 url(http://www.geocities.com/natushi12/tl.png) no-repeat;
	margin: 10px;
	padding: 30px 40px;
	position: relative;
}
/* these are the other three spans. classes were used to allow multiuse on a page */
.tr, .bl, .br {
  position : absolute;
  width : 39px;
  height : 39px;  /* corner images are 40x40 */
  display : block;
  margin-bottom : -1px;  /* this is for IE */
}

/* change position and image: top-right */
.tr {
  background: transparent url(http://www.geocities.com/natushi12/tr.png) no-repeat;
  top : 0;
  right : 0;
}

/* change position and image: bottom-left */
.bl {
  background : transparent url(http://www.geocities.com/natushi12/bl.png) no-repeat;
  bottom : 0;
  left : 0;
}

/* change position and image: bottom-right */
.br {
  background : transparent url(http://www.geocities.com/natushi12/br.png) no-repeat;
  right : 0;
  bottom : 0;
}



/* DIV IDS */

#whitebox {
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	margin-top: -20px;
	margin-bottom: -20px;
	height: auto;
	width: 850px;
	position:relative;
	padding-top: 20px;
}

/* NAV BAR */
#navbar{
	margin-left:auto;
    position: relative;
	margin-right:auto;
    
}

#navbar ul{
	padding:3px;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size:16px;
	color:#3c2b00;
	word-spacing:35px;
}

#navbar ul li{
	color:#3c2b00;
	display: inline;
	list-style:none;
	
}


#navbar ul li a{
	margin:0px;
	padding:3px;
	color:#3c2b00;
	text-decoration:none;
	

}

#navbar ul li a:hover{
	color:#afd135;

}

#navbar ul li a:active{
	color:#3c2b00;

}

