body
{
	background-image: url(http://www.couchstuff.com/layout/mainBackground.gif);
	font-family: Arial, sans-serif;
	text-align: center;
}

h1
{
	font-size: 2em;
}

h2
{
	font-size: 1.3em;
}

h3
{
	font-size: 1.1em;
	font-weight: bold;
}

h4
{
	font-size: .6em;
	font-style: italic;
}

#container
{
	margin: 0px auto;
	width: 775px;
}

#wrapper
{
	margin: 0px auto;
	width: 775px;
	background-image: url(http://www.couchstuff.com/layout/couchwrapper.jpg);
	background-repeat: repeat-y;
	float: left;
}

#header
{
	background-image: url(http://www.couchstuff.com/layout/couchhead.jpg);
	width: 771px;
	height: 201px;
	float: left;
}

#nav
{
	position: relative;
	width: 771px;
	font-family: Times, "Times New Roman", serif;
	font-size: 1.5em;
	letter-spacing: .1em;
	left: 0px;
	top: 155px;
	float: left;
	text-align: center;
}

html>body #nav
{
	position: relative;
	width: 771px;
	font-family: Times, "Times New Roman", serif;
	font-size: 1.5em;
	letter-spacing: .1em;
       left: -10px;
	top: 130px;
	float: left;
	text-align: center;
}

#nav a
{
	color: #323232;
	text-decoration: none;
	text-transform: lowercase;
}

#nav a:hover
{
	color: #000000;
	text-decoration: underline;
}

ul#nav
{
	white-space: nowrap;
}

#nav li
{
	display: inline;
	list-style-type: none;
	text-align: center;
}

#contentWrapper
{
	width: 565px;
	padding-left: 50px;
	text-align: left;
	float: left;
}

#left img
{
	float: left;
	padding: 10px;
}

#contentTop
{
	width: 565px;
	height: 37px;
	background-image: url(http://www.couchstuff.com/layout/contentTop.jpg);
	float: left;
}

#content
{
       width: 565px;
	background-image: url(http://www.couchstuff.com/layout/content.jpg);
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 35px;
	padding-left: 35px;
	font-size: 1em;
	float: left;
       
}

html>body #content
{
       width: 500px;
	background-image: url(http://www.couchstuff.com/layout/content.jpg);
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 35px;
	padding-left: 35px;
	font-size: 1em;
	float: left;
}

#content a
{
	color: #db3609;
	text-decoration: none;
}

#content a:hover
{
	color: #db3609;
	text-decoration: underline;
}

#contentBottom
{
	width: 565px;
	height: 59px;
	background-image: url(http://www.couchstuff.com/layout/contentBottom.jpg);
	float: left;
}

#sidebarWrapper
{
	width: 100px;
	float: left;
}

#sidebar
{
	width: 100px;
	margin-left: 475pt;
	margin-top: 25px;
}

#sidebar li
{
	display: inline;
	list-style-type: none;
	text-align: center;
}

#sidebar a
{
	color: #000000;
	font-size: .9em;
	text-decoration: none;
}

#sidebar a: hover
{
	text-decoration: underline;
}


#footer
{
	background-image: url(http://couchstuff.com/layout/couchfooter.jpg);
	width: 771px;
	height: 97px;
	z-index: 2;
	font-size: .6em;
	float: left;
}