/*********************************************
* 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-image: url(../images/backgroundmain.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	background-color:#000000;}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	height: 7750px;
	width: 1000px;}
	
#toparea {
	height: 236px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;}
	
#header {
	background-image:url(../images/backgroundheader.jpg);
	padding-top: 159px;
	height: 36px;
	width: 1000px;}
	
#email {
	margin-left: 500px;
	height: 36px;
	width: 200px;}
	

#mainnav {
	height: 41px;
	width: 1000px;}
	

#content {
	height: 7184px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFFFFF;}
	
.widgettop {
	background-image:url(../images/widgettop.png);
	background-repeat: no-repeat;
	height: 90px;
	width: 259px;
	padding: 10px}
	
.widgetcenter {
	background-image:url(../images/widgetcenter.png);
	background-repeat: no-repeat;
	height: 90px;
	width: 259px;
	padding: 10px}
	
.widgetcomplete {
	background-image:url(../images/widgetcomplete.png);
	background-repeat: no-repeat;
	height: 90px;
	width: 259px;
	padding: 10px}
	
.widgetbottom {
	background-image:url(../images/widgetbottom.png);
	background-repeat: no-repeat;
	height: 90px;
	width: 259px;
	padding: 10px}
	
#col1 {
	height: 7164px;
	width: 680px;
	float:left;
	margin-left: 0px;
	margin-right: auto;
	padding: 10px;}
	
#col2 {
	background-image: url(../images/backgroundcol2.jpg);
	background-repeat: repeat-x; 
	height: 7164px;
	width: 279px;
	float:left;
	padding: 10px;
	margin-left: 0px;
	margin-right: auto;}
	
#panel1 {
	height: 280px;
	width: 660px;
	padding: 10px;
	background-image: url(../images/panel1border.png);}
	
.panelcol {
	width: 200px;
	float:left;
	padding: 0px 10px 10px 10px;
	margin-left: 0px;
	margin-right: auto;}
	
#panel2 {
	margin-top: 10px;
	height: 180px;
	width: 660px;
	padding: 10px;
	background-image: url(../images/panel2border.png);}


#footer {
	background-color: #FFA520;
	height: 80px;
	width: 1000px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;}
	

	

	

