/* Killanet Features CSS */

body {
	background: #4c0002;
	margin: 0;
	font-family: verdana, arial;
	line-height: 17px;
}

#holder {
	background: #000;
	width: 700px;
}

body #holder #sidebar{
   float : right;
   width : 235px;
   text-align: left;
}
body #holder #content{
   margin-right: 250px;
   padding: 0 40px 0 19px;
   text-align: left;
   border-right: 1px dotted #CCCCCC;
   font-size: 10px;
   color: #ccc;
}

#sidebar a {
	font-size: 10px;
	color: #B40101;
	text-decoration: none;
	display: block;
}
#sidebar a:hover {
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	display: block;
}	
h1 {
	color: #B40101;
}
#content a {
	color: #B40101;
	text-decoration: none;
	border-bottom: dashed 1px #fff;
}
#content a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: dashed 1px #fff;
}
#footer {
	margin: 20px 0 0 0;
	font-family: verdana, arial;
	line-height: 19px;
	font-size: 10px;
    position: relative;
	padding: 10px 0 10px 0;
    width: 700px;
	color: #fff;
	border-top: 1px dotted #CCCCCC;
}
#footer a {
	font-size: 10px;
	color: #B40101;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}
#footer a:hover {
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #000;
}
span {
	display: block; 
	margin: 0; 
	padding: 4px;
	margin: 0 0 0 10px;
}
label {
	width: 144px; 
	float: left;
}
.red {
	color: #B40101;
}
input, textarea {
	background: #000; 
	border: solid 1px #B40101;
	font-family: Verdana, Arial;
	font-size: 10pt;
	color: #fff;
	margin: 2px;
}