body, html
{
	margin: 0;
	padding: 0;
	background: #414141;
	font-family: 'Century Gothic', arial, helvetica;
	font-size: 12px;
	color: #666;
}

img
{
	border: 0;
}


/* CONTAINER AND IMAGES */

#container
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 907px;
}

#name
{
	background: url(layout/name.gif);
	position: absolute;
	top: 102px;
	left: 5px;
	width: 153px;
	height: 17px;
}

#logo
{
	background: url(layout/logo.gif);
	position: absolute;
	top: 120px;
	left: 34px;
	width: 27px;
	height: 24px;
}

#image1
{
	background: url(layout/image1.gif);
	position: absolute;
	top: 184px;
	left: 44px;
	width: 17px;
	height: 206px;
}

#image2
{
	background: url(layout/image2.gif);
	position: absolute;
	top: 120px;
	left: 60px;
	width: 98px;
	height: 270px;
}

#image3
{
	background: url(layout/image3.gif);
	position: absolute;
	top: 0px;
	left: 214px;
	width: 543px;
	height: 121px;
}

#image4
{
	background: url(layout/image4.gif);
	position: absolute;
	top: 120px;
	left: 737px;
	width: 159px;
	height: 65px;
}

#image5
{
	background: url(layout/image5.gif);
	position: absolute;
	top: 184px;
	left: 737px;
	width: 159px;
	height: 151px;
}

#whitespace
{
	background: #fff;
	position: absolute;
	top: 121px;
	left: 158px;
	width: 84px;
	height: 269px;
	z-index: 2;
}


/* MAIN MENU */

#menu
{
	font-size: 13px;
	position: absolute;
	top: 130px;
	left: 162px;
	width: 80px;
	z-index: 3;
	line-height: 21px;
}

#menu a, a:visited, a:active
{
	color: #666;
	text-decoration: none;
	text-transform: lowercase;
	font-variant: normal;
}

#menu a:hover
{
	color: #FF3767;
}

/* PORTFOLIO MENU */

#portMenu
{
	font-size: 13px;
	position: absolute;
	top: 210px;
	left: 162px;
	width: 75px;
	z-index: 3;
	text-align: right;
}

#portMenu a, a:visited, a:active
{
	color: #FF3767;
	text-decoration: none;
	font-variant: small-caps;
	text-transform: none;
}

#portMenu a:hover
{
	color: #666;
}



/* MAIN CONTENT */

#contentBox
{
	position: absolute;
	top: 121px;
	left: 229px;
	width: 491px;
}

#content
{
	background-image: url(layout/bg.gif);
	background-color: #252525;
	background-repeat: no-repeat;
	position: relative;
	width: 491px;
	padding: 0 15px 15px 20px;
	z-index: 0;
}

#content a
{
	color: #dafe16;
	text-decoration: none;
}

#content a:hover
{
	color: #666666;
}

h3
{
	font-size: 18px;
	font-weight: normal;
	color: #dafe16;
	font-variant: small-caps;
}

input, select, textarea
{
	border: solid 1px #333333;
	background-color: #666666;
	font-family: "Century Gothic", arial, verdana;
	font-size: 12px;
	line-height: 15px;
	line-spacing: 1px;
}

#title
{
	position: absolute;
	top: 86px;
	left: 262px;
	width: ;
	font-size: 22px;
	z-index: 3;
}

.title1
{
	text-transform: lowercase;
	color: #FF6D8B;
}

.title2
{
	text-transform: uppercase;
	color: #fff;
}

.date
{
	display: block;
	color: #FF6D8B;
	border-bottom: 1px dotted #333333;
}

#portImg
{
	margin: 30px 0 30px 0;
}


/* PORTFOLIO BUTTONS */

#printButton
{
	display: block;
	background: url('layout/printButton.jpg');
	width: 450px;
	height: 61px;
	background-position: 0 0;
}

#printButton:hover
{
	background: url('layout/printButton.jpg');
	background-position: 0 -61px;
}

#webButton
{
	display: block;
	background: url('layout/webButton.jpg');
	width: 450px;
	height: 61px;
	background-position: 0 0;
}

#webButton:hover
{
	background: url('layout/webButton.jpg');
	background-position: 0 -61px;
}

#identityButton
{
	display: block;
	background: url('layout/identityButton.jpg');
	width: 450px;
	height: 61px;
	background-position: 0 0;
}

#identityButton:hover
{
	background: url('layout/identityButton.jpg');
	background-position: 0 -61px;
}


/* FOOTER */

#resume
{
	position: relative;
	top: ;
	left: ;
	width: ;
}

#copyright
{
	position: relative;
	float: right;
	color: #888;
	font-size: 11px;
}

#new
{
	position: absolute;
	top: 193px;
	left: 758px;
	z-index: 2;
}

#new img
{
	border: 4px solid #fff;
}

#work
{
	position: absolute;
	top: 267px;
	left: 758px;
	width: 100px;
	font-size: 11px;
	color: #000;
	line-height: 14px
}

#work a, a:active, a:visited
{
	color: #dbff16;
	font-variant: normal;
	text-decoration: none;
	text-transform: none;
}

#work a:hover
{
	color: #666;
}

#viewtag
{
	position: absolute;
	top: 255px;
	left: 830px;
	z-index: 1;
}


/* GALLERY */

ul.display
{
	float: left;
	width: 465px;
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
	background: transparent;
}

ul.display li
{
	float: left;
	width: 130px;
	padding: 8px 0;
	margin: 0;
	border: none;
}

ul.display li .content_block a img
{
	padding: 5px;
	border: 0px;
	background: #fff;
	margin: 5px 0 5px 50px;
	float: left;
}

ul.display li .content_block a:hover img
{
	filter:alpha(opacity=60);
	opacity:0.6;
}

#slideshow {
	text-align: center;
	padding: 10px;
	height: 400px;
	margin-top: 5px;
}

#slideshow img {
	border: 5px solid #ffffff;
}

.fadein { position:relative; width:430px; height:400px; }
.fadein img { position:absolute; left:0; top:0; }