@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	padding:0;
	margin:0;
	background-color: #000000;
}
body {
	width:100%;
    height:100%;
}
p {
	margin:0;
	margin-bottom:10px;
}
img {
	border:none;
}
a {
	color: #CCCCCC;
	font-weight: bold;
}
a img {
	border:none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}


#wrapper{
	margin:0;
	height:100%;
}

#content{
	margin:0;
	min-height:300px;
	background:url('../images/background.png') repeat-x;
}

#content_main{
	background:url('../images/hand.png') no-repeat 25px 20px;
}

#content_title{
	padding-top: 20px;
	margin-left: 125px;
}
#title_main{
	width:100%;
	background:url('../images/blackglove_bg.png') repeat-x;
}

#content_text{
	width: 50%;
	margin-left: 130px;
	margin-top: 20px;
}

#distriqt{
/*
	text-align:right;
	width:80%;
	margin-top: 20px;
*/
	margin-left: 130px;
	margin-top: 20px;
}

#flashcontent{
	height:0;
	margin:0;
}
