body{
	background-color:#000000;
	/*margin:7px;*/
}
a{
 	outline: none;
}
a:active{
	outline: none;
}

a:focus{
	-moz-outline-style: none;
}
img{
	border:none;
}
#main{
	border:1px solid #444444;
}
#topabout{
	border-top: 1px solid #333333;
}
.rightabout{
	border-right: 1px solid #333333;
}
#aboutmain{
	font-family:tahoma;
	color: #c0c0c0;
	font-size: 11px;
}
#aboutmain a{
	color:#f09030;
	text-decoration:none;
}
#aboutmain a:hover{
	text-decoration:underline;
}
input#contform{ 
	border:3px double #ffffff;
	width: 250px;
	height:14px;
	font-family:tahoma;
	color:#000000;
	font-size: 11px;
}
textarea#contform{
	border:3px double #ffffff;
	width: 250px;
	height:100px;
	font-family:tahoma;
	color:#000000;
	font-size: 11px;
}
ul li{
	list-style-type:decimal;
	margin:0 0 10px 0;
}
.highlight{
	color:#f09030;
}