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

/* Main structured layout */

body {
	background-color: #100F3D;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	margin-top: 0px;}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	height: 1030px;
	width: 1000px;}
	
#header {
	background-image: url(../images/backgroundheader.jpg);
	background-repeat: repeat-x; 
	height: 140px;
	width: 1000px;}
	
#logo {
	background-image: url(../images/logo.jpg);
	height: 121px;
	width: 334px;
	float: left;
	margin-top: 5px;}	
	
#mainnav {
	height: 60px;
	width: 520px;
	float: right;
	margin-top: 40px;
	padding-left: 80px;}
	
#content {
	height: 432px;
	width: 1000px;}
	
#col1 {
	height: 432px;
	width: 500px;
	float:left;}

#intro {
	margin-top: 30px;
	height: 300px;
	width: 353px;
	float:left;}
	
#cpdetails {
	float:left;
	margin-right: 40px;
	margin-left: auto;}
	
#col2index {
	background-image:url(../images/manwithkeys.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 432px;
	width: 500px;
	float:left;}
	
#col2 {
	height: 432px;
	width: 500px;
	float:left;}
	
#thankyou {margin-top: 50px;}
	
#footer {
	background-image:url(../images/backgroundfooter.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 460px;
	width: 1000px;
	text-align: left;}
	
#copy {
	height: 60px;
	width: 1000px;
	float: left;}
	
#footerrow1 {
	height: 380px;
	width: 1000px;
	float: left;}
	
#footcol1 {
	padding-top: 10px;
	padding-right: 20px;
	height: 370px;
	width: 310px;
	float: left;
	text-align: left;}
	
#footcol2 {
	padding-top: 10px;
	padding-right: 20px;
	height: 370px;
	width: 310px;
	float: left;
	text-align: left;}
	
#footcol3 {
    padding-top: 10px;
	padding-right: 20px;
	height: 370px;
	width: 310px;
	float: left;
	text-align: left;}
	
