BODY {
	margin:																		0;
	padding:																	0;

	background-color:													black;
	font-family:															"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 																0.85em;
}
H1 {
  border-bottom:                             2px solid #0099FF;

  color:                                     #666666;
}
H2,H3,H4 {
  display:                                  inline;

  border-bottom:                             1px solid #0099FF;

  color:                                     #666666;
}


#lcd {
	position:																	absolute;
	bottom:																		20px;
	right:																		0px;

	float:																		right;
	width:																		70%;

	z-index:																	20;
}
#lcdtop {
	margin:																		0;
	margin-left:															100px;
	padding:																	0;
	height:																		100px;

	background-color:													#000000;
	background-image:													url('images/lcd_top_bg.gif');
}
#lcdscreen {
	margin:																		0;
	margin-left:															100px;
	padding:																	2px;
	padding-left:															32px;
	height:																		400px;
	overflow:																	auto;

	background-color:													#FFFFFF;
	background-image:													url('images/lcd_left_bg.gif');
	background-position:											left;
	background-repeat:												repeat-y;
}
#lcdbottom {
	margin:																		0;
	margin-left:															100px;
	padding:																	0;
	height:																		170px;

	background-image:													url('images/lcd_bottom_bg.gif');
}
#binder {
	height:																		38px;
	padding:																	0;
	width:																		100%;

	background-color:													#FFFFCC;
	background-image:													url('images/binder_bg.gif');
}
#content {
	margin:																		0;
	padding:																	10px;

	background-color:													#FFFFFF;
	background-image:													url('images/content_bg.gif');
	background-postion:												left;
	background-repeat:												repeat-y;
	color:																		#788156;
	font-size:																0.8em;

	z-index:																	100;
}
#content H2 {
	font-size:																1.2em;
}
#copyright {
	color:																		#FFFFCC;
	font:																			0.7em "Trebuchet MS", Verdana, Arial, sans-serif;
	text-align:																center;
}
#copyright A {
	color:																		white;
}
#menu {
	position: 																absolute;
	top:																			100px;
	left:																			-30px;

	font-family:															"Trebuchet MS", Verdana, Arial, sans-serif;


	z-index:																	50;
}
#menu A {
	display:																	block;
	margin-bottom:														3px;
	width:																		155px;

	background-color:													transparent;
	color:																		#788156;
}

.polaroid {
	position: absolute;
}


DIV.portfolioitem {
	margin:																	20px;
	border: 1px dashed #DDDDDD;
}
DIV.portfolioitem H3,
DIV.portfolioitem DIV {
	margin-left: 120px;
}
DIV.portfolioitem IMG {
	float: left;
	margin: 2px;
	border: 1px dashed black;
}
