HTML, BODY  {
	background-color: #fff;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color : #242424;
scrollbar-base-color: #EEF2F7;
scrollbar-face-color: #EEF2F7;
scrollbar-track-color: #EEF2F7;
scrollbar-arrow-color: #3366D9;
scrollbar-highlight-color: #EEF2F7;
scrollbar-3dlight-color: #2f4f4f;
scrollbar-shadow-color: #EEF2F7;
scrollbar-darkshadow-color: #2f4f4f;
}
#container	{
	width: 100%;
}

/* Top Navigation */

#nav	{
	background: url(graphics/top.png);
	background-repeat: repeat-x;
	height: 134px;
}
#navi	{
	position: absolute;
	top: 100px;
	left: 203px;
}
#navi a:link, #navi a:visited	{
	display: block;
	float: left;
	height: 1.6em;
	line-height: 1.6em;
	padding: 2px 5px 3px;
	margin: 1px;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	border: 2px solid #fff;
	letter-spacing: 1px;
	font-size: 100%;
}
#navi a:hover	{
	margin: 0 2px 2px 0;
	border: 2px outset Silver;
	text-decoration: none;
	color: #000;
	background-color: #fecf2a;
}
#navi a:active	{
	margin: 2px 0 0 2px;
	border: 2px inset Silver;
	text-decoration: none;
}

/* Columns */

#columnLeft	{
	position: absolute;
	top: 140px;
	left: 0;
	width: 200px;
	padding: 1px 0 15px 2px;
	text-align: left;
}
#columnLeft #leftNav a:link, #columnLeft #leftNav a:visited	{
	display: block;
	width: 155px;
	margin: 0 0 0 15px;
	padding: 1px 0;
}
#columnLeft #leftNav a:hover, #columnLeft #leftNav a:active	{
	width: 140px;
	border-right: 4px dotted #f90;
	border-left: 4px solid #f90;
	margin: 0 0 0 5px;
	padding: 1px 0 1px 10px;
	letter-spacing: 1px;
	font-variant: small-caps;
}
#columnLeft #leftNav a:link.category, #columnLeft #leftNav a:visited.category	{
	margin: 15px 0 0 10px;
	width: 150px;
}
#columnLeft #leftNav a:hover.category, #columnLeft #leftNav a:active.category	{
	width: 140px;
}
#columnRight	{
	position: absolute;
	top: 140px;
	left: 850px;
	width: 220px;
	padding: 1px 0 15px 5px;
	border-left: 1px solid Silver;
	text-align: left;
}
#columnRight h2	{
	font-variant: small-caps;
	font-size: 110%;
	padding-bottom: 2px;
}
#columnRight h2 a:link, #columnRight h2 a:visited	{
	display: block;
	border-top: 1px solid #fff;
	border-bottom: 1px solid Gray;
}
#columnRight h2 a:hover, #columnRight h2 a:active	{
	color: #f90;
	border-top: 1px solid #36c;
	border-bottom: 1px dashed #36C;
}
#columnRight UL LI	{
	list-style: none;
}
#columnRight UL LI a:link, #columnRight UL LI a:visited	{
	display: block;
	width: 130px;
	white-space: nowrap;
	font-size: 105%;
	background-color: #fff;
	text-decoration: none;
	margin: 0;
	padding: 0 0 0 15px;
	background: url(graphics/li_off.gif);
	background-repeat: no-repeat;
}
#columnRight UL LI a:hover, columnRight UL LI a:active	{
	font-size: 105%;
	background-color: #fff;
	text-decoration: none;
	margin: 0;
	padding: 0 0 0 20px;
	background: url(graphics/li_on.gif);
	background-repeat: no-repeat;
}

/* Chat Box */

.mcrmeebo	{
display: block;
background-color: transparent;
background:	url("http://widget.meebo.com/r.gif") no-repeat top right;
}
.mcrmeebo: hover	{
background-color: transparent;
background: url("http://widget.meebo.com/ro.gif") no-repeat top right;
}

/* Miscellaneous Elements */

IMG, A IMG, a:link img	{
	border: 0;
}
#mainContent p	{
	margin: 2px 0;
	padding: 2px;
}
a:active, a:focus {
	outline: 0;
	outline: none;
}


a:link, a:visited  {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	background-color: transparent;
	padding: 1px;
}
a:hover, a:active  {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	background-color: transparent;
	padding: 1px;
}
#columnLeft #leftNav a:hover, #columnLeft #leftNav a:active	{
	background-color: #ffdc4a;
}
.nobr {
	white-space : nowrap;
	line-break : strict;
}
HR {
	border: 1px dotted #f90;
	height: 1px;
	width: 535px;
}
LI {
	list-style: square;
}
FIELDSET	{
	margin: 20px;
}
LEGEND	{
	font-weight: bold;
}

/* Main Content */

#mainContent {
	margin-left: 200px;
	width: 600px;
	padding: 0 10px;
	min-height: 800px;
}
#mainContent IMG	{
	margin: 5px 0;
}
#mainContent a IMG	{
	border: none;
}
#mainContent a:link, #mainContent a:visited	{
	color: #36C;
	font-variant: small-caps;
}
#mainContent a:hover	{
	text-decoration: underline;
	background-color: transparent;
}
#mainContent a:active	{
	color: #ff9900;
	text-decoration: underline;
	background-color: transparent;
}
.mapQuest	{
	margin: 10px 0 10px 100px;
}
h1	{
	font-size: 140%;
	color: #f90;
	font-weight: bold;
	padding: 5px 0 10px 0;
	border-top: 1px solid #f90;
}
h2	{
	font-size: 120%;
	margin: 0 5px 0 25px;
	color: #f90;
}
h3	{
	font-size: 120%;
	font-weight: bold;
	color: #5a5a5a;
	padding: 2px 0 5px;
	margin: 5px 0 15px 40px;
	word-spacing: 1.3px;
	font-variant: small-caps;
}

/* H4 is the centered Button link */

#mainContent h4	{
	text-align: center;
	margin: 15px 0;
	font-size: 115%;
}
#mainContent h4 a:link, #mainContent h4 a:visited	{
	padding: 3px 10px 3px 10px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	border-left: 2px dotted #fecf2a;
	border-right: 2px dotted #fecf2a;
	text-decoration: none;
	color: #36C;
}
#mainContent h4 a:hover	{
	padding: 1px 12px 5px 3px;
	border: 2px outset #f90;
	text-decoration: none;
	color: #36C;
	background: #fecf2a;
}
#mainContent h4 a:active	{
	padding: 3px 8px 1px 7px;
	border: 2px inset #f90;
	text-decoration: none;
	color: #36C;
	background: #fecf2a;
}

/* H5 is for addresses */

h5	{
	font-size: 110%;
	margin: 5px 5px 0 25px;
	color: #f90;
	background-image: url(graphics/arrows.gif);
	background-repeat: no-repeat;
	padding: 2px 0 0 23px;
}
/* Begin Assorted Blurbs */
/* This Blurb is the narrow, 2-column variety */
/* Example the Gay Things to Do page */

#mainContent a:link.blurb1, #mainContent a:visited.blurb1	{
	display: block;
	width: 250px;
	height: 145px;
	float: left;
	background-color: #fffaf3;
	padding: 3px 3px 6px 3px;
	margin: 4px 4px 4px 2px;
	border: 2px solid #fff;
	font-weight: normal;
	color: #535353;
	text-decoration: none;
	font-variant: normal;
}
#mainContent a:hover.blurb1	{
	margin: 2px 6px 6px 0;
	padding: 3px 3px 6px 3px;
	border: 2px outset Silver;
	text-decoration: none;
	color: #000;
	font-variant: normal;
}
#mainContent a:active.blurb1	{
	margin: 6px 2px 2px 4px;
	padding: 3px 3px 6px 3px;
	border: 2px inset Silver;
	text-decoration: none;
	color: #000;
	font-variant: normal;
}
#mainContent a:link.blurb1 strong, #mainContent a:visited.blurb1 strong	{
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #FFF;
}
#mainContent a:hover.blurb1 strong, #mainContent a:active.blurb1 strong	{
	color: #36C;
	text-decoration: none;
	border-bottom: 1px dotted #36C;
}
.blurb1 img	{
	float: right;
	margin: 0 0 4px 4px;
	border: 1px solid Silver;
}

/* Blurb 2 is wider, floated IMG, fixed height */

#mainContent p a:link.blurb2, #mainContent p a:visited.blurb2	{
	display: block;
	width: 500px;
	background-color: #fffaf3;
	padding: 3px 3px 6px;
	margin: 4px 4px 14px 2px;
	border: 2px solid #fff;
	font-weight: normal;
	font-variant: normal;
	color: #333;
}
#mainContent p a:hover.blurb2	{
	margin: 2px 6px 16px 0;
	border: 2px outset Silver;
	text-decoration: none;
	font-variant: normal;
	color: #333;
}
#mainContent p a:active.blurb2	{
	margin: 6px 2px 12px 4px;
	border: 2px inset Silver;
	text-decoration: none;
	font-variant: normal;
	color: #333;
}
#mainContent .blurb2 img	{
	float: left;
	height: 100px;
	margin: 2px 4px 2px 2px;
}
#mainContent a:hover.blurb1 em, #mainContent a:active.blurb1 em, #mainContent a:hover.blurb2 em, #mainContent a:active.blurb2 em	{
	text-decoration: underline;
}

/* Blurb3 includes the arrows Example the bar listings page */

#mainContent a:link.blurb3, #mainContent a:visited.blurb3	{
	display: block;
	width: 500px;
	padding: 3px 6px;
	margin: 5px 10px;
	border: 2px solid #fff;
	background-color: #fffaf3;
	font-weight: normal;
	font-variant: normal;
	color: #333;
}
#mainContent a:link.blurb3 strong, #mainContent a:visited.blurb3 strong	{
	padding-right: 25px;
	background: url(graphics/arrows.gif);
	background-repeat: no-repeat;
	background-position: right;
	font-weight: bold;
	font-size: 110%;
}
#mainContent a:hover.blurb3	{
	margin: 3px 12px 5px 3px;
	border: 2px outset Silver;
	text-decoration: none;
	font-variant: normal;
	color: #333;
}
#mainContent a:active.blurb3	{
	margin: 5px 8px 1px 12px;
	border: 2px inset Silver;
	text-decoration: none;
	font-variant: normal;
	color: #333;
}
#mainContent a:link.blurb3 em, #mainContent a:visited.blurb3 em	{
	float: right;
	margin-top: -1.3em;
	font-style: normal;
}

/* Blurb5 is used only on the Index page */

#mainContent a:link.blurb5, #mainContent a:visited.blurb5	{
	display: block;
	margin: 0;
	padding: 2px;
	line-height: 1.4em;
	font-variant: normal;
	font-weight: normal;
	color: #242424;
}
#mainContent a:hover.blurb5	{
	color: #000;
	text-decoration: none;
}
#mainContent a:active.blurb5	{
	color: #000;
}
#mainContent a:link.blurb5 em, #mainContent a:visited.blurb5 em	{
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}
#mainContent a:hover.blurb5 em	{
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}
/* Floats */

.fltrt	{
	float: right;
	margin: 2px 0 10px 10px;
}
#mainContent a:link.fltrt, #mainContent a:visited.fltrt	{
	margin: 2px 2px 10px 10px;
	border: 0 solid #fff;
}
#mainContent a:hover.fltrt, #mainContent a:active.fltrt	{
	margin: 4px 0 8px 12px;
	border: 0 solid #fff;
	background: #fff;
}
.fltlft	{
	float: left;
	margin: 2px 10px 10px 2px;
}

/* Footer */

.comment {
	position: relative;
	clear: both;
	bottom: 10px;
	padding: 40px 4px 4px 4px;
	background-color: #fff;
	margin: 40px 20px 10px 10px;
}
#footer {
	clear: both;
	width: 99%;
	min-height: 80px;
	background-image: url(http://www.outinminnesota.com/graphics/footer_back.gif);
	background-repeat: repeat-x;
	margin: 0 0 10px;
	padding-left: 2px;
}
#footer #footBox	{
	margin-left: 350px;
	width: 300px;
	text-align: left;
}
#footer #footBox p	{
	text-align: center;
}
.upd {
	position: relative;
	margin-left: 890px;
	top: -33px;
}
#preload	{
display: none;
position: absolute;
left: -1000px;
}

/* Noah's Classifieds */

#mainContent .categ a:link, #mainContent .categ a:visited, #mainContent .categ a:hover, #mainContent .categ a:active	{
	color: #000;
}
#mainContent .mainmenu a:hover, #mainContent .mainmenu a:active	{
	color: #000;
}
#mainContent a:hover img, #mainContent a:active img	{
	background: #fff;
	background-color: #fff;
}

/* Bar Comments */

.input	{
	border: 1px inset #000;
	padding: 2px;
}
.newcomment	{
	color: #fff;
	background-color: #99cc00;
	padding: 2px 4px;
	margin-bottom: 20px;
	font-weight: bold;
	border: 2px outset #739802;
}
.userComments	{
	padding: 2px 4px;
	margin: 10px 30px;
	width: 530px;
	background: #9c0 url(graphics/gradient_green.png);
	border-bottom: 1px solid #9c0;
}
#userMenu ul li, #categoryMenu ul li	{
	list-style: none;
	list-style-type: none;
}
#main #container	{
	position: absolute;
	top: 0;
	left: 0;
}
#themeSelector	{
	display: none;
}

/* 
Orange Dark = #f90
Orange Light = #fecf2a
Blue Light = #5592f5
Blue Dark = #36C
Yellow = #ffdc4a
Green = #9c0
*/