/*
Theme Name: 2 Column Fluid - Menu Left
Theme URI: http://www.tomorrows-laundry.com
Description: This is a blank Wordpress theme with a fluid width, laid out in 2 columns with the menu on the left
Author: Will Healey
Author URI: http://www.tomorrows-laundry.com


/*-----------Block Level Elements--------------*/

Body {
	background-color: #fff;
}

#page {
	max-width: 90%;
	min-width: 650px;
	margin: 0 auto;
}

#header {
	width: 100%;
	height: 200px;
	background: #FFFFFF url("images/header.gif") no-repeat center;
}
img.floatLeft {
	float: left;
	margin: 4px;
	border: 1px solid #CCCCCC;
	padding: 2px;
}
img.floatRight {
	float: right;
	margin: 4px;
	border: 1px solid #CCCCCC;
	padding: 2px;
}

#wrapper {
	width: 100%;
}

#content {
	float: right;
	width: 80%;
}

#sidebar {
	width: 18%;
	margin-right: 80%;
	background-color: #fff;
	text-align: left;
}

#footer {
	width: 100%;
	clear: both;
	text-align: center;
}

hr {
	display: none;
}
/* Lists */
#topnav ul {
margin-top: 7px;
}
#topnav li {
font-weight: normal;
list-style-type:none;
margin-left: 6px;
padding:5px;
text-transform:uppercase;
	font-style: normal;
	font-size: 12px;
}
#topnav li:hover {
}
#topnav li a {
text-decoration:none;
color: #f00;
	font-weight: bold;
}
#topnav li:hover a {
color: #000;
}
