@charset "utf-8";
/* CSS Document */
/* 
	Created by NewLeaf Internet for Monroe Laundry Co. All Rights Reserved.
	Ben Nyquist
	January 18, 2009
	http://NewLeafInternet.com
*/

* {
	margin:0; 
	padding:0;
}

body {
	background-color:#000000;
}

/*Main Layout Div - holds all content*/
#layout {
	position:relative;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-top:3px;
	border-left:solid thin #D9261C;
	border-right:solid thin #D9261C;
	border-bottom:solid thin #D9261C;
	border-top:solid thin #D9261C;
	min-height:900px;
}

	/*Header box - contains the title graphic*/
	#header {
		width:100%;
		height:250px;
		border-bottom:solid thin #D9261C;

	}
		/*The H1 tag in the header for search engine recognition*/
		#title {
			color:#FFFFFF;
			display:none;
			position:absolute;
		}
		
		/*The Red Logo in the header*/
		#logo {
			padding-top:45px;
			border:none;
			padding-left:30px
		}
	
	/*The container for the Navigation Bar*/
	#navBar {
		margin-top:15px;
		margin-left:auto;
		margin-right:auto;
		border:solid thick #c07f0b;
		border-bottom:solid thick #c07f0b;
		width:855px;
		height: 45px;
	}

/* Page Headers */	
h1 {
	text-align:center;
	color:#FF6600;
}

/*Paragraph Headers*/
h2 {
	color:#FF6600;
	margin-top: 16px;
	margin-left: 15px;
	margin-right: 15px;
}


strong {
	color:#FF6600;
}

p {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom: 16px;
	margin-left: 15px;
	margin-right: 15px;	
}

ul {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	padding-left: 50px;
	margin-right: 15px;	
}

a {
	color:#D9261C;
}

a:visited, a:hover {
	color:#cc6600;
}

/* The Price Table on the Services Page */
#price {
	border:thick solid #FF6600; 
	padding:8px;
	margin-left:auto;
	margin-right:auto;
}

#price th{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	padding 3px 10px;
	text-align:left;
}

#price td {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}
