/* Industrial Roofing Services Ltd. */

html {
	margin: 0px;
	padding: 0px;
}

body { 
	font: 11px/16px verdana; 
	color: #1e2859; 
	background-image: url(images/bkgdstrip.gif);
	background-position: center;
	background-repeat: repeat-y;
	background-color: #ffffff;
	margin: 0px; 
	padding: 0px;
	min-height: 100%;
	text-align: center;
}

a:link { 
	font-weight: normal; 
	text-decoration: underline; 
	color: #666666;
}

a:visited { 
	font-weight: normal; 
	text-decoration: underline; 
	color: #666666;
}

a:hover, a:active { 
	text-decoration: none; 
	color: #666666;
}

p { 
	margin-top: 0px;
}

h1 { 
	font: bold 11px verdana;
	margin-bottom: 0px;
	color: #1e2859;
}

h2 { 
	font: bold 12px verdana;
	letter-spacing: 1px; 
	margin-bottom: 2px;
	margin-top: 2px;
	color: #1e2859;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	display: block;
	padding-top: 4px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	list-style-type: none;
}

ol {
	list-style-type: disc;
}
	
li { 
	padding-top: 0px; 
	margin-bottom: 0px;
}

.mcontainer {
	width: 900px;
}

#mainnav {
	width: 170px;
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	background-color: #787e9b;
}

#mainheader {
	width: 900px;
	margin-top: 0px;
}

#content_home {
	width: 730px;
	float: right;
	margin-bottom: 0px;
	margin-right: 0px;
	background-image: url(images/bkgd_home.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #ffffff;
}

#content_about {
	width: 730px;
	float: right;
	margin-bottom: 0px;
	margin-right: 0px;
	background-image: url(images/bkgd_about.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #ffffff;
}

#content_services {
	width: 730px;
	float: right;
	margin-bottom: 0px;
	margin-right: 0px;
	background-image: url(images/bkgd_services.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #ffffff;
}

#content_understand {
	width: 730px;
	float: right;
	margin-bottom: 0px;
	margin-right: 0px;
	background-image: url(images/bkgd_understand.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #ffffff;
}

#content_emergency {
	width: 730px;
	float: right;
	margin-bottom: 0px;
	margin-right: 0px;
	background-image: url(images/bkgd_emergency.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #ffffff;
}

#content_clients {
	width: 730px;
	float: right;
	margin-bottom: 0px;
	margin-right: 0px;
	background-image: url(images/bkgd_clients.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #ffffff;
}

#content_contacts {
	width: 730px;
	float: right;
	margin-bottom: 0px;
	margin-right: 0px;
	background-image: url(images/bkgd_contacts.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #ffffff;
}

#footer {
	width: 900px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #b3bdcb;
	text-align: center;
}