@import "menuff.css";

body {
	font-family: "medium Georgia", serif;
	padding:0px 0px;
	text-align:center;
	color:#333;
	font-size: medium;
  }
a:link {
  color:#0000B0;
  text-decoration:underline;
  }
a:visited {
  color:#BF6F91;
  text-decoration:underline;
  }

a:hover {
  color:#8589B8;
  text-decoration:none;
  }

a img {
  border-width:0;
  }



/* Page Layout Divs
----------------------------------------------- */
#container {
	border: 1px solid #d59eb5;
	width:90% !important;
	margin-right:auto !important;
	margin-left:auto !important;
	margin-top:20px;
}

#header {
	width:80%;
	height:140px !important;
	margin-top:10px;
	margin-left: 20px !important;
    margin-right: auto !important; 
	background-image: url(masthead2.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	clear:none !important;
}

#breadCrumb {
	float:left !important;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 12px !important;
	text-align:left;
	margin-left:13px;
	width:50%;
	margin-bottom:5px;
	margin-top:5px;
}

#content {
	position:relative;
	width:82.5% !important;
	height:2001px !important;
	margin-top:20px;
	margin-left:1%;
	text-align:left;
	border: 1px solid #d59eb5;
  }


#sidebarLeft {
	position:relative;
	width: 22%;
	height: 2001px;
	float:left;
	clear: left;
	text-align: left;
	margin-left:1%;
	margin-top:8px;
	background-image: url(sidebar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#main {
	position:relative;
	width: 74.5%;
    height:100%;
	float:left;
	padding-left:1.5%;
	padding-right:.5%;

  }
  
  
#rightPic {
 
   float:right;
   clear:none;
} 
  
  
#leftPic {
 
   float:left !important;
   clear:none;
}

#leftPic {
 
   float:left;
   clear:none;
} 
  
#sidebarRight {
	position:relative;
	width:15.25%;
	height: 800px;
	margin-right:0%;
	margin-top:8px;
	margin-left:0%;
	float:right;
	clear:none !important;

  }

#sidebarRight img {
    margin-bottom:5px;
}


/* Headings
----------------------------------------------- */


h1 {
  margin:.5em 0 .75em;
  font:140% "Trebuchet MS", Trebuchet, Arial, Verdana, Sans-serif;
  color:#000000;
  }

h2 {
	margin:0 0 .75em;
	font:900 90% "Trebuchet MS", Trebuchet, Arial, Verdana, Sans-serif;
	text-transform:uppercase;
	letter-spacing:.2em;
	color:#CA86A3;
	padding-left:30px;
	padding-top:20px;
	padding-bottom:0px;
	background-image: url(star.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
  }

/*  Content Styles
----------------------------------------------- */


#content img {
  padding:4px;
  border:1px solid #ddd;
  }
#content blockquote {
  margin:1em 20px;
  }
#content blockquote p {
  margin:.75em 0;
  }

#content p {
  line-height:1.3em;
}



/* Sidebar Styles
----------------------------------------------- */

#sidebarRight a {
  display: block;
  font:90% "Trebuchet MS", Trebuchet, Arial, Verdana, Sans-serif;

  }


#sidebarLeft a {
  display: block;
  font:90% "Trebuchet MS", Trebuchet, Arial, Verdana, Sans-serif;

  }



/* Footer
----------------------------------------------- */
#footer {
  width:80%;
  clear:both;
  padding-top:20px;
font:80% "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  margin:20px auto;
  text-transform:uppercase;
  letter-spacing:.1em;
}
  
