@charset "utf-8";


body {
	font-family: arial, sans-serif;
	font-size: 0.86em;
	margin-top: 0px;
	margin-left: 0px;
	background: url(../images/pattern.png);
}

a {
	color: #eb12a5;
	text-decoration: none;
	font-weight:bold;
	}
a:hover{
	color: #ff0062;
	text-decoration: underline;
	}

.main {
	width:960px;
	background: #000;
	margin: 0 auto;
	}


.logo {
	width: auto;
	margin: 0 auto;
	text-align: left;
	font: .8em "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
}

.logo a{
	color:#fff;
	font-weight: normal;
	}

.logo a:hover{
	color:#eb12a5;
	font-weight: bold;
	text-decoration: none;
	}

.logo ul {
	list-style-type:none;
	padding:10px 0;
	}

.logo ul li {
	line-height:30px;
	display:inline;
	text-align: center;
	padding:5px 12px;
	}
	
.menu {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 20px;
	width: 75%;
}
.menu li {
	float: left;
	font: 1.0em "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
.menu a {
	color: #fedef3;
	display: block;
	float: left;
	margin: 0;
	padding: 19px 12px;
	font-weight: normal;
	text-decoration: none;
}
.menu a:hover {
	background: #202420;
	color: #fff;
	padding-bottom: 19px;
}

.content {
	width: 920px;
	margin: 6px auto;
	background: #ece1d4;
	text-align: justify;
	line-height: 20px;
	height:auto;
	}

.status	{
	font: 0.86em "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	position:relative;
	top: 130px;
	left: 730px;
	width: 166px;
	padding: 6px;
	text-align: right;
	color: #fff;
	}

.status	span{
	color: #ff50cb;
}


.left {
	float:left;
	width:300px;
	background: #fff;
	padding: 20px;
	line-height: 20px;
	}
	
.right {
	float:left;
	width:510px;
	background: #fff;
	padding: 30px;
	}

.h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #eb12a5;
	width: 100%;
	border-bottom: 2px dashed #eb12a5;
	}

.normal {
	line-height: 20px;
	}

.img {
	margin:0 0 10px 0;
	border: 2px solid #202420;
	}

.img2 {
	float:left;
	margin: 3px;
	}

.thumb {
	border: 2px solid #333;
	}

.links {
	text-align: right;
	}

.links img{
	margin-left: 20px;
	border:0;
	}

.footer {
	width: 240px;
	float: left;
	margin-left: 40px;
	}

.footer ul{
	color: #ff50cb;
	font-weight: bold;
	}

.footer li{
	color: #fff;
	font-weight: normal;
	font-size: 0.86em;
	margin-left: 20px;
	}

.footer a{
	color: #fff;
	text-decoration: none;
	}

.footer a:hover{
	text-decoration: underline;
	}
	
.uv {
	float: left;
	width: auto;
	font-size: 0.86em;
	}
