/*********************************************
* Author:     Danny Clark                    *
* Web:        http://www.aerovisionit.co.uk/ *
* Mail:       info@aerovisionit.co.uk        *
* Version     1.0                            *
*********************************************/

/* Main structured layout */

body {
	margin-top: 0px;
	background-color:#797979;}

#wrapper {margin-left: auto;
	margin-right: auto;
	height: 880px;
	width: 920px;}
	
#header {
	height: 120px;
	width: 920px;
	margin-left: auto;
	margin-right: auto;}
	
#strap {
	height: 60px;
	width: 920px;
	margin-top: 10px;
	margin-bottom: 10px;}
	
#content { 
	height: 680px;
	width: 880px;
	background-color: #FFFFFF;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;}