/*
P I E C E  S T U D I O

Author: jayroop
Author URI: http://jayroop.info/

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

html, body {
	font-family: Courier, "Courier New", monospaced;
	color: #333333;
	font-size: 80%;
}
h1 { font-size: 38px; font-style: bold; letter-spacing: -1px; line-height: 130%}
h2 {
	font-size: 36px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 100%;
	letter-spacing: -.01em;
	color: #666;
}
h3 { font-size: 16px; }
h4 { color: #FF3333; font-weight: normal; }


body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #333333; }
a:active { text-decoration: none; color: #99FFFF; }
a:visited { text-decoration: none; color: #666666; }
a:hover { text-decoration: underline; color: #99FFFF; }

a img { border: none; }
 
#menu-horizontal {
    width: 800px;
    overflow: off;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 150px;
	background-color: #000000;
}
#menu-header {
	width: 150px;
    overflow: off;
    top: 0;
    bottom: 0;
	left: 0px;
    position: fixed;
    height: 40px;
}
#menu {
	width: 150px;
	height: 100%;
	text-align: right;
	overflow: off;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: fixed;
	line-height: 145%;
}
#header2 {
	width: 100%;
    height: 100px;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    background-color: #FFFFFF;
}
#footer {
	width: 768px;
	height: 20px;
	bottom: 600px;
	position: absolute;
	color: FFFFFF;
	border-right: 1px solid #99FFFF;
	border-bottom: 1px solid #99FFFF;
	padding: 10px 10px 0px 10px;
	left: 158px;
	top: 0px;
}
#hline {
	width: 1000px;
    height: 1px;
    top: 28px;
    bottom: 0px;
	left: 0px;
	background-color: #99FFFF;
    position: fixed;
}
#vline {
	width: 1px%;
    height: 100%;
	background-color: #FF0000;
	border-left: 1px solid #FF0000;
    top: 0;
    bottom: 0;
	left: 780px;
    position: fixed;
}
#menu ul {
	text-decoration: underline;
	list-style-type: none;
	margin: 10px 0 0 0;
}
#menu ul li.section-title {
	color: #FF3333;
}
#content2 {
	height: 100%;
	width: 600px;
	margin: 21px 0 0 150px;
	padding-top: 29px;
	font-size: 1em;
	font-family: Courier, "Courier New", monospaced;
	line-height: 125%;
}
.container {
    padding: 10px 10px 25px 10px;
}
#content p { width: 0px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

project {
	color: #FF3333;
}



#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }