@charset "utf-8";


#headercontainer {
    margin-bottom: 0px;
	margin-top: 0px;
	width: 100%;
	height: 129px;
	background-color: #9c917e;
}

#header {
	width: 955px;
	height: 129px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin:auto;
	clear: both;
	background-color: #9c917e;
	text-align: center;
}
#headercontainer #header #logo {
    width: 225px;
	padding-bottom: 0px;
	margin-left:auto;
	margin-right:auto;
}

#menucontainer{
    display: block;
	width: 100%;
	padding-bottom: 0px;
	padding-top: 0px;
	clear: both;
	background-color: #bcd4d4;
	height: 100%;
	
}
#menuinner {
	display: block;
	margin-left:auto;
	margin-right:auto;
	width: 900px; /* Adjust the main top menu centering here */
}

#mainimagescontainer {
	width: 100%;
	background-color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
}

#mainimages {
	background-color: #000000;
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	
}

#frontmaincontainer {
	background-color: #cbc2b2;
	margin-top: 5px;
	margin-bottom: 0;
}

#frontmain {
	background-color: #cbc2b2;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	width: 955px;
	display: block;
	background-image: url(../images/f.gif);
	background-repeat: no-repeat;
}

#leftfrontmain {
    display: block;
	width: 675px;
	float:left;
	font-family: "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	padding-top: 25px;
	padding-left: 20px;
	padding-right: 20px;
}


#rightfrontmain {
  width:229;
  margin-top:35px;
  display: block;
  float:right;
  margin: 0;
}




/****   Inside pages   ***************************************************************/

#insidemaincontainer {
	background-color: #6f6655;
	margin-top: 0px;
	margin-bottom: 0;
}

#insidemain {
	background-color: #cbbb9e;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/insidebg.gif);
	background-repeat: repeat-y;
	padding: 0;
	width: 955px;
	display: block;
}

#leftinside {
	background-color: #9c917e;
	display: block;
	width: 280px;
	height: 100%;
	float:left;
	font-family: "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	border-right-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #000000;
}

#leftinside p {
	  padding-bottom: 2px;
	  margin:0;
	  padding-bottom: 5px;
}  

#leftinside h1 {
	  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	  font-weight: bold;
	  font-size: 14px;
	  padding-bottom: 2px;
	  margin:0;
}

#leftinside a {
	  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	  font-weight: normal;
	  color:#333333;
	  font-size: 12px;

}

#leftinside a:hover{
	  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	  font-weight: normal;
	  color:#333333;
	  font-size: 12px;
	  text-decoration: none;
}

#insidemaincontainer #insidemain #rightinside #contentbox #insidebanners a {
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-serif;
	font-size: 12px;
}

#rightinside {
  width:630px;
  display: block;
  float:right;
  padding: 0;
  margin-left:auto;
  
}

/****   Bottom  elements   ***************************************************************/

#bottomcontainer {
	height: 120px;
	font-family: "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.6em;
	color: #666666;
	background-color: #80908f;

}

#footer {
   padding-top: 5px;
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 955px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	font-weight: bold;
	color: #515151;
}
/*  Other page elements   ************************************************************************/


.cleardiv {
clear:both;
margin: 0;
padding: 0;
}

.clearright {
	clear:right;
	margin: 0;
	padding: 0;
}


.centerpic {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


p {
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #4F4F4F;
}


