
/* layout
----------------------------------------------- */
	
*{
	margin: 0;
	padding:0;
	}

body{
	color: #666;
	background: #000 url('../images/bg.gif');
	font: 76% "Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
	line-height: 1.75em;
	}
	
#wrapper{}

#leftcol{
	float: left;
	width: 464px;
	padding-top: 5px;
	background: url('../images/bg-rose.jpg') repeat-y;
	}
	
#rightcol{
	margin-left: 464px;
	}	


.linkblock{
	display: block;
	xwidth: 100%;
	height: 64px;
	margin-bottom: 2px;
	background: #333 url('../images/bg-links.gif');
	}

#content{
	margin: 0 70px 80px 60px;
	}
	
#content p{
	font-size: 0.95em;
	margin-bottom: 1.8em;
	text-align: justify;
	}

#content #signature{
	text-align: right;
	}

#photos{
	width: 385px;	/* Opera 5 */
	\width: 420px;	/* IE5Win */
	w\idth: 385px;	/* Others */
	margin: 35px 0 0 35px;
	}	
#photos img{
	margin: 0 15px 15px 0;
	background-color: #1a1a1a;
	padding: 6px;
	border: 1px solid #151515;
	}


/* typography
----------------------------------------------- */

a { }

a img{ border: none; }

h2{
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 1.1em;
	}

kbd{
	background-color: #ddd;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: inherit;
	font-family: inherit;
	padding: 0 3px 2px 4px;
	}


