img{
	width:auto;
	height:auto;
	max-width: 100%;
	max-height:100%;
}

.imgDiv{
	width:25%;
	margin-bottom:50px;
	float:left;
}

.infoDiv{
	margin-left: 25px;
	float:left;
	margin-right: 25px;
}

body { margin:0; padding:0; background-color:#2a1809; color:white; font:14px/1.3 Comic Sans MS, Comic Sans MS5, cursive;}
 
#header_container { background:#eee; border:1px solid #2a1809; height:100px; left:0; position:fixed; width:100%; top:0; }
#header{ line-height:100px; margin:0 auto; text-align:center; background-image:url("../images/header_clean.png"); font-size:70px;}
 
#container { margin:0 auto; overflow:auto; padding:100px 0; width:1100px;}
#containeradmin { margin:0 auto; overflow:auto; padding:100px 0; width:1200px;}
#content{padding-top:20px; margin-left:50px; margin-right:30px;}

#footer_container { background:#eee; border:1px solid #120901; bottom:0; height:60px; left:0; position:fixed; width:100%; }
#footer { line-height:60px; margin:0 auto; text-align:center;background-color:#120901;}

.left{
	float:left;
	width:33%;
}

a {
color:white;
}
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.form_settings
{ margin: 15px 0 0 0;}

.form_settings p
{ padding: 0 0 4px 0;}

.form_settings span
{ float: left; 
  width: 200px; 
  text-align: left;}
  
.form_settings input, .form_settings textarea
{ padding: 5px; 
  width: 299px; 
  font: 100% arial; 
  border: 1px solid #E5E5DB; 
  background: #FFF; 
  color: #47433F;}
  
.form_settings .submit
{ font: 100% arial; 
  border: 0; 
  width: 99px; 
  margin: 0 0 0 212px; 
  height: 33px;
  padding: 2px 0 3px 0;
  cursor: pointer; 
  background: #3B3B3B; 
  color: #FFF;}

.form_settings textarea, .form_settings select
{ font: 100% arial; 
  width: 299px;}

.form_settings select
{ width: 310px;}

.form_settings .checkbox
{ margin: 4px 0; 
  padding: 0; 
  width: 14px;
  border: 0;
  background: none;}
