body,html {
	margin: 0px;
	padding: 0px;
	background-color: #252525;
	}
img {
	border: none;
	}
.fake_h1 {
	font-size: 2em;
	font-weight: bold;
	}
#main_container {/*contains flash and text/image content below*/
	position: relative;
	width: 852px;
	margin: auto;
	}
#flash {
	float: left;
	z-index: 1;
	width: 852px;
	height: 425px;
	}
#sub_container {/*contains text/image content under flash*/
	position: relative;
	float: left;
	left: 19px;
	padding-left: 10px;
	padding-bottom: 50px;
	background-color: #000;
	width: 822px;
	color: #fff;
	font-family: "Segoe UI", Arial, sans-serif;
	font-size: 0.8em;
	}
#side_bar {
	position: relative;
	width: 304px;
	float: right;
	margin-left: 10px;
	margin-right: 20px;
	margin-bottom: 50px;
	display: compact;
	background-image: url("images/ad_box_bg.jpg");
	background-repeat: repeat-x;
	border: 1px solid #111;
	}
.article {
	display: compact;
	margin-bottom: 13px;
	float: left;
	padding: 5px;
	}
.article a:link,
.article a:hover,
.article a:visited {
	font-weight: bold;
	font-size: 12pt;
	}
#writeup {
	z-index: 2;
	padding-left: 10px;
	padding-right: 20px;
	display: compact;
	}
#portfolio {
	position: relative;
	width: 800px;
	margin: auto;
	}
.piece {
	display: compact;
	float: left;
	width: 370px;
	padding: 15px;
	height: 225px;
	position: relative;
	}
.peice_image {
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
	font-size: 0.75em;
	padding: 2px;
	border: 1px solid #333;
	text-align: center;
	background-color: #222;
	}
.peice_image_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 0.75em;
	padding: 2px;
	border: 1px solid #333;
	text-align: center;
	background-color: #222;
	}
.peice_image_right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 0.75em;
	padding: 2px;
	border: 1px solid #333;
	text-align: center;
	background-color: #222;
	}
#fixed {
	position: fixed;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	display: none;
	}
.leightbox_row1,
.leightbox_row2,
.leightbox_row3,
.leightbox_row4,
.leightbox_row5 {
	color: #fff;
	font-family: "Segoe UI", Arial, sans-serif;
	font-size: 0.8em;
	display: none;
	position: absolute;
	left: 110px;
	width: 600px;
	/*height: 300px;*/
	padding: 1em;
	border: 1em solid #252525;
	background-color: #000;
	text-align: left;
	z-index:1001;
	overflow: auto;	
}
.leightbox_row1 {
	top: 625px;
	}
.leightbox_row2 {
	top: 875px;
	}
.leightbox_row3 {
	top: 1125px;
	}
.leightbox_row4 {
	top: 1375px;
	}
.leightbox_row5 {
	top: 1625px;
	}
a:link,
a:visited {
	color: #336699;
	text-decoration: none;
	}
a:hover {
	color: #3399FF;
	text-decoration: underline;
	}
.close {
	float: right;
	}
#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed; z-index: 1;   }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }
