﻿/* A3 IT Solutions */
/* Initial Build: LMA 06/10/2008 */
/* Revisions:
   INITIAL HERE DATE HERE
*/

/* General Layout Styles */
html, body{
  width:100%;
  margin:0 0 0 0;
  text-align:center;
  background:#342214;
}

#container{
  width:850px;
  margin:0 auto 0 auto;
  text-align:left;
  background:#fff6e2;
}

#header{
  position:relative;
  top:0px;
  left:0px;
  width:850px;
}

#logo{
  position:absolute;
  top:0px;
  left:0px; 
}

#utilityNav{
  position:absolute;
  top:5px;
  right:0px;
}

#nav{
  position:absolute;
  bottom:23px;
  right:13px;  
}

#content{
  position:relative;
  top:0px;
  left:0px;
  width:805px;
  padding:10px 30px 15px 15px;
  background:#fff6e2;
}

#leftColumn{
  width:379px;
  height:350px;
  float:left;
  padding:20px 5px 0 30px;
}

#rightColumn{
  width:436px;
  height:370px;
  float:left; 
}

#footer{
  width:850px;
  padding:11px 0 0 0;
  background:#342214 url(/images/footer/background.jpg) repeat-x top left;
  clear:both;
}

/* Form Styles */
input, select{
  background:#ffffff;
  border:1px solid #000000;
}

button, submit{
  background:#ffffff;
  border:1px solid #000000;
}