/* CSS Implementation by ManMeng.net / siaukia@gmail.com / 2007 */
body {
	font-size:1em;
	background:url(images/bg.gif) no-repeat #faf6f5 top left;
	font-family:Tahoma,Geneva, Arial, Helvetica, sans-serif;
	font-size:70%;
	margin:0px;
	padding:0px;
	line-height:150%;
}
h1, h2, h3, h4, h5, p, ul, ul li, img {
	padding:0px;
	margin:0px;
}
ul {
	list-style-type:none;
}
a {
	color:#711b00;
	text-decoration:none;
	background:#e6d7c4;
	margin:3px;
	padding:2px;
}
a:hover {
	color:#c97054;
	background:#f3ede6;
}
#holder {
	margin:10px 0px 10px 30px;
	width:700px;
	overflow:hidden;
}

/* Header and Title */
#header  {
	margin-top:70px;
	border-bottom:3px solid #000;
}
#header h1 {
	text-indent:-99999px;
	width:236px;
	height:20px;
	background:url(images/header.gif) no-repeat top left;
	float:left;
	display:block;
}
#header h2 {
	margin-left:465px;
}
#header h2.mail {
	width:230px;
	height:8px;
	text-align:right;	
}
#header h2 a {
	text-decoration:none;
	padding:0px;
	margin:0px;
}	
#header h2.subhead {
	width:230px;
	height:15px;
	top:-10px;
	font-size:1em;
	font-style:normal;
	font-weight:normal;
}

/* Contents */
#content {
	clear:both;
	margin:15px 0px;
}
/* Header Swap H3 */ 
h3 {
	margin-bottom:10px;
}
#contact h3 {
	width:236px;
	height:20px;
	text-indent:-99999px;
	display:block;
	background:url(images/header_contact.gif) no-repeat top left;
}
#contact .available {
	margin-top:10px;
}
#clients h3 {
	width:236px;
	height:20px;
	text-indent:-99999px;
	display:block;
	background:url(images/header_clients.gif) no-repeat top left;
}
#clients ul, #friends ul {
	width:118px;
	float:left;
}
#biography h3 {
	width:315px;
	height:20px;
	text-indent:-99999px;
	display:block;
	background:url(images/header_whois.gif) no-repeat top left;
}
#works h3 {
	width:700px;
	height:20px;
	text-indent:-99999px;
	display:block;
	background:url(images/header_works.gif) no-repeat top left;
}
#friends h3 {
	width:236px;
	height:20px;
	text-indent:-99999px;
	display:block;
	background:url(images/header_friends.gif) no-repeat top left;
}
#copyright h3 {
	width:315px;
	height:20px;
	text-indent:-99999px;
	display:block;
	background:url(images/header_copyright.gif) no-repeat top left #000;
}

/* Content Columns */
#contact {
	width:236px;
	margin-bottom:30px;
}
#clients {
	width:236px;
}
#biography {
	text-align:justify;
	width:315px;
	float:right;
	margin-bottom:30px;
}
#biography p {
	margin-bottom:10px;
}
.signature {
	float:right;
	margin-top:15px;
}
#works {
	clear:both;
	margin-top:30px;
	width:700px;
}
#friends {
	width:236px;
	display:block;
	float:left;
	margin-bottom:20px;
}
#copyright {
	text-align:justify;
	float:right;
	width:315px;
}
