/* CSS Document */
div#container {
width: auto;
background-image: none;
border-width: 2px;
border-style: solid;
border-color: #AF3D18;
}

div#banner {
background-image: url("../templates/images/banner_mobile.jpg");
background-position: center;
background-repeat: no-repeat;
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #AF3D18;
height: 37px;
}

div#leftNavigation {
width: auto;
background-color: none;
background-image: none;
margin-right: 0px;
padding-right: 0px;
padding-left: 0px;
margin-left: 5px;
margin-top: 0px;
padding-top: 5px; 
padding-bottom: 15px;
float: none;
clear: none;
}

div#social_networks {
display: none;
}

div#content {
background-image: none;
margin: 0px;
padding: 0px;
margin-left: 3px;
font-size: 12pt;
}

span#page_title {
  font-size: 8pt;
}

div#footer {
text-align:center;
background-image: none;
border-top-width: 2px;
border-top-style: solid;
border-top-color: #AF3D18;
height: 40px;
}

div#footer span {
  font-size: 8pt;
  left: 0px;
}

input[type="text"] {
	width:275px;
}

input[type="file"] {
	width:275px;
}

select {
	width:275px;
}

textarea {
	width:275px;
}

img {
   max-width: 280px;
   margin: 3px;
}