body {
	background: #EEE;	
	font-family: "Trebuchet MS",Verdana,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.6;
}

#header{
	height:45px;
	width: 750px;
	margin: 5px auto 0;
	background:#000;
	color:#fff;
	padding: 0 20px 0 20px;
	
}		

#content {
	width: 760px;
	margin: 0 auto;
	padding: 15px;
	background: #FFF;	
}

#footer{
	height:20px;
	width: 750px;
	margin: 0 auto;
	background:#000;
	color:#fff;
	padding: 5px 20px 5px 20px;
}		

#footer a{
	color:#fff;
	text-decoration: none;
}		

#footer a:hover{
	text-decoration: underline;
}		

h1, h2 {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;	
	padding: 7px 0;
}

.clear {
	clear: both;
	line-height: 1px;
	font-size: 1px;
}

a { 
	outline-color: #888;	
}

	
		h3 {
			margin: 0;	
			padding: 2px 0 0 0;
			font-size: 16px;
			text-transform: uppercase;
		}

		div#feature_list {
			width: 760px;
			height: 520px;
			overflow: hidden;
			position: relative;
		}

		div#feature_list ul {
			position: absolute;
			top: 0;
			list-style: none;	
			padding: 0;
			margin: 0;
		}

		ul#tabs {
			left: 0;
			z-index: 2;
			width: 287px;
		}

		ul#tabs li {
			font-size: 12px;
			font-family: Arial;
		}
		
		ul#tabs li img {

			border: none;
			float: left;
			margin: 0 10px 0 0;
		}

		ul#tabs li a {
			color: #222;
			text-decoration: none;	
			display: block;
			padding: 5px;
			height: 30px;
			outline: none;
			line-height: 2;
		}

		ul#tabs li a:hover {
			text-decoration: underline;
		}

		ul#tabs li a.current {
			background:  #000;
			color: #FFF;
		}

		ul#tabs li a.current:hover {
			text-decoration: none;
			cursor: default;
		}

		ul#output {
			background: transparent;
			right: 0;
			width: 463px;
			height: 240px;
			position: relative;
		}
		
		#info {
			background: #000;
			right: 0;
			top: 260px;
			width: 443px;
			height: 100px;
			position: absolute;
			padding: 10px;
			color: #FFF;
		}
		#info h2{
			margin-left: 10px;
		}	
		#server {
			background: #000;
			right: 0;
			top: 400px;
			width: 443px;
			height: 100px;
			position: absolute;
			padding: 10px;
			color: #FFF;
			text-align: center;
		}
		#server a{
			color: #FFF;
		}
		ul#output li {
			position: absolute;
			width: 463px;
			height: 240px;
		}

		ul#output li a {
			position: absolute;
			bottom: 10px;
			right: 10px;
			padding: 8px 12px;
			text-decoration: none;
			font-size: 11px;
			color: #FFF;
			background: #000;
		}
		
		ul#output li a:hover {
			background: #D33431;
		}
		
.label {
	font-size:16px;
	font-weight: bold;
	margin:0;
	padding:2px 0 0;
	text-transform:uppercase;
}