* {
  margin: 0;
  padding: 0;
  }

#wrapper {
		 width: 100%;
  		 margin: 0 auto; 
  		 text-align: left;
		 }

body {
	 background-color:#E9F1FA; min-width: 993px;
	 }



#heading {
		 background: url('headergradient.png');
		 }
.headlogo{
		 float:left;
 }
.headbox{ 

		display:inline-block;
		text-align:center;
		height:154px;
		margin:auto;
		overflow:hidden;
		margin-left:12%;
		margin-right:1%;
}
html>body #heading {height: 154.41px;}
#logo {
	  width:165px;

	  }
	  
#leftcap{
	    display:inline;
	    float:left;
		}

#rightcap{
	     float:right;
		 }


#navigation { 
			background: url('navback.png');
			width: 100%;
			float: left;
			}

#content { 
		 width: 100%; 
		 float: left;

		 } 

.text{
		 margin-left:1.3em;
		 margin-right:1.3em;
		 margin-top:1em;
		 margin-bottom:1em;
		 text-align:center;
}

.container {
	background: #000000;
	position:relative;
	margin-left:18%;
	margin-right:18%;
	display:inline-block;
	text-align:center;
}

.box {
	width: 200px;
	height:200px;
	position: relative;
	padding:.2em;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.boxtext {
	position: absolute;
	left: 0;
	top: 0;
	font-family:impact;
	font-size:1.2em;


}

#footer { 
		clear: both; 
		}


