@charset "utf-8";
/* CSS Document */


/* typography  */

body {
	padding:0;
	margin:0;
	font-size:11px;
	color:#666666;
	font:12px "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	background-color:#333333;
}

a:link, a:visited, a:active {
	color:#999999;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h1 {
	color:#666666;
	font-size:22px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	padding:5px;
}

h2 {
	color:#666666;
	font:italic 18px Georgia, "Times New Roman", Times, serif;
	letter-spacing:1px;
	border-bottom:1px #333333 solid;
}

input, select, textarea {
	background-color:#000000;
	color:#666666;
	border:1px #333333 solid;
	padding:2px;
	margin:2px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.button {
	padding:1px;
	background-color:#333333;
	color:#999999;
	border-top:1px #444444 solid;
	border-left:1px #444444 solid;
	border-right:2px #222222 solid;
	border-bottom:2px #222222 solid;
}

.center {
	text-align:center;
}

/* structure */

#wrapper {
	margin:10px auto;
	width:720px;
}

#wrapper-admin {
	margin:10px auto;
	width:500px;
}

#head {
	margin:0 0 10px 0;
}

#content {
	float:left;
	width:500px;
}

#sidebar {
	float:right;
	width:210px;
}

#footer {
	clear:both;
	font-size:10px;
	text-align:center;
	background-color:#000000;
}

/*  corners  */

.container {
	margin:0 0 10px 0;
	background-color:#000000;
}

.top, .bottom {
	height:10px;
	clear:both;
	background-color:#000000;
}

.middle {
	padding:0 10px;
}

.middle img {
	margin:0px;
	padding:2px;
}

.middle a:hover img {
	position:relative;
	margin: 1px -1px -1px 1px;
}

.cor1, .cor3 {
	float:left;
	width:10px;
	height:10px;
}

.cor2, .cor4 {
	float:right;
	width:10px;
	height:10px;
}
