#container {
	width: 900px;
}


.hide {
	display: none;
}

img {

	border:0;
}

a {
	text-decoration: none;
	color: #663366;
}

body {
	font-family: Lucida Grand, Helvetica;
	color:#666666;
	background: #F5EDE9;
	padding: 0px;
	margin: 0px;
	
	
}

.footer {
	height:200px;
	margin: 0 auto;
	width:100%;
	color:#ccc;
	background:#000;
	opacity:1;
	font-size: 8pt;
	margin: 35px auto;
	position: absolute;
	left:0px;
	text-decoration: none;
	border-top: 1px dashed #cccccc;


}

#container {

	width: 900px;
	height: 2775px;
	background: #fff;
	margin: -20px auto;
	padding: 15px;
	border: 1px solid #cccccc;

}



#header {
	height: 500px;
	position: relative;
}

#cvtab {


	position: fixed;
	right: 0;
	z-index: 20;
	margin-top:100px;


}

#myface {

	float: left;
	margin-top:-150px;
	margin-left: -15px;
	width: 180px;
	height: 256px;
	background: transparent;
		position: absolute;
	z-index: 2;


}

#toplink {

	margin-top:-5px;
	width: 111px;
	height: 71px;
	background: transparent;
	margin-left:120px;
	position: absolute;
	z-index:101;


}

#logo {
	width: 900px;
	height: 136px;
	margin-left:0px;
	margin-top:0px;
	background: url(graphics/free2.jpg) no-repeat;
	border: 0;
	position: relative;


	}
	
#home {

	width: 450px;
	height: 144px;
	margin-left:440px;
	position: absolute;
}

#topimages {
	float: left;
	margin: 10px auto;
	border: 0;
	position: absolute;
	z-index:1;
	background: url(graphics/loading.gif) no-repeat 50% 50%; 

	
}

#topimages img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}




#secrets {

	position: absolute;
	left:0px;
	top:0px;
	z-index:100;
	width: 100%;
	height: 0px;
	margin: 0px;
	padding: 0px;
	background: url(graphics/shadow.png) repeat-x;
	overflow:hidden;

}

#bio {

	margin: 0 auto;
	width: 900px;
	font-size: 8pt;
	
}

#bio1 {

	width: 520px;
	float: left;

}

#bio2 {

	width:160px;
	float: right;

}

#bio3 {

	width:160px;
	float: right;

}

#maininfo {
	
	margin: 10px auto;
	width: 585px;
	height: 1350px;
	background: #fff;
	float: right;

	
}

#sidebar {

	margin: 8px auto;
	width: 280px;
	display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    _height: 250px;
}


#sidebar > img {
	cursor:pointer !important;
}

.line {
	background: url(graphics/line.png) no-repeat;
	padding-top: 5px;
	font-weight: 600;
}

.topline {
	background: url(graphics/line.png) no-repeat;
	margin-top: 25px;
	width: 800px;
	height: 1px;
	font-weight: 600;
}



#copyright {
	width:100%;
	color:#333333;
	opacity:1;
	font-size: 8pt;
	margin: 170px auto;
	position: absolute;
	text-align:center;
	left:0px;
	text-decoration: none;

}






#footercontent {

	width:900px;
	margin: 10px auto;
}



#footfriends {
	width:300px;
	text-align:left;
	float: left;


}

#footimage {
	width:300px;
	text-align:center;
	float: left;

}


#footlinks {

	width:300px;
	text-align:right;
	float: right;

}






.projThumb {
	cursor:pointer !important;
	position:relative;
}

.projThumb > div {
	display:none;
	cursor:pointer;
}

.projThumb > div:first-of-type {
	position:absolute;
	padding-left:15px;
	color:#fff;
	background:#000;
	opacity:0.8;
	width:285px;
	font-size:1.5em;
	top:50%;
}

