body
{
	margin: 0px;
	padding: 0;
	color: #969696;
	background-color: #efefef;
	font: 13px normal helvetica, sans-serif;
	text-align: center;
       
}

#content
{
	background-color: #fff;
       width: 600px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	position: relative;
       border: 1px solid #000;
}

#head
{
	margin: 0 0 0 0px;
	background: transparent url(../gfx/mw/mw_header.gif) no-repeat top left;
	height: 60px;
}

#head h1
{
	text-align: right;
	margin: 0 95px 0 0;
	text-transform: lowercase;
	color: #8F0000;
	font: normal 26px "New Century Schoolbook", "Georgia", serif;
       text-indent: -2000em;
}

#box
{
	margin: 0 140px 40px 35px;

}

.entry
{
	width: 330px;
	margin: 0 0 70px 0;
}

.mw_entry
{
	width: 520px;
	margin: 0 0 30px 0;
       font-size: 11px;
       line-height: 18px;
       color: #333;
}

.info-container, .posted-container
{
	margin: 1px 0px 0px -65px;
	border-bottom: 1px solid #515153;
	padding: 5px 0px 5px 5px;
	font-size: 9px;
	color: #fff;
}

.posted-container
{
	color: #515153;
	font-weight: normal;
}

.info-label
{
	display: block;
	float: left;
	width: 60px;
       color: #0060B6;
}

.info-data
{
	letter-spacing: .1em;
	font-weight: bold;
       color: #000;
}

#sidebar
{
	width: 140px;
	text-align: left;
	position: absolute;
       top: 84px;
	right: 0px;
	font-size: 11px;
}

#sidebar p
{
	margin: 0 0 10px 0;
	line-height: 120%;
}

.sidebarspacer 
{
	height: 20px;
}

#footer 
{
	margin: 0 0 0 10px;
	clear:both;
	background: transparent url(../gfx/blue/bottombar.gif) no-repeat top left;
}

#footer p
{
	padding: 10px 0;
	font-size: 10px;
}

img
{
	margin: 5px;
}



a:link
{
	color: #8F0000;
	text-decoration: none;
	border-bottom: 1px dotted #8F0000;
}


#head a
{
	border: none;
}

#footer a
{
	color: #666;
	text-decoration: none;
}

.info-container a:link 
{
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}


a:visited {
	color: #808080;
	text-decoration: none;
	border-bottom: 1px dotted #808080;
}

.info-container a:visited
{
	color: #666;
	text-decoration: none;
	border-bottom: 0;
	border-bottom: 1px solid #fff;
}

#head a:hover
{
	border-bottom: 1px solid #808080;
}

a:hover
{
	color: #808080;
	text-decoration: none;
	border-bottom: 1px solid #808080;
}

.info-container a:hover
{
	color: #808080;
	text-decoration: none;
	border-bottom: 1px solid #808080;
}


ul
{
	padding: 0;
	margin: 0;
}

li
{
	list-style: none;
	margin: 0;
	padding: 6px 0;
}

h2, h3
{
	font-size: 13px;
	margin: 0;
	color: #000;
}

h3 
{
	margin: 0 0 4px 0;
}

p
{
	color: #969696;
    padding: 0;
	margin: 6px 0 12px 0;
	line-height: 130%;
	letter-spacing: -.01em;
}

strong
{
	color: #c0c0c0;
	font-weight: normal;
}






