/* global elements */

* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: white;
}


#wrapper, #content  {
	width: 100%;
	border: 0;
	margin: 0 2%;
	padding: 0;
	float: none !important;
	color: black; 
	background: transparent;

}

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}



/* ------------ end global elements ------------ */



/* header elements */

#header  {
	width: 100%;
	border: 0;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	float: none !important;
	color: black; 
	background: transparent;

}

#logo {
	margin:0;
	padding: 0;
	width:100%;
}

#navigation {
	display: none; 	
}


/* ------------ end header elements ------------ */


/* left column elements all pages - unless specified below */

#content #left {
	float: none;
	width:95%;
	margin: 0;
	padding: 0;
	height: auto;
	text-align: center;

}

#content #left img{
	margin: 0 auto;
	padding:0;

}


#content div.leftnav, #content #left div.arrows {
	display: none;
	margin: 0;
	padding:0;
}


/* ------------ end left column elements ------------ */




/* right column elements all pages - unless specified below */

#content #right {
	float: none;
	width:auto;
	margin: 0;
	padding: 0;
}

#content #right div.scroll {
	overflow:visible;
	width:95%;
}


#content #right a {
	color: #333;
	border-bottom: 1px dotted #996;
	text-decoration:none;
}



#content #right h1 {
	padding: 5px 0;
}

#content #right h2{
	padding: 5px 0;
	font-size: 14px;
}

#content #right p {
	margin: 0 0 14px 0;
	line-height: 17px;
}

#content #right div.arrows {
	display: none;
}


/* ------------ end right column elements ------------ */


/* page specific styles */

/* home page */

#home #content #left {
	float: left;
	width: auto;
	text-align: left;
	margin: 0;
	padding: 0;
}


#home #content #right {
	width: auto;
	float: left;
	margin: 0;
	padding: 0;
}

#home #content #right div.scroll {
	height: 440px;
	width: 403px;
	background-image: url(../images/home_scroll_bg_0.jpg);
	overflow: visible;
}

#home #content #right div.bg_and_text{
	overflow:visible;
	margin: 10px;
}

#home #content #right div.bg_and_text p {
	text-align: justify;
	width: 95%;
}


#home #content #right h1 {
	padding: 0;
}

#home #content #right p {
	margin: 0 0 14px 0px;
}


/* ------------ end right column elements ------------ */



/* other pages */

/* main image in left column */

#about #content #left img, #news #content #left img, #restoration #content #left img, #contact #content #left img, #testimonials #content #left img {
	margin: 0 auto;
}

/* ------------ end other pages styles ------------ */


/* footer styles */

#footer {
	width: 100%;
	color: #fc6;
	font-size: 10px;
	border-top: 1px solid #fc6;
	text-align: left;
	margin: 0;
	clear:left;
}

#footer p {
	margin: 0;
	padding:0;
	line-height: 16px;
}

/* ------------ end footer styles ------------ */
