/* Begin Typography & Colors */


#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}
	
.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

.description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle { white-space: nowrap; ; border-color: #000000 black black; font-family: Georgia, "Times New Roman", Times, serif; font-size: 16px; color: #666633; border-style: none; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; font-variant: small-caps; font-weight: bold}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.comment 
{
	width: 600px;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
html, body {
	margin: 0;
	padding: 0; 
	height: 100%;
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 7px;
	border: 1px solid #959596;
	}
	
.narrowcolumn {
	padding: 10px 20px 20px 20px;
	margin: 0 0 0 0;
	width: 488px;
	float: left;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 100px;
	width: 500px;
	}
	
.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}
	
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

.description {
	text-align: center;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 20px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/*	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	list-style-type: disc;
        color: #ffffcc;
	margin: 3px 0 0;
	padding: 0;
	}
	*/

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	color: #FFFFCC;
	font-size: 10px;
	}

#searchsubmit a, #searchsubmit a:link, #searchsubmit a:visited, #searchsubmit a:active, #searchsubmit a:hover {
	text-decoration: underline;
}

#leftsidebar .rboxd_content #searchform #s {
	width: 115px;
	padding: 2px;
	}

#leftsidebar .rboxd_content #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#leftsidebar .rboxd_content
{
	padding: 0;
	margin: 0;
    background-color: #666633; 
	list-style: none;
      }

div#sidebar {
	height: 100%;
}

#leftsidebar .rboxd_content form {
	margin: 0;
	}

#leftsidebar .rboxd_content ul { padding: 10px 10px 10px 10px; margin: 0; }
#leftsidebar .rboxd_content ul li { padding: 0 0 20px 0; margin: 0; list-style: none; }
#leftsidebar .rboxd_content ul li ul { padding: 0; margin: 0;}
#leftsidebar .rboxd_content ul li p { padding: 0; margin: 0; height: 20px;}
#leftsidebar .rboxd_content ul li ul li { margin: 0;  padding: 5px 0 5px 0; background-color: #666633; white-space: normal; border-color: #999966; color: #FFFFCC; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;  text-align: left; list-style: disc inside; vertical-align: middle; }

#leftsidebar .rboxd_content li h2 { margin: 0;  padding: 0; white-space: normal; border-color: #999966;  border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px; font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif; color: #ffffcc; text-align: center; }

#leftsidebar .rboxd_content h3 { margin: 0;  padding: 0; height: 20px; white-space: normal; border-color: #999966;  border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px; font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Sans-Serif; color: #ffffcc; text-align: center; font-size: 12px; }
#leftsidebar .rboxd_content h3 a, #leftsidebar .rboxd_content h3 a:visited { font-size: 1.2em; font-weight: bold}

#leftsidebar .rboxd_content a, #leftsidebar .rboxd_content a:visited { vertical-align: top; padding: 0px; text-decoration: none; color: #FFFFCC; white-space: normal; border-color: #999966; font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-variant: normal; font-weight: normal; text-align: left; }
#leftsidebar .rboxd_content a:hover { color: #FFFFFF }

.sidebartd { vertical-align: top; background-color: #666633; }
.mainbartd { vertical-align: top; }

/* End Sidebar */

.rss { list-style: none; }

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #666633;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
	}
/* End Various Tags & Classes*/

/*****************************************************************************/

/*************************
 * Some generic styles
 *************************/

body
{
	background-color: #CCCC99; 
	margin: 5px 0px 0px 0px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt; 
}

A:link 
{
	color:#666633; 
}

A:active 
{
	color:#666633; 
}

A:visited 
{
	color: #666633; 
}

A:hover 
{
	color: #999966; 
}

/* simple padding */
.padding {
	padding-left: 30px;
	padding-right: 30px;	
	padding-bottom: 30px;
}

/****************************
 * Various content styles
 ***************************/

.contentwrapper td p, .contentwrapper td p a {
	padding: 5px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt; 
	line-height: 1.4em;
}

.vcontent 
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt; 
	color: #666633;
	font-weight: normal; 
	text-align: justify;
	line-height: 1.3em;
	padding: 0;
	margin: 0;
	text-indent: 0;
}

.pagetitle { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #666633;
	font-weight: bold;
	padding: 20px 0px 15px 0px;
}

.title { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #666633;
	font-weight: bold;
}

.subtitle
{
	font-size: 10pt;
	color: #666633;
	font-weight: bold;
	padding: 10px 0px 10px 0px;
}

.lefttitle 
{ 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 1.5em;
	color: #666633;
	text-align: left;
	font-weight: bold;
}

.rightbar
{
	padding: 0px 0px 0px 20px;
}

.highlight
{
	color: #CC0000;
}

.highlight2
{
	color: #FF6633;
}

.strikeout
{
	text-decoration: line-through;
}

.titleBar { border-color: #999966; border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px }
.images { border: 1px #666633 solid}
.wineLink { white-space: normal; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #999966; font-variant: normal; font-weight: normal; text-align: center; vertical-align: top; border-style: none}

.wineSideLink a, .wineSideLink a:visited
{ 
	font-family: "Times New Roman", Times, serif;
	font-size: 8pt; 
	color: #999966; 
	text-decoration: none;
	border-style: none;
	text-align: left;
}

.wineSideLink .title
{
	font-size: 12pt;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
	
.wineSideLink a:hover, .wineSideLink a:hover .title
{
	color: #000000;
}


.navWineLine {background-color: #666633; border-color: #999966; border-style: solid; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 0px; border-left-width: 0px }
table#navWine { margin: 0;  padding: 0; background-color: #666633; white-space: normal; border-color: #999966; border-style: solid; border-top-width: 1px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px}
table#navWine td { margin: 0;  padding: 0; height: 20px; white-space: normal; border-color: #999966;  border-style: solid; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px }
table#navWine a, table#navWine a:visited { vertical-align: top; display: block; padding: 4px; text-decoration: none; color: #FFFFCC; white-space: normal; border-color: #999966; font-family: Geneva, Arial, Helvetica, san-serif; font-size: 12px; font-variant: normal; font-weight: normal; text-align: left }
table#navWine a:hover { font-weight: bold }

.footer { font-family: Georgia; font-size: 10px }
.footer a { font-family: Georgia; font-size: 10px }
.footer a:hover { font-family: Georgia; font-size: 10px; color: #999966 }


.menuBar { margin: 6px 0px 0px 0px; border-collapse: collapse; }
tr#tabs td { padding: 0px 0px 1px 0px; color: #666633; text-decoration: none; border-color: #999966; border-style: solid; border-left-width: 1px; border-bottom-width: 0px; border-top-width: 0px; border-right-width: 1px; }
tr#tabs td a { font-family: Geneva, Arial, Helvetica, san-serif; font-size: 13px; color: #FFFFCC; text-decoration: none; }
tr#tabs td a:hover{ color:#CCCC99; }
body#tabsuisun td.tabsuisun, body#tabvineyard td.tabvineyard, body#tabwine td.tabwine, body#tababoutus td.tababoutus, body#tabcontactus td.tabcontactus, body#tabtrade td.tabtrade { color: #999966; font-family: Geneva, Arial, Helvetica, san-serif; font-size: 12px; text-align: center; }
body#tabindex td.tabindex a, body#tabsuisun td.tabsuisun a, body#tabvineyard td.tabvineyard a, body#tabwine td.tabwine a, body#tababoutus td.tababoutus a, body#tabcontactus td.tabcontactus a, body#tabtrade td.tabtrade a, body#tabbuy td.tabbuy a { color: #CCCC99; }

.bottomborder {
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #999966;
}

.divider 
{
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #999966;
}

.vdivider
{
	border-left: 1px solid #999966;
}

.contentsmall6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.5em;
	color: #666633;
	text-align: justify;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.contentsmall7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.5em;
	color: #666633;
	text-align: justify;
	margin: 0;
}

/********** Rounded Box Stuff ********************/

/* Width of rbox depending on what column it's in */
#rightsidebar .rbox, #rightsidebar .rboxd, #rightsidebar .rbox_top, #rightsidebar .rboxd_top, #rightsidebar .rbox_bottom, #rightsidebar .rboxd_bottom, #rightsidebar .rbox_bottom div, #rightsidebar .rboxd_bottom div
{
	width: 170px;
	}
	
#rightsidebar .rbox_content, #rightsidebar .rboxd_content
{
	width: 168px;
}

#leftsidebar .rbox, #leftsidebar .rboxd, #leftsidebar .rbox_top, #leftsidebar .rboxd_top, #leftsidebar .rbox_bottom, #leftsidebar .rboxd_bottom, #leftsidebar .rbox_bottom div, #leftsidebar .rboxd_bottom div
{
	width: 170px;
	}

#leftsidebar .rbox_content, #leftsidebar .rboxd_content
{
	width: 168px;
}

#content .rbox, #content .rboxd, #content .rbox_top, #content .rboxd_top, #content .rbox_bottom, #content .rboxd_bottom, #content .rbox_bottom div, #content .rboxd_bottom div
{
	width: 625px;
}

#content .rbox_content, #content .rboxd_content
{
	width: 623px;
}

#full .rbox, #full .rboxd, #full .rbox_top, #full .rboxd_top, #full .rbox_bottom, #full .rboxd_bottom, #full .rbox_bottom div, #full .rboxd_bottom div
{
	width: 800px;
}

#full .rbox_content, #full .rboxd_content
{
	width: 798px;
}

#rightsidebar .rbox h2
{
	background-image: url(http://www.mankashills.com/images/topbar.gif);
	text-align: center;
	vertical-align: top;
	padding: 3px 5px 3px 5px;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, san-serif;
	color: #FFFFCC;
}

#rightsidebar .rbox p, #rightsidebar .rbox p a
{
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, san-serif;
}

#leftsidebar .rboxd p
{
	color: #FFFFCC;
}

#leftsidebar .rboxd h2
{
	color: #FFFFCC;
	font-weight: bold;
}

/* Images used for the rounded boxes. rbox for the light boxes and rboxd for the dark boxes. */
.rbox 
{
	background-image: url(http://www.mankashills.com/images/rboxl_ul_ol.gif) !important;
	background-position: 0 0;
	background-repeat: no-repeat;
}

.rboxd 
{
	background-image: url(http://www.mankashills.com/images/rboxd_ul_ol.gif) !important;
	background-position: 0 0;
	background-repeat: no-repeat;
}

.rbox_top 
{
	background-image: url(http://www.mankashills.com/images/rboxl_ur_ol.gif) !important;
	background-position: 100% 0;
	background-repeat: no-repeat;
}

.rboxd_top 
{
	background-image: url(http://www.mankashills.com/images/rboxd_ur_ol.gif) !important;
	background-position: 100% 0;
	background-repeat: no-repeat;
}

.rbox_bottom
{
	background-image: url(http://www.mankashills.com/images/rboxl_ll_ol.gif) !important;
	background-position: 0 0;
	background-repeat: no-repeat;
}

.rboxd_bottom
{
	background-image: url(http://www.mankashills.com/images/rboxd_ll_ol.gif) !important;
	background-position: 0 0;
	background-repeat: no-repeat;
}

.rbox_bottom div
{
	background-image: url(http://www.mankashills.com/images/rboxl_lr_ol.gif) !important;
	background-position: 100% 0;
	background-repeat: no-repeat;
}

.rboxd_bottom div
{
	background-image: url(http://www.mankashills.com/images/rboxd_lr_ol.gif) !important;
	background-position: 100% 0;
	background-repeat: no-repeat;
}

/* extra definition to make the boxes look right */
.rbox, .rboxd
	{
	overflow: hidden;
	}

.rbox_top, .rboxd_top
{
	text-align: left;
}

.rbox_bottom, .rboxd_bottom
{
	padding: 0;
	margin: 0;
	height: 8px;
	overflow: hidden;
	text-align: left;
}
	
.rbox_bottom div, .rboxd_bottom div
	{
	padding: 0px 0px 8px 0px;
	margin: 0;
	text-align: right;
	}

.rbox h2, .rboxd h2
{
	text-align: center;
	vertical-align: top;
	padding: 5px 5px 0px 5px;
	font-size: 12px;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, san-serif;
}

.rbox p, .rboxd p
{
	text-align: left;
	padding: 10px 10px 10px 10px;
}

.rbox p, .rboxd p, .rbox p a, .rboxd p a
{
	line-height: 1.5em; 
	font-family: Geneva, Arial, Helvetica, san-serif;
	color: #666633;
	text-indent: 0;
	font-size: 12px;
}

.last, .last .rbox_bottom, .last .rboxd_bottom
	{
	/* p-b + m-b hacks for IE 5.01 */
	position/**/: absolute !important;
	bottom/**/: 0 !important;
	}
	
.last, .last .rbox_top, .last .rboxd_top
	{
	/* p-b + m-b hacks for IE 5.01 */
	padding-bottom/**/: 10000px !important;
	margin-bottom/**/: -10000px !important; 
	}

.rboximg
	{
	padding: 15px 10px 15px 10px;
	text-align: left;
	float: left;
	}
	

.rbox_content 
{
	background-color: #FFFFCC;
	border-left: 1px solid #999966;
	border-right: 1px solid #999966;
	padding-bottom/**/: 10000px !important;
	margin-bottom/**/: -10000px !important; 
	color: #666633;	
	margin-top: 0;
	padding-top: 0;
}

.rboxd_content 
{
	background-color: #666633;
	border-left: 1px solid #999966;
	border-right: 1px solid #999966;
	padding-bottom/**/: 10000px !important;
	margin-bottom/**/: -10000px !important; 
	color: #666633;
}

#leftsidebar { float: left; vertical-align: top; text-align: left; }
#content { vertical-align: top;  float: left; display: inline; text-align: left;}
#rightsidebar { float: left; vertical-align: top; text-align: left;}

#leftsidebar { padding: 0px 5px 0px 0px; }
#rightsidebar { padding: 0; }

#single #leftsidebar, #single #rightsidebar, #single #content { padding: 0; }

#mainbody { 
	width: 800px;
	margin: 0px; 
	padding: 5px 0px 0px 0px; 
}

div#leftsidebar, div#content, div#rightsidebar {
	}

#mainbody_extra
	{
	position: relative;
	}
	
* html #mainbody
	{
	position: relative !important;
	}
	
* html .rboxd_bottom, * html .rbox_bottom
	{
	width: 100% !important;
	}
	
#mainbody
{
	overflow: hidden; 
	display: block;
}

* html #mainbody
{
	display: inline-block;
}
	
<!--[if IE]>
* html #mainbody
	{
	overflow: visible;
	}
<![endif]-->

#footer
{
	display: block; 
	float: none;
	clear: both;
	padding: 5px 0px 0px 0px;
}

.headerBar
{
	margin: 1px 0px 1px 0px;
}

.outline
{
	border: 1px solid #FF0000;
}


