  body
  {
	background-image: url(/af_media/bk7.jpg);  
	background-repeat: repeat;
	background-position: top center;
	background-color: #5ba242; 
	background-attachment: fixed;
	}
	
  #page
  {
    /*
     * To use a 12px font size on the page, delete the 14px declarations.
     * to use a 14px font size on the page, delete the 12px declarations.
     */
    /* Use a 12px base font size with a 16px line height */
    font-size: 0.75em; /* 16px x .75 = 12px */

    /* Use a 14px base font size with a 18px line height */
    font-size: 0.875em; /* 16px x .875 = 14px */
	width: 1033px;
	
	    /*
     * If you want to make the page a fixed width and centered in the viewport,
     * this is the standards-compliant way to do that. See also the ie.css file
     * for the necessary IE5 hack to center a div.
     */
    margin-left: auto;
    margin-right: auto;
  }
	
  body, caption, th, td, input, textarea, select, option, legend, fieldset
  {
    /* The following font family declarations are based on the Microsoft core
     * web fonts which are common fonts available on most computer systems. The
     * Bitstream Vera fonts are commonly available on Linux systems where the MS
     * fonts are less common.
     *
     * A user's web browser will look at the comma-separated list and will
     * attempt to use each font in turn until it finds one that is available
     * on the user's computer. The final "generic" font (sans-serif or serif)
     * hints at what type of font to use if the web browser doesn't find any
     * of the fonts in the list.
		 
    font-family: "Times New Roman", Times, Georgia, "Bitstream Vera Serif", serif;
    font-family: Times, "Times New Roman", Georgia, "Bitstream Vera Serif", serif;
    font-family: Georgia, "Times New Roman", "Bitstream Vera Serif", serif;
    font-family: Verdana, Tahoma, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
    font-family: Tahoma, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
    font-family: Helvetica, Arial, "Bitstream Vera Sans", sans-serif;
    font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
    font-family: "Bitstream Vera Sans Mono", "Courier New", monospace;
     */

    font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	margin: auto;
  }

/** headings **/
  h1
  {
    font-size: 2em;
		font-family: "Trebuchet MS", Helvetica,Jamrul,sans-serif;
		color: #dfb577;
		font-style:italic;
    line-height: 1.1em;
    margin-top: 0px;
    margin-bottom: 0em; /* 0.5em is equavalent to 1em in the page's base font.
                             Remember, a margin specified in ems is relative to
                             the element's font-size, not to the pages' base
                             font size. So, for example, if we want a 1em margin
                             (relative to the base font), we have to divide that
                             length by the element's font-size:
                             1em / 2em = 0.5em */
  }

  h2
  {
    font-size: 1.5em;
    line-height: 1.3em;
    margin-top: 0.667em; /* Equivalent to 1em in the page's base font: 1 / 1.5 = 0.667em */
    margin-bottom: 0.667em;
  }

  h3
  {
	font-size: 1.3em;
	line-height: 1.3em;
	margin-top: 0.769em; /* Equivalent to 1em in the page's base font: 1 / 1.3 = 0.769 */
	margin-bottom: 0.769em;
	font-style: italic;
  }

  h3s
  {
	font-size: 1.3em;
	line-height: 1.3em;
	font-style:italic;
	font-weight: bold;
  }

  h4, h5, h6
  {
    font-size: 1.1em;
    line-height: 1.3em;
    margin-top: 0.909em; /* Equivalent to 1em in the page's base font: 1 / 1.1 = 0.909 */
    margin-bottom: 0.909em;
  }

/** block-level elements **/
  p, ul, ol, dl, pre, table, fieldset, blockquote
  {
    margin: 0;
  }

/** lists **/
  /* standardize list item indentation */
li {
	margin: 0;
}

/** links **/
  /* The order of link states are based on Eric Meyer's article:
   * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
   */
  a:link
  {
  text-decoration:none;
	font-weight:bold;
  }

  a:visited
  {
  text-decoration:none;
	font-weight: lighter;
  }

  a:hover,
  a:focus
  {
  text-decoration: underline;
  }

  a:active
  {
  text-decoration:none;

  }

/** tables **/
  /* Override default CSS */
  table
  {
  }

  th,
  thead th,
  tbody th
  {
    text-align: center;
    padding-right: 0;
    border-bottom: none;
  }

  tbody
  {
    border-top: none;
  }

/** abbreviations **/
  abbr
  {
    border-bottom: 1px dotted #666;
    cursor: help;
    white-space: nowrap;
  }

  /* Date-based "abbreviations" show computer-friendly timestamps which are not
     human-friendly. */
  abbr.created
  {
    border: none;
    cursor: auto;
    white-space: normal;
  }

/** images **/
  img
  {
    border: 0;
  }

/** horizontal rules **/
  hr
  {
    height: 1px;
    border: 1px solid #666;
  }

/** forms **/
  form
  {
    margin: 0;
    padding: 0;
  }

  fieldset
  {
    margin: 1em 0;
    padding: 0.5em;
  }
	
	pre, code
  {
    font-size: 1.1em; /* Monospace fonts can be hard to read */
    font-family: "Bitstream Vera Sans Mono", "Courier New", monospace;
  }

ul {
	position: relative;
	width: 150;
}


#HeaderNav {
	background: url(/af_media/headernav.png) no-repeat bottom;  
	font-size: 100%; /* Fixes exaggerated text resizing in IE6 and IE7 */
	margin:auto;
	height: 167px;
	width: 995px;	
	}
	
#HomeNav a{
background: url(/af_media/homenav.png);
background-position: 0 0;
display: block;
width: 275px;
height: 69px;
font-size: .75em;
font-weight:normal;
position:absolute;
margin-left:96px;
 }

#BazaarNav a{
background: url(/af_media/nav-01.png);
background-position: 0 0;
display: block;
width: 126px;
height: 69px;
font-size: .75em;
font-weight:normal;
position:absolute;
margin-left:371px;
line-height: 20.5px;
color: #acac76;
text-align: center;
}

#BazaarNav a:hover {
background: url(/af_media/nav-01_bk.png);
color: #acac76;
text-decoration: none;
}

#BlogsNav a{
background: url(/af_media/nav-02.png);
background-position: 0 0;
display: block;
width: 121px;
height: 69px;
font-size: .75em;
font-weight:normal;
position:absolute;
margin-left:497px;
line-height: 20.5px;
color: #acac76;
text-align: center;
}

#BlogsNav a:hover {
background: url(/af_media/nav-02_bk.png);
color: #acac76;
text-decoration: none;
}

#PhotosNav a{
background: url(/af_media/nav-03.png);
background-position: 0 0;
display: block;
width: 124px;
height: 69px;
font-size: .75em;
font-weight:normal;
position:absolute;
margin-left:618px;
line-height: 20.5px;
color: #acac76;
text-align: center;
}

#PhotosNav a:hover {
background: url(/af_media/nav-03_bk.png);
color: #acac76;
text-decoration: none;
}

#ExpensesNav a{
	background: url(/af_media/nav-04.png);
	background-position: 0 0;
	display: block;
	width: 147px;
	height: 69px;
	font-size: 0.75em;
	font-weight:normal;
	position:absolute;
	margin-left:742px;
line-height: 20.5px;
color: #acac76;
text-align: center;
}

#ExpensesNav a:hover {
background: url(/af_media/nav-04_bk.png);
color: #acac76;
text-decoration: none;
}

#MapsNav a{
background: url(/af_media/nav-05.png);
background-position: 0 0;
display: block;
width: 106px;
height: 69px;
font-size: .75em;
font-weight:normal;
position:absolute;
margin-left:889px;
line-height: 20.5px;
color: #acac76;
text-align: center;
}

#MapsNav a:hover {
background: url(/af_media/nav-05_bk.png);
color: #acac76;
text-decoration: none;
}
	
#page_middle {
	background: url(/af_media/page_mid.png) repeat-y;  
	font-size: 100%; /* Fixes exaggerated text resizing in IE6 and IE7 */
	width: 995px;
	margin:auto;
	}		
	
#table_body {
	width:817px;
	margin-left: 105px;
	text-align:center;
	}

#page_footer {
	background: url(/af_media/footernav.png) no-repeat;  
	font-size: 100%; /* Fixes exaggerated text resizing in IE6 and IE7 */
	width: 995px;
	height: 100px;
	margin:auto;
	}		

#footernav {
	width:265px;
	float: right;
	color: #f67a03;
	text-align: center;
	margin-top: 74px;
	margin-right: 6px;
}

#footer {
	background:url(/af_media/footerbk.png);
	background-repeat:no-repeat;
	background-position:center;
	text-align: center;
	font-size: 0.75em;
	color: #fde9c8;
	margin-top: -10px;
	font-variant: small-caps;
	margin-bottom:10px;
	}

#footernav a {
	text-decoration:none; 
	font-weight:normal; 
	color:#FFF; 
	font-size:11px;
	}

#BazaarSale1 {
	width:814px;
	height:170px;
	background-image: url(/af_media/bazaar1.png);
	background-repeat: no-repeat;
}

#BazaarSale2 {
	width:814px;
	height:170px;
	background-image: url(/af_media/bazaar2.png);
	background-repeat: no-repeat;
}

#BazaarSale3 {
	width:814px;
	height:170px;
	background-image: url(/af_media/bazaar3.png);
	background-repeat: no-repeat;
}
	
#Search {
	width:814px;
	height:82px;
	background-image: url(/af_media/search.png);
	background-repeat: no-repeat;
}
	
#TearTextBazaar {
	font-family: Arial, Helvetica, sans-serif;
	color: #411a00;
	font-size: 12px;
	width:524px;
	margin-left: 255px;
	}
	
#TearTextBazaar a {
	font-family: Arial, Helvetica, sans-serif;
	color: #411a00;
	font-size: 12px;
	}
	
#TearTextLink a {
	font-family: Arial, Helvetica, sans-serif;
	color: #411a00;
	width:524px;
	font-size:14px;
	position:relative;
	text-align: center;
	}

	
#SalePic {
background:url(/af_media/sale-head.png);
width:206px;
height:123px;
float:left;
margin-left: 24px;
margin-top: 24px;
	}

#CollectPic {
background:url(/af_media/collect-lantern.png);
width:206px;
height:123px;
float:left;
margin-left: 24px;
margin-top: 24px;
	}
		
	#UnvailPic {
background:url(/af_media/unavail-ibrik.png);
width:206px;
height:123px;
float:left;
margin-left: 24px;
margin-top: 24px;
	}

#MapBG-top {
	background:url(/maps/af_media/mapbg-top.png) no-repeat;
	width: 812px;
	height:30px;
}

#MapBG-mid {
	background:url(/maps/af_media/mapbg-mid.png) repeat-y;
	width: 812px;
}

#MapBG-bot {
	background:url(/maps/af_media/mapbg-bot.png) no-repeat;
	width: 812px;
	height: 30px;
}

.TitleText {
	font-family: Arial, Helvetica, sans-serif;
	color: #dfb577;
	font-style:italic;
	}

.BodyText {
	font-family: Arial, Helvetica, sans-serif;
	color: #d4b280;
	font-size: 12px;
	letter-spacing: .02em;
	}
	
.TearTextemail {
	font-family: Arial, Helvetica, sans-serif;
	color: #411a00;
	font-size: 12px;
	}

.bgLink {
	color: #cc9933;
	font-weight: 600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* tab */
#tabpic{
	position: relative;
	z-index: 5;
}

/* hisblog */
#hisblog {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #fefefe;
	font-size: 12px;
	margin-left:0px; /*Moves middle content opposite of #tab */
}
#hisblog a {
	color: #411a00;
	font-size: 13px;
	text-decoration:underline;
}
#hisblog a:hover {
	text-decoration: none;
}

.hisblogC {
}

#hisblog p {
	background: #cc9933;
	width: 219px; /* Width of RSS Boxes*/
	margin-left:18px;  /* Moves RSS boxes */
	padding: 5px;  /* Padding in RSS boxes */
	border-bottom: solid;
	border-bottom-color:#fde9c8;
}

/* herblog */
#herblog {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #fefefe;
	font-size: 12px;
	margin-left:0px; /*Moves middle content opposite of #tab */
}
#herblog a {
	color: #411a00;
	font-size: 13px;
	text-decoration:underline;
}
#herblog a:hover {
	text-decoration: none;
}

.herblogC {
}

#herblog p {
	background: #cc9933;
	width: 219px; /* Width of RSS Boxes*/
	margin-left:18px;  /* Moves RSS boxes */
	padding: 5px;  /* Padding in RSS boxes */
	border-bottom: solid;
	border-bottom-color:#fde9c8;
}

/* FlashPlayer */
#targetDivId {
	margin-top: 5px;
	margin-bottom: 0px;
	height: 260px;
}
