*     {
	margin: 0px;
	padding: 0px;
      }

body  {
	font-family: "Trebuchet MS", Arial, Verdana;
	background-attachment: fixed;
	background-color: #5a3e1d;
	background-image: url(images/xxx);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 20px;
	padding-top: 0px;
      }

#wrapper {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-color: #;
	background-image: url(images/skyline.gif);
      }

img {
	margin-top: 0px;
	margin-bottom: 0px;
}


/* HEADER --------------------------------------------------------- */

#header {
	background-image: url(images/backline.gif);
	background-repeat: repeat;
	color: #ffffff;
	float:center;
      }


/* MAIN BODY CONTENT ------------------------------------------------------ */

#content {
	padding-right: 20px;
	padding-left: 20px;
	font-size: 0.9em;
	position: relative;
	text-align: justify;
      }

#content p{
	margin-bottom: 10px;
      }

#sidebar {
	background-position: left top;
	width: 170px;
	padding-top: 0px;
	padding-left: 0px;
	text-align: left;
	float: right;
	margin-right: 200px;
	color: #;
	display:inline;
      }


#sidebar h1 {
	font-size: 1.0em;
	margin-bottom: 5px;
	color: #ffffff;
      }

#sidebar h3 {
	font-size: 1.0em;
	margin-bottom: 5px;
	color: #000000;
      }

#sidebar p {
	margin-bottom: 10px;
	font-size: 0.8em;
      }

#mainbox a {
	text-decoration: none;
	font-weight: bold; 
	color: #000066;
      }

#mainbox a:visited { 
	text-decoration: none; 
	color: #000066;
	}

#mainbox a:hover {
	text-decoration: underline;
	color: #990033;
      }


#mainbox {
	margin-right: 50px;
      }

#mainbox ul {
	margin-left: 10px;
	margin-bottom: 10px;
	color: #;
      }

.ul1 {
	list-style-type: none;
	padding-top: 3px;
	padding-bottom: 10px;
     }

.ul1 li {
	display: inline;
      }

.ul1 a {
	text-decoration: none;
	color: #B7AE74;
      }

.ul1 a:hover {
	text-decoration: underline;
	color: #EBE3A3;
     }

.ul1 a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #B7AE74;
	}

.title {
	padding-top: 15px;
	padding-bottom: 5px;
	}
		
/* SIDEBAR ROLLOVER ------------------------------------------------------- */

#nav a {
	width:176px;
	height:282px;
	display: block;
	color: #ff3366;
	background: url("images/xxx") no-repeat;
	/*padding-top: 9px;
	padding-bottom: 10px;
	padding-left: 30px;*/
}

#nav a:hover {
color:#663366;
background:url("images/xxx") no-repeat;
}


/* FOOTER CONTENT --------------------------------------------------------- */

#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffcc;
	padding-right: 20px;
	padding-left: 12px;
	font-size: 0.8em;
	clear: right;
	margin-top: 20px;
	margin-right: 6px;
	margin-left: -4px;
	width: 550px;
      }

#footer a{
	color: #B7AE74;
	text-decoration: none;
      }

#footer a:hover {
	text-decoration: underline;
	color: #EBE3A3;
      }

#footer ul {
	list-style-type: none;
	padding-bottom: 15px;
      }

#footer li {
	display: inline;
	list-style-type: none;
      }


/* header tags -----------------------------------------------------*/

h1, h2, h2 ,h4 {
	color: #324628;
      }

h1    {
	font-size: 1.7em;
	margin-bottom: 15px;
	color: #000000;
      }

h2    {
	font-size: 1.3em;
	font-weight: normal;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BEC2B3;
	margin-top: 20px;
      }

h3    {
	font-size: 1.1em;
	margin-bottom: 5px;
      }

h4    {
	font-size: 0.7em;
	text-transform: uppercase;
	color: #CC6600;
	display: inline;
	margin-bottom: 20px;
      }


/* table related styles -------------------------------------------*/

table {
	font-size: 0.8em;
      }

table a{
	color: #CC6600;
      }

.bottombox {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right top;
	height: 30px;
      }


