body {
	font-family:Arial, Helvetica, sans-serif;
	background: #666 url(../i/bg_02.png) repeat-x;
	margin: 0;
	padding: 0;
	border: 0;
	}
a, a:hover, a:visited {
	text-decoration: underline;
	color: #999;
}
img {
	border: 0 solid #000;
}
div#holder {
	background: url(../i/pages.png);
	width: 650px;
	height: 750px;
	position: relative;
	z-index: 80;
}
div#title {
	width: 435px;
	height: 103px;
	position: absolute;
	top: 370px;
	left: 700px;
	z-index: 0;
}
ul#menu {
	position: fixed;
	z-index: 99;
	top: -1px;
	left: 0px;
	height: 25px;
	width: 100%;
	list-style: none;
	list-style-image: none;
	font-size: 0.8em;
	background: url(../i/menu_bg.png) repeat-x;
	margin: 0;
	padding: 13px 0 0 0;
	color: #CCC;
	text-align: right;
}
ul#menu a {
	text-decoration: none;
	color: #FFF;
}
ul#menu li {
	display: inline;
	margin: 0 15px 0 15px;
}
div#content {
	width: 330px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	left: 270px;
	top: 230px;
	position: relative;
	height: 460px;
	color: #555;
	z-index: 99;
}
div#content p {
	margin-left: 0px;
	line-height: 1.6em;
}
div#content p a, div#content p a:visited {
	text-decoration: none;
	color: #999;
	background: url(../i/underline.png) no-repeat 0px 11px;
}
div#content p a:hover {
	color: #F00;
}
div#content p strong {
}
div#content h2.heading {
	font-size: 0.9em;
	text-transform: uppercase;
	padding-left: -20px;
	font-weight: 800;
	color: #F00;	
}
div#copyright {
	position: relative;
	z-index: 99;
	float: left;
	font-size: 0.6em;
	width: 500px;
	display: inline;
	color: #999;
	left: 120px;
	height: 55px;
	padding-top: 13px;
	padding-left: 13px;
	background-image: url(../i/copy_bg.png);
}
div#copyright img {
	display: inline;
	float: left;
}

ul#polaroids {
	position: relative;
	z-index: 50;
	left: 100px;
	top: -55px;
}
ul#polaroids li {
	display: inline;
	position: relative;
	margin: 0 0 0 -50px;
}
div.trigger_portfolio {
	position: relative;
	left: 1260px;
	width: 40px;
	height: 125px;
	top: 165px;
	z-index: 99;
	cursor: pointer;
}

div#folder {
	position: absolute;
	left: -580px;
	top: 0;
	background: url(../i/folder.png) no-repeat;
	width: 1306px;
	height: 956px;
	float: left;
	z-index: 2;
}

div#email {
	position: absolute;
	background: url(../i/envelope.png);
	top: 450px;
	left: 350px;
	width: 505px;
	height: 300px;
	float: left;
	z-index: 1;
	padding-left: 40px;
}
div#email .form {
	display: inline; 
	background: url(../i/form.png);
	font:0.7em helvetica, arial, sans-serif; 
	color: #1F3572; 
	padding:4px; 
	border:1px solid #404e79; 
	border-right-color:#283352; 
	border-top-color:#03050a; 
	border-left-color:#080c16; 
	position: relative;
	float: left;
	margin-left: 10px;
	top: -200px;
}
div#email fieldset {
	border: 0px solid black;
	margin: 0;
	padding: 0;
}
div#email textarea#message {
	margin-top: 10px;
	width: 330px;
	height: 100px;
	overflow: hidden;
}
div#email #submit {
	position: relative;
	top: -50px;
}
div.trigger_email {
	position: relative;
	left: 400px;
	width: 80px;
	height: 280px;
	top: 30px;
	z-index: 60;
	cursor: pointer;
}

.lW { float: left; clear: left; height: 15px; }
.rW { float: right; clear: right; height: 15px; }
