body {
	min-height: 100%;
	width: 100%;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	line-height:17px;
	/*font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;*/
	/*line-height: 15px;*/
	color: #666;
	margin: 0;
	background:#000;
}

a, a:visited, a:active { 
    color : #a42c5d;
    text-decoration :none;
	outline:0;
}

a:hover { 
    text-decoration: underline;
	outline:0;
}

p {
	padding:0;
	margin:0 0 5px 0;
}

strong {
	font-weight:normal;
}

a img {
	border:none;
	cursor:pointer;
}

.clear {
	clear:both;
}

.none {
	display:none;
}

#wrapper {
	width: 980px;
	padding:0;
	margin: 0 auto;
}

#content {
	margin:0 auto;
	padding:0;
}

#footer {
	text-align:center;
	font-size:9px;
	height:40px;
	line-height:40px;
	color:#333;
	margin: 0 auto;
	padding:0;
	clear:both;
}

#footer a {
	color:#333;
	text-decoration:none;
	outline:0;
}

#footer a:hover {
	background:none;
	border-bottom:#333 1px dotted;
	outline:0;
}

#footer li {
	display:inline;
}

.middle {
	width:600px;
	margin:0 auto 20px auto;
	padding:0;
	color:#333;
	text-align:justify;
	font-size:9px;
	line-height:13px;
}

.img {
	background:#000;
	border-left:#111 1px dotted;
	border-bottom:#111 1px dotted;
	margin:0;
	padding:0 20px 20px 20px;
}

