
/* GENERAL ----------------------------------------------------*/


body {
  font-size: 72.5%; /* Resets 1em to 10px */
  margin: 0; padding: 0px;
  font-family:Arial,Helvetica,sans-serif;
  color: #111;
  width:100%;
  background:#f1f3ee;
  text-align: center;
}

#mcms_body_defaults {
  text-align: left;
}

img {
  border: none;
}

hr {
  border:0;
  border-top: 1px solid #777;
  height: 0;
  background: #eee;
}

li {
  margin-bottom:8px;
}

h1, h2 {
  font-family:"Century Gothic","Lucida Grande",Arial,sans-serif;
  font-size: 180%;
  font-weight:normal;
  margin: 12px 0 6px 0;
}
	
h3 {
  font-family:"Century Gothic","Lucida Grande",Arial,sans-serif;
  font-size: 130%;
}



/* HEADER ----------------------------------------------------*/



#header {
  margin:0px;
  padding:0px;
  width:100%;
  background:#f1f3ee;
}

#header h2 {
  margin:0;
  padding:15px 0 0px 0;
  font-family:"Century Gothic","Lucida Grande",Arial,sans-serif;
  font-size: 280%;
  font-weight:normal;
}

#header h3 {
  margin:0;
  padding:0 0 15px 0;
  font-family:"Century Gothic","Lucida Grande",Arial,sans-serif;
  font-size: 180%;
  font-weight:normal;
}


/* MENU ----------------------------------------------------*/


#menu {
  margin:0;
  width:100%;
  padding: 5px 0 5px 0;
  background:#981a21;
}

#menu a{
  text-decoration:none;
  color:#fff;
  margin:0px;
  padding:0px;
}

/* #page_container ----------------------------------------------------*/


#page_container {
  width: 100%;
  padding:0;
  margin:0;
}

/* #content_container ----------------------------------------------------*/


#content_container {
  max-width:1170px;
  background-image: url(/uploads/site3/Image/system/bg_1200.jpg);
  background-repeat: no-repeat;
  background-color: #3e4927;
  border-left:1px solid #555;
  border-right:1px solid #555;
  text-align: left; 
  margin: 0 auto; padding: 0;
  min-height:1000px;

}



/* CONT WRAP ----------------------------------------------------*/

#content {
  width: 730px;
  margin:0 0 0 270px;
  padding: 20px 0 60px 0;
  height:100%;

	
}


/* FOOTER  ----------------------------------------------------*/


#footer_img {
  bottom:0px;
  right:0px;
  position: fixed;
  z-index:131;
}


#footer {
  position: fixed;
  bottom:0px;
  right:0px;
  width:100%;
  bottom:0px;
  background:#f1f3ee;
  border-top:5px solid #981a21;
  z-index:100;
}

#footer h2 {
  margin:0;
  padding:10px 0 10px 0;
  font-family:"Century Gothic","Lucida Grande",Arial,sans-serif;
  font-size: 180%;
  font-weight:normal;
}



/* VARIOUS  ----------------------------------------------------*/


.box { 
  background: url('/uploads/site3/Image/system/80_transparent_white.png'); 
  padding: 10px;
  margin: 6px 0 15px 0;
}


#mcms_notice, #mcms_error {
  font-size: 180%;
  font-weight:bold;
}

#content textarea {
	width: 280px;
}

#content input[type=text] {
	width: 280px;
}

