/**************** body and tag styles ****************/
	body {
	  margin-top: 0px;	
	  margin-bottom: 30px;
          background:url("http://www.fantasyaurora.com/images/vA/bgpattern.jpg") center;
	  background-color: transparent;
	  }

	#container {
	  width: 760px !important;
	  margin: 0 auto;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 11px;
	  line-height: 1.6em;
	  color: #666666;
	  background-color: #FBFBFB;
	  }
	  
	#container2 {
	  width: 760px;
	  margin: 0 auto;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 12px;
	  line-height: 1.6em;
	  color: #666666;
	  background-color: transparent;
	  border-bottom: 2px solid #2763A5;
	  }
		
	h1 {
	  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	  font-weight: normal;
	  font-size: 0px;
	  color: #49678c;
	  margin-bottom: 30px;
	  background-color: #FBFBFB;
	  }
		
	h2 {
	  color: #666666;
	  font-size: 16px;
	  font-family: Arial, Helvetica, sans-serif;
	  background-color: transparent;
	  text-align: left;
	  }

	.post {
	  color: #8A3324;
	  font-size: 12px;
	  font-style: italic;
	  font-family: Arial, Helvetica, sans-serif;
	  background-color: transparent;
	  }

	.comment {
	  color: #008B45;
	  font-size: 12px;
	  font-family: Arial, Helvetica, sans-serif;
	  background-color: transparent;
	  }

	a {
	  color: #4c4535;
	  background-color: transparent;
	  text-decoration: none;
	  font-weight: bold;
	  }

	a:hover {
	  background-color: transparent;
	  color: #4c4535;
          text-decoration: underline;
	  }

/**************** images styles ****************/		
	a img{
	  border: none;
	  }

	img.left,img.center,img.right {
	  padding: 4px;
	  border: 1px solid #a0a0a0;
	  }

	img.left {
	  float: left;
	  margin: 0 12px 5px 0;
	  }

	img.center {
	  display: block;
	  margin: 0 auto 5px auto;
	  }

	img.right {
	  float: right;
	  margin: 0 0 5px 12px;
	  }

/**************** form styles ****************/
	form {
	  float:left;
	  font-size: 9px;
	  }
		
	input, textarea {
	  background-color: #FFFFFF;
	  color: #949494;
          font-family: Arial, Helvetica, sans-serif;
	  font-size: 12px;
	  padding: 3px;
	  margin-bottom: 3px; 
	  }

	select {
	  background-color: #FFFFFF;
	  color: #949494;
	  font-size: 11px;
	  padding: 3px;
	  margin-bottom: 3px; 
	  overflow: auto;
	  }
	
	.form_checkbox {
	  background-color: #FFFFFF;
	  color: #999999;
	  font-size: 11px;
	  padding: 3px;
	  border: 0;
	  margin-bottom: 3px; 
	  }

	.button {
	  padding: 2px;
	  background-color: #FFFFFF;
	  color: #68838B;
	  font-size: 11px;
	  }

/**************** header styles ****************/
	#header {
	  width: 800px;
	  border: 0px
	  padding-bottom: 10px;
	  padding-top: 10px;
	  clear: both;
	  }
	#header p { 
	  margin-top: -20px;
	  margin-left: 30px;
	  color: #999999;
	  }

/**************** menu styles ****************/
    #tabs10 {
      float:right;
      width:760px;
      font-family: Verdana !important;
      font-size:100%;
      line-height:normal;
      }
    #tabs10 ul {
     margin:0;
     padding:10px 10px 0 50px;
     list-style:none;
      }
    #tabs10 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs10 a {
      float:left;
      background:url("http://www.fantasyaurora.com/images/TabLeftTest.png") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs10 a span {
      float:center;
      display:block;
      background:url("http://www.fantasyaurora.com/images/TabRightTest.png") no-repeat right top;
      padding:5px 15px 4px 11px;
      color:#68838B;
      font-family: Verdana !important;
      font-weight: bold;
      font-size: 9px;
      }
    #tabs10 a span {
     float:none;
     }
    #tabs10 a:hover {
      background-position:0% -42px;
      }
    #tabs10 a:hover span {
      background-position:100% -42px;
      }

/**************** content styles ****************/
	#content {
	  width: 560px !important;
	  padding-left: 5px;
	  padding-right: 5px;
	  padding-top: 10px;
	  float: left;
	  text-align: left;
	  }
		
	#content p {
	  margin-top: 0px;
	  padding-top: 0px;
	  padding-bottom: 10px;
	  }
	  
/**************** sidebar styles ****************/
	#sidebar {
	  width: 170px !important;
	  padding-left: 5px;
	  padding-right: 5px;
	  padding-top: 10px;
	  float: right;
	  }
		
	#sidebar p {
	  padding-bottom: 10px;
	  border-bottom: 1px solid #DDDDDD;
	  }
	  
/**************** footer styles ****************/
	#footer {
	  margin-top: 15px;
	  padding-top: 0px;
	  padding-bottom: 0px;
	  padding-left: 2px;
	  padding-right: 2px;
	  clear: both;
	  width: 796px;
	  color: #666666;
	  background-color:transparent;
	  }
		
	#footer p {
	  color:#FFFFFF;
	  padding: 5px;
	  text-align: center;
	  }
		
	#footer a {
	  color: #d1c098;
	  background-color:transparent;
	  font-weight:100;
	  }
		
	#footer a:hover {
          color: #d1c098;
	  text-decoration: none;
          border-bottom: 1px dotted #d1c098;
	  }

/************** Pagination  styles ******************/

	.pagination{
	padding: 2px;
	font-weight: bold;
	color: #68838B;
	}

	.pagination ul{
	margin: 0;
	padding: 0;
	text-align: left; /*Set to "right" to right align pagination interface*/
	font-size: 16px;
	font-weight: bold;
	}

	.pagination li{
	list-style-type: none;
	display: inline;
	padding-bottom: 1px;
	}

	.pagination a, .pagination a:visited{
	padding: 0 5px;
	border: 1px solid #9aafe5;
	text-decoration: none; 
	color: #68838B;
	}

	.pagination a:hover, .pagination a:active{
	border: 1px solid #2b66a5;
	color: #ce4d4d;
	background-color: lightyellow;
	}

	.pagination li.currentpage{
	font-weight: bold;
	padding: 0 5px;
	border: 1px solid navy;
	background-color: #68838B;
	color: #68838B;
	}

	.pagination li.disablepage{
	padding: 0 5px;
	font-weight: bold;
	border: 1px solid #929292;
	color: #68838B;
	}

	.pagination li.nextpage{
	font-weight: bold;
	}

	* html .pagination li.currentpage, * html .pagination li.disablepage{ /*IE 6 and below. Adjust non linked LIs slightly to account for bugs*/
	margin-right: 5px;
	padding-right: 0;
	}