/*  CSS for 1-Derful Roofing & Restoration */
/*
* {
	margin: 0;
}
*/
* {margin:0; padding:0;}
html, body {
	margin: 0;
	background: #d98f74;
	background-image: url(img/bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	font-family: Georgia1, Georgia, serif;
	font-size: 14px;
	color: #333333;
	height:100%;
	text-align: center;
}



/* TXT Styles */

p, ol, ul {
	line-height: 166%;
}

p {
padding: 10px;
}

ol {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

ul li {
	padding-left: 15px;
	background: transparent;
}


a {
	text-decoration: underline;
	color: #411800;
}

a:hover {
	text-decoration: underline;
	color: 411800;
}

a:focus {
	outline: 0px dotted;
}

/*Image Styles */

img {
	border: none;
}

.bord {
	border: 10px solid #111111;
	margin: 20px 0px 0px 0px;
}


.pad {
	margin: 10px;
	border: 2px solid #111111;
	-moz-outline: -1px dotted; ! important

}

.navi {
	margin: 60px 0px 0px 0px;
}

.floatleft {
	float: left;
	clear: left;
}

.floatright {
	float: right;
	clear: right;
}

hr {
	display: none;
}




/* HEADER START */

.header {
	width: 700px;
	height: 105px;
	margin: 0 auto;
	text-align: left;
	
}

/* LOGO START */

.logo {
	height: 51px;
	width: 700px;
	margin: 0 auto;
	text-align: center;
	
}

/* CONTAINER */

.page {
	text-align: center;
	width: 700px;
	height: auto;
	padding-bottom: -2em;
	position: relative;
	margin: 0 auto;
	height: 100%;
	min-height: 100%;
	padding-bottom: -3em;
	clear: both;
}

.board {
	text-align: center;
	width: 960px;
	min-height: 92%;
	height: auto !important;
	height: 92%;
	padding-bottom: -2em;
	position: relative;
	margin: 0 auto;
	
}


.mainmen {
	margin: 0 auto;
	width: 195px;
	padding-top: 0px;
	text-align: left;

}

.content {
	margin: 0 auto;
	width: 700px;
	text-align: left;
	clear: both;
}


.footer, .push {
	margin-top: -3em;
	height: 3em; /* .push must be the same height as .footer */
	text-align: center;
}

.gallery {
	margin: 0 auto;
	width: 700px;
	padding: 0;
	text-align: center;

}

.comm {
	margin: 0 auto;
	width: 500px;
/*	background-position:top;
	background-attachment:fixed;/**/
	background-repeat: no-repeat; 
	text-align: center;
	background-image:url(img/framebg.png);
	padding: 10px;
	overflow: hidden;
	height:100px;

scrollbar-arrow-color: #411800  !important;
scrollbar-base-color: #d1815c !important;
scrollbar-face-color: #b7542d !important;
scrollbar-highlight-color: #d1815c !important;
scrollbar-shadow-color: #d1815c !important;
scrollbar-3dlight-color: #d1815c !important;
scrollbar-track-color: #d1815c !important;
scrollbar-darkshadow-color: #d1815c !important;

}


/*ROLLOVER*/



#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
	font-size: 65%;
	color: #000000;
}

#footer a {
	color: #000000
}

#footer a:hover {
	text-decoration: underline;
}

		/* For Iframe */
	
.iframe {
	width: 100%;
	display:block;
	margin: 0 auto;
	padding: 0;
	padding-top: 0px;
	height:710px;
	overflow:hidden;
	}

.aboutiframe {
	display:block;
	margin: 0 auto;
	padding: 0;
	height:400px;
	width: 100%;
}


.iframein {
	background-image:none;
	background-color: transparent;
	margin: 0;
	padding: 0;
	overflow: auto;
}

.iframeinsub {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	text-align:left;
}