
body{
	background: #4b4b4c;
	text-align:center;
	margin:0;
	color:#fff;
	font-family: "Trebuchet MS",Verdana, Helvetica, sans-serif;
	font-size:80%;
	line-height:1.8em;
	}
#header{
	background:  url('images/header_bg.jpg') repeat-x;
	width:100%;
	height:111px;
	text-align:center;
	clear:both;
	}
#inner_header{
	width:900px;
	margin:0 auto;
	overflow:auto;
	}
#logoleft{
	float:left;
	}
#logoright{
	float:right;
	}
#header_bottom{
	margin:0 auto;
	background:  url('images/header_bottom_bg.jpg') repeat-x;
	}
#midwrap{
		background: #373636;
		width:100%;
		border-bottom:1px solid #fff;
		padding-bottom:20px;
		}
#container{
	width:900px;
	padding: 0;
	overflow:auto;
	margin:0 auto;
	clear:both;
	}
	
#pics{
	float:left;
	width:280px;
}
#content{
	float:right;
	text-align:left;
	width:600px;
	}
#fullwidth{
		text-align:left;
		margin-bottom:15px;
		
}
#fullwidth:after{
display:block;
content:" ";
clear:both;}
#left_content{
	float:left;
	text-align:left;
	width:350px;
	}
#center_content{
	float:left;
	text-align:left;
	width:255px;
	margin-left:20px;
	}
#right_content{
	float:right;
	text-align:left;
	margin-left:20px;
	width:255px;
	}
.bullet ul{
	list-style-type:none;
	}
.bullet li{
	list-style-type:none;
	background:url('images/bullet.jpg') no-repeat;
	background-position:left;
	padding:0 0 0 25px;
	}
h1,h2,h3,h4{
	margin:20px 0 0 0;
	padding:0;
	}
h1{
	font-size:1.5em;
	color:#a8d9fc;
	font-weight:normal;
	font-family: Georgia;
	}
h2{
	font-size:1.2em;
	color:#a8d9fc;
	font-family: Georgia;
	font-weight:normal;
		}
#innav{
text-align:right;
	float:right;
	}
#nav{
	width:900px;
	margin:0 auto;
	font-size:1.1em;
}
	
#nav ul{
		display:inline;
}
#nav ul li{
	float:right;
	display:block;
	list-style:none;
	padding:0;
	}
#nav li a{
	color:#fff;
	text-decoration:none;
	display:block;
	padding:5px 10px;
	}
#nav li a:hover{
	color:#eee;
	text-decoration:none;
	display:block;
	background:#636262;
}	

/*================= Form =====================================*/
#formcont  {
			width: 350px;
			position: relative;
			text-align: left;
			clear: both;
			}
#formcont p{
	margin:0;
	}			
#formdiv  {
			width: 350px;
			}
div.row {
  clear: both;
  padding-top: 5px;
  }
div.row span.label {
  float: left;
  width: 100px;
  text-align: left;
  }
div.row span.formw {
  float: right;
  width: 235px;
  text-align: left;
  }
  div.submit  {
  clear: both;
  padding-top: 5px;
  }
div.submit  span.label {
  float: left;
  width: 100px;
  text-align: right;
  }
div.submit  span.formw {
  float: right;
  width: 235px;
  text-align: left;
  }
.submit{
	text-align:right;
	}
.button  {	
			text-align: center;
	background:  #636262;
	border: 1px solid  #d9d692;
	color: #fff;
			}
.input{
		background:  #eee;
		padding:2px;
	border: 1px solid  #d9d692;
	font-family:"Trebuchet MS";
	font-size:1em;
	width:230px;
}
#add_label{

	text-align:right;
	}
#add{
	width:40px;
	}
address{
	font-style:normal;
	
	}
a{
	color:#d9d692;
	text-decoration:none;
	}
a:hover{
	color:#fff;
	}
#footer{
	font-size:.8em;
	text-align:center;
	color:#eee;
	}
#footer a{
	color:#fff;
	text-decoration:none;
	}
#footer a:hover{
	color:#d9d692;
	}
	
.portrait{
	height:190px;
	border:1px solid #fff;
	margin:5px 10px 5px 0;
	}
	
.landscape{
	height:190px;
	border:1px solid #fff;
	margin:5px 10px 5px 0;
	}

