body {
	font: 100% Times, Helvetica, sans-serif;
	background: #300 url(http://www.ottawaroyalcleaners.com/images/bg.jpg) no-repeat top center;
	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #505050;
}
.oneColFixCtrHdr #container {
	width: 682px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image: url(http://www.ottawaroyalcleaners.com/images/parchment.jpg);
	background-repeat:repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #mainContent {
	 

	
background: url(http://www.ottawaroyalcleaners.com/images/parchment.jpg) repeat-y center;
padding:10px 10px 10px 10px;
	
}

.oneColFixCtrHdr #mainContent a{
color:#660000;
text-decoration:none;
font-size:15px;
}
.oneColFixCtrHdr #mainContent a:hover{
color:a9a9a9;
background-color:#660000;}



.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color:#000000;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

h1 {
color:#740;
font-size:25px;
}

h1 a{
color:#660000;

text-decoration:none;
padding:20px 20px 20px 20px;

}



h2 {
	font: 600 1.2em 'times new romans',times,serif;
	font-size:25px;
	color: #660000;
	margin: 3px 0;
	}
	
	h3 {
	color:#a9a9a9;
	font-size:24px;

}

h4 {

border-color:#660000;
font-size:20px;
}

h4 a{
fontsize:15px;
}

.content_left {
width:400px;
border-right:#ebebeb;
border-width:3px;
float:left;
padding-right:60px;
}

.middle_links {
width:150px;
font-size:16px;
}

img {
margin:2px;
}