/* hmmm ... */

body {
	font: 15px/20px Georgia, serif;
	color: #eee;
	background: url(head.gif) top left no-repeat #000;
	margin: 100px;
}


/* structure */

#head { 
	margin: 74px 0 60px 40px;
}

#sidebar div {
	width: 32%;
	position: absolute;
	right: 0;
}

	#sidebar div h3 {
		padding: 0 0 10px 1px;
		margin: 0;
		font-size: 15px;
		font-weight: normal;
		font-family: Georgia, serif;
		text-transform: uppercase;
		border-bottom: 4px solid #222222;
	} 
	
	#sidebar div ul, #sidebar div li {
		list-style: none;
		margin: 0;
		padding: 0 20px 0 0;
		font-size: 14px;
	}  
		
	#sidebar div ul {
		padding: 10px 0 0 1px;
		border-top: 4px solid #222222;
	}
	
	#sidebar div ul li a {
		text-decoration: none;
		color: #eee;
	}
	
	#sidebar div a:hover {
		text-decoration: underline;
		color: #fff;
	}
	
		#sidebar div ol { padding: 5px 0 6px 10px; }
		
			#sidebar div ol li { font-style: italic; }

	#nav { top: 80px; }
	
	#contact { top: 300px; }
	
	#testimonial { top: 420px; }

#text {
	width: 55%;
	line-height: 1.4em;
	margin: 0 0 0 40px;
}

#foot {
	width: 55%;
	margin: 40px 0 40px 40px;
}


/* typograhy */

h2 {
	font-size: 16px;
	margin: 2em 0 0;
}

p, h4, h2, h1, h3, ul, ol { 
	text-shadow: 1px 1px #111;
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter:alpha(opacity=90);
}

p a {
	color: #fff;
}

a { color: #fff; }

cite {
	font-size: 12px;
}

cite:before {
	content: "-- ";
}

p img {
	float: left;
	padding: 2px;
	background: #fff;
	margin: 5px 15px 5px 0;
	border: 1px solid #888;
}

#foot * {
	color: #ccc;
	font-size: 12px;
}

#foot p a {
	color: #eee;
	text-decoration: none;
}

#foot p.fine {
	border-top: 8px solid #333333;
	color: #ccc;
	padding: 8px 0 0;	
}

#foot p.fine a { color: #333; }

#fineprint {
	padding-left: 20px;
	font-style: italic;
	font-size: 11px;
	font-weight: normal;
}

/* visual effects */

#head h1 {
	display: none;
}

#logo {
	width: 305px;
	height: 80px; 
	background: url(images/logo.png) no-repeat;
}

#bar {
	display: block;
	height: 8px;
	width: 100%;
	background: #222222;
	position: absolute;
	left: 0;
	top: 0;
}