html
{
 min-height:100%;
}
a
{
	color: #666666;
	text-decoration: none;
}
a:hover
{
	color: #999999;
}
body,form,ol,ul,dl,li,dt,dd,td,th,tr
{
 margin:0;
 padding:0;
}
h1,h2,h3,h4,h5,h6,p,pre,blockquote,address
{
 margin:0;
 padding:0;
}
p
{
	text-align: left;
}
h1
{
	text-align: center;
	font-size: 20px;

}
h2
{
	margin: 5px;
	text-align: left;
	font-size: 14px;
}

ul
{
 list-style:none;
}
ol
{
 margin-bottom:1em;
}
ol li
{
 margin-left:2em;
}
img
{
 border:0;
}
fieldset
{
 margin:0;
 padding:0;
 border:0;
}
input,select,textarea
{
 font-size:100%;
 vertical-align:middle;
}
table
{
 border-collapse:collapse;
 border-spacing:0;
 empty-cells:show;
}
a:focus
{
 outline:0;
}
body
{
	color:black;
	background:#f2f2f2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;		
}
textarea,a.commentSort
{
 font-family:"Lucida Grande",Arial,sans-serif;
}

#header_wraper
{
	min-width:980px;
	overflow:hidden;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#header
{
 	width:875px;
 	margin:0 auto;
	clear:both;
 	position:relative;
}
#logo
{
	text-indent:-9999px;
	overflow:hidden;
	width:180px;
	height:77px;
	float:left;
	background-image: url(logo_moro.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 8px 0 0 0;
	margin: 8px 0 5px 8px;
}
#topinfo
{
	height:56px;
	width:200px;
	float:right;
	color:#888;
	padding: 8px 0 0 0;
	margin: 8px 0 5px 0;
	text-align:justify;
}
#menuPrimary
{
	font-size: 13px;
	clear:left;
}
#menuPrimary li
{
	float:left;
	margin: 2px 2px 0 0;
	font-weight: bold;
	background-color: #000000;
}
#menuPrimary a
{
	text-decoration:none;
	color:#FFFFFF;
	padding:5px;
	display:block;
}
#menuPrimary a:hover
{
	color:white;
	background-color: #666666;
}

#menuPrimary li.selected
{
	margin: 0 2px 0 0;
	background-color: #666666;
	padding: 2px;
}
#menuPrimary li.selected a
{
	color:#CCCCCC;
	background-color: #666666;
}

#contentWrapper
{
	min-width:980px;
	overflow:hidden;
	background-color: #ffffff;
 	position:relative;
}
#content
{
	width:875px;
	clear:both;
	position:relative;
	padding: 3px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#content_left_culumn
{
	width: 365px;
	float: left;
}
#content_right_culumn
{
	width: 470px;
	float: right;

}
#footer
{
	min-width:980px;
	overflow:hidden;
	clear:both;
 	position:relative;
}
#category_open
{
	text-transform: uppercase;
	color: #CC6600;
	font-size: 13px;
}
#category
{
	background-color: #FFFFFF;
	font-size: 14px;
}
#list
{
	background-color: #FFFFFF;
	list-style-type: disc;
	text-align:left;
	list-style-position: inside;
}
#list.li
{
	background-color: #FFFFFF;
	list-style-position: inside;
	list-style-type: disc;
}

