
	* { 
	margin: 0;
  	padding: 0;}	

#wrapper {
	width:100%;
	margin:auto;
	min-width:993px;
	max-width:1280px;

}
body {
	background-color:#B6B280;
}

.left {
width:525px;
height:244px;
float:left;

}
.right {
width:400px;
height:329px;
float:right;

}

.indent {margin-left:3%; padding:.5em;}
.moreindent {margin-left:3%; padding:.5em;}

#email {
position:relative;
margin-left:30%;
top:21em;
_top:20em;
}

#header {
  background-color:#F9F9D3;
  height:23em;
  padding:.4em;
}

#nav {
width:100%;
float:left;
background: url('navbar.png');
height:50px;
}

#leftcap{
	float:left;
}
#container {
position:relative;
margin-top:-25px;
}
#navformat{
padding:.7%;
}

#rightcap{
	float:right;
}

#content {margin-left:2em;}
#footer {clear: both; text-align: center;}	
