/*
	the distro
	by Neat Focus (neatfocus.com)
	developed in the coding mines by chris rhee
	feb 2006.
*/

* { margin: 0; padding: 0; }

body {
	background: #fff;
	color: #000;
	text-align: center;
	font-family: Verdana, sans-serif;
	font-size: x-small;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small;
}

a {
	color: #b22328;
}

a:hover, #content p.highlight a:hover {
	color: #fff;
	background: #b22328;
	text-decoration: none;
}

p {
	margin: 0 0 1.2em 0;
	line-height: 1.5;
	font: 100%/1.4em Verdana, sans-serif;
}

#wrap {
	width: 745px;
	margin: 0 auto;
}

#header {
	float: left;
	width: 745px;
}

#header h1 {
	width: 745px;
	height: 111px;
	text-align: left;
	text-indent: -9999px;
	font: 10px Verdana;
	background: #fff url("/logo.gif") 0 0 no-repeat;
	float: left;
}

#content {
	width: 565px;
	margin: 0 180px 4.3em 0;
}

#content h2 {
	font: 2em/1.5em Arial, sans-serif;
	margin: 0 0 .7em 0;
}

p.highlight strong a {
	font-size: 200%;
	font-weight: normal;
	background: url("/link.jpg") bottom left repeat-x;
	padding: .3em 17px .5em 17px;
}

p.highlight {
	margin: 0 0 5em 0;
}

#content h3 {
	font: 1.5em/1.5em Arial, sans-serif;
	margin: 0 0 .5em 0;
	color: #777;
}

ul {
	list-style: none;
}

ul li {
	margin: 0 0 .5em 0;
	color: #444;
}

#hosting, #footer {
	width: 545px;
	margin: 0 180px 1.7em 0;
}

#hosting p {
	padding: 10px 0;
	color: #444;
	background: #eee;
	font-size: 85%;
	border-top: 1px solid #d6d6d6;
	border-bottom: 3px solid #d6d6d6;
}

#footer p {
	color: #555;
	font-size: 85%;
}