/* Page Body Layout */
body {
margin:0;
padding:0;
height:100%; /* this is the key! */
background-image:url(../images/bg_fade.jpg);
}
#wrapper {
margin-top:10px;
margin-left: auto;
margin-right: auto;
margin-bottom:10px;
width: 940px;
text-align: left;
border-left:6px solid #DBDBDB;
border-right:6px solid #DBDBDB;
border-top:6px solid #DBDBDB;
border-bottom:6px solid #DBDBDB;
background-color: #EAEAEA;
}
#middle_body {
margin-top:10px;
margin-bottom:10px;
margin-left: auto;
margin-right: auto;
width: 940px;
text-align: left;
background-color: transparent;
}
/* End Page Body Layout */

/* Page Blocks */
#header {
height: 72px;
background :url(../images/header.jpg) no-repeat top left;
width:940px; /* This width needs to account for the border width */
margin-top:0px;
margin-bottom:0px;
border-left:5px solid #EAEAEA;
border-right:0px solid #EAEAEA;
}
#subheader {
height: 62px;
background :url(../images/subheader.jpg) no-repeat top left;
width:940px; /* This width needs to account for the border width */
margin-top:0px;
margin-bottom:0px;
border-left:5px solid #EAEAEA;
border-right:0px solid #EAEAEA;
}
#navigation {
height: 30px;
background-color: #EAEAEA;
width:940px;
margin-bottom:0px;
border:0px solid #333;
}
#box_one {
float:left;
margin-left:15px;
margin-right:10px;
margin-bottom:10px;
width:295px;
height:153px; 
color:#333;
background		: url(../images/box_11.jpg) no-repeat top left;
border:0px solid #0000FF;
}
#box_two {
clear:both;
float:left;
margin-left:15px;
margin-right:10px;
margin-bottom:10px;
width:295px;
height:153px; 
color:#333;
background		: url(../images/box_12.jpg) no-repeat top left;
border:0px solid #0000FF;
}
#box_three {
clear:both;
float:left;
margin-left:15px;
margin-right:10px;
margin-bottom:10px;
width:295px;
height:153px; 
color:#333;
background		: url(../images/box_3.jpg) no-repeat top left;
border:0px solid #0000FF;
}
#box_four {
clear:both;
float:left;
margin-left:15px;
margin-right:10px;
margin-bottom:10px;
width:295px;
height:153px; 
color:#333;
background		: url(../images/box_4.jpg) no-repeat top left;
border:0px solid #0000FF;
}
#box_five {
clear:both;
float:left;
margin-left:15px;
margin-right:10px;
margin-bottom:10px;
width:295px;
height:153px; 
color:#333;
background		: url(../images/box_5.jpg) no-repeat top left;
border:0px solid #0000FF;
}
#box_six {
clear:both;
float:left;
margin-left:15px;
margin-right:10px;
margin-bottom:10px;
width:295px;
height:153px; 
color:#333;
background		: url(../images/box_6.jpg) no-repeat top left;
border:0px solid #0000FF;
}
#box_seven {
clear:both;
float:left;
margin-left:15px;
margin-right:10px;
margin-bottom:10px;
width:295px;
height:153px; 
color:#333;
background		: url(../images/box_7.jpg) no-repeat top left;
border:0px solid #0000FF;
}
#box_eight {
clear:both;
float:left;
margin-left:15px;
margin-right:10px;
margin-bottom:10px;
width:295px;
height:153px; 
color:#333;
background		: url(../images/box_8.jpg) no-repeat top left;
border:0px solid #0000FF;
}
#box_nine {
clear:both;
float:left;
margin-left:15px;
margin-right:10px;
margin-bottom:10px;
width:295px;
height:153px; 
color:#333;
background		: url(../images/box_9.jpg) no-repeat top left;
border:0px solid #0000FF;
}
#box_ten {
clear:both;
float:left;
margin-left:15px;
margin-right:10px;
margin-bottom:10px;
width:295px;
height:153px; 
color:#333;
background		: url(../images/box_10.jpg) no-repeat top left;
border:0px solid #0000FF;
}
#box_eleven {
clear:both;
float:left;
margin-left:15px;
margin-right:10px;
margin-bottom:10px;
width:295px;
height:153px; 
color:#333;
background		: url(../images/box_1.jpg) no-repeat top left;
border:0px solid #0000FF;
}
#box_twelve {
clear:both;
float:left;
margin-left:15px;
margin-right:10px;
margin-bottom:10px;
width:295px;
height:153px; 
color:#333;
background		: url(../images/box_2.jpg) no-repeat top left;
border:0px solid #0000FF;
}
#content {
float:right;
width:550px;
min-height: 400px;
margin-bottom:10px;
color:#333;
background:#EAEAEA;
border:0px solid #0000FF;
padding:0 20px;
}
#clearone{
	clear	:	both;
	height	: 	1px;
}
#footer {
clear:both;
background:transparent; /* : url(../images/bottom_bg.jpg) no-repeat bottom right;*/
width:940px; /* This width needs to account for the border width */
margin-left: auto;
margin-right: auto;
margin-bottom:0px;
border:0px solid #333;
height:60px;
text-align:left;
color:#FFF;
}
#sub_footer {
background-color:transparent;
width:952px;
margin-left: auto;
margin-right: auto;
height:20px;
text-align:left;
color:#FFF;
}
#content_owner {
		float:left;
		margin-left:24px;
		margin-top:0px;
		width:400px;
		height:32px;
		color:#333;
		padding:10px 0px 0px 0px;
}
#content_designer {
		float:right;
		margin-right:24px;
		margin-top:0px;
		width:400px;
		height:32px;
		color:#333;
		padding:0px 0px 0px 0px;
}
.webzplus {
		position: relative;
		top:6px;
		right:0px;
		left:0px;
		padding:0px 0px 0px 0px;
}
/* End Page Blocks */