body {
	padding:0;
	height:100%;
	background: #ffffff;
	margin: 0px;
}

/* Main Layout Styles */
#header {
    margin-left: 0px;
    margin-right: 0px; 
    height: 50px;
    background-color: #DF0029;
	width: 100%;
}
#header2 {
	margin-left: 0px;
	margin-right: 0px;
	height: 20px;
	background-color: #2375BB;
	width: 100%;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #99A4F6;
	border-top-width: 1px;
	border-top-color: #99A4F6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}
#header3 {
    margin-left: 0px;
    margin-right: 0px; 
    height: 20px;
    background-color: #ffffff;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 100%;
}
#navigation {
	position: absolute;
	left: 20px;
	top: 90px;
	width: 180px;
	margin-top:0px;
	margin-bottom:10px;
	padding-bottom : 0px;
	background-color: #ffffff;
	border:1px solid #2375BB;
}
#maincontent {
	margin-left: 220px;
	margin-right: 220px;
	top: 90px;
	margin-top:5px;
	margin-bottom:0px;
	padding-right : 20px;
	padding-bottom : 10px;
}  
#right {
	position: absolute;
	right: 20px;
	top: 90px;
	width: 180px;
	margin-top:0px;
	margin-bottom:10px;
	padding-bottom : 0px;
	background-color: #ffffff;
	border: none;
}
#quote {
	margin-left: 20px;
	top: 90px;
	margin-top:0px;
	margin-bottom:0px;
	padding-right : 20px;
	padding-bottom : 10px;
}
#contact {
	width: 100%;
	background-attachment: fixed;
	background-image: url(images/moulded-cases.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}

