html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
body {
	background-color: #ffffff;
	background-image: url(../assets/bg-popup.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	border-style: none; 
	margin: 0 0 0 0;
	padding: 0 0 0 0; 
}

p {
	color: #333333;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	line-height: 21px;
	margin-top: 2px;
}

p.footer {
	color: #465141;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;
}

a.footer	{
	color: #465141;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;
}

a:hover.footer {
	color: #85533c;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;
}

ol {
	list-style-type: decimal;	
	list-style-position: outside;
	margin-top: 0px;
	color: #333333;
	font: normal normal normal 100% Tahoma, Geneva, Arial, Helvetica, sans-serif; /* Sets the font properties for an element using shorthand notation */
	line-height: 150%;
	text-decoration: none;
	text-transform: none;
}
ul.content {
	color: #333333;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	line-height: 21px;
	list-style-type: none;	
	list-style-position: outside;
	margin-top: 2px;
	text-decoration: none;
	text-indent: -40px;
	text-transform: none;
}

h1 {
	color: #465141;
	font: normal small-caps normal 34px Georgia, Times New Roman, Times, serif;
	line-height: normal;
}
h2 {
	color: #465141;
	font: normal small-caps normal 24px Georgia, Times New Roman, Times, serif; 
	line-height: normal;
	margin-top: -5px;
}
h3 {
	color: #465141;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 13px;
	font-style: normal;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 21px;
	margin-bottom: -2px;
	margin-top: 2px;
}

a, a:link {
	color: #465141;
	font-weight: normal;
	text-decoration: none;
}

a:visited {
	color: #895f38;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}

a:focus {
}

.header {
	color: #ffffff;
}


/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	margin: 0px auto 0 0; 
	width: 550px;
}

#outerWrapper.site {
	margin: 0px auto 0 0; 
	width: 880px;
}


#outerWrapper #header {
	border-style: none;
	height: 96px;
	padding: 35px 0px 0px 20px; 
}
#nav {
	border-style: none; 
	height: 30px;
	padding: 0px 0px 0px 0px; 	
	width: 550px;
}
#outerWrapper #contentWrapper #column {
	background-image: url(../assets/bg-footer.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	border-style: none; 
	padding: 20px 20px 20px 20px;
	width: 510px;
}
#outerWrapper #contentWrapper #models {
	background-image: url(../assets/bg-footer.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	background-color: #f3f0dd;
	border-style: none; 
	padding: 20px 20px 10px 20px;
	width: 510px;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	margin: 0 0px 0 0px; 
	padding: 20px 20px 20px 20px; 
}
/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat {
	clear: both;
	display: block;
}
#outerWrapper #footer {
	border-style: none; 
	color: #85533c;
	float: left;
	font-family: Trebuchet MS, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	height: 30px;
	line-height: normal;
	letter-spacing: 1px;
	margin-top: 0px;
	padding: 15px 0px 0px 0px; 
	text-decoration: none;
	text-align: center;
	width: 550px;
}

<!--[if IE]>
<style type="text/css"> 
/* The proprietary zoom property gives IE the hasLayout property which addresses several bugs. */
#outerWrapper #contentWrapper #content {
	zoom: 1;
}
<![endif]-->