		/*Title Formatting*/

body
{
	font-family:"Times New Roman";
	color:#ececec;
	background-attachment: fixed;
	background-color: #000000;
	/*	background-image: url("background.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	*/
}

/*Dynamically scaling background image*/
#divbg {
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	position: fixed;
	/* z-index: -1; */
}



#titlebox /*container for positioning the title contents*/
{
	position:absolute;
	width: 650px;
	height: 260px;
	left:105px;
	top:48px;
	
}

#subheading
{
	position:absolute;
	font-size:12px;
	text-align:left;
	color:#FFFFFF;
	letter-spacing:+1px;
}

#title_line1
{
	background-color: #FFFFFF;
	width: 645px;
	height: 1px;
	top:70px;
	display:none;
}

#title_line2
{
	background-color: #FFFFFF;
	width: 645px;
	height: 1px;
	margin-top: 180px;
	display:none;
}

#title1
{
	position:absolute;
	font-size:91px;
	top:7px;
	text-align:left;
	color:#FFFFFF;
	letter-spacing:+3px;
}

#title2
{
	position:absolute;
	font-size:91px;
	top:90px;
	text-align:left;
	color:#FFFFFF;
	letter-spacing:+3px;
}

#daniel
{
	position:absolute;
	font-size:25px;
	top:180px;
	width:100%;
	text-align:right;
	color:#FFFFFF;
	letter-spacing:+5px;
}

		/*Text Formatting*/

#div
{
	font-family:"Times New Roman";
	color:#ececec;
}

a:link
{
	color: #c0c0c0;
	text-decoration: none;
	border-color: #333333;
	font-weight: bold;
}

a:visited
{
	color: #c0c0c0;
	text-decoration: none;
	border-color: #333333;
	font-weight: bold;
}

a:hover 
{
	text-decoration: none;
	color: #FFFFFF;
	border-color: #FF0000;
	font-weight: bold;
}

a:active
{
	color: #c0c0c0;
	text-decoration: none;
	border-color: #333333;
	font-weight: bold;
}

#textcontentbox /*text box for content*/
{
	left: 325px;
	top: 300px;
}

#copytext /*copyright text that sits above everything*/
{
	position: fixed;
	width: 100%;
	background-color: #000000;
	bottom: 0px;
	right: 0px;
	padding: 5px;
	text-align:right;
	font-size: 10px;
	font-family: helvetica;
	z-index: 5000;
}

#contentbox /*this box provided for bottom padding and other global settings for content*/
{
	position: absolute;
	top: 289px;
	left: 280px;
	width: 480px;
	padding-bottom: 50px;
/*	font-style:italic; */
	font-size:12px;
}

#contentbox img
{
	margin: 5px;
}

#recentwork
{
	margin-top: 10px;
}

#recentwork img
{
	width: 480px;
}

#linkbox
{
	position: absolute;
	top: 289px;
	left: 280px;
	width: 550px;
	padding-bottom: 50px;
	font-style:italic;
	font-size:12px;
}

#linkbox img
{
	margin: 5px;
}

#linkbox a:hover
{
	opacity: 1;
	filter:alpha(opacity=100);
}

#linkbox a:link, a:visited, a:active
{
	opacity: 0.9;
	filter:alpha(opacity=90);
}

		/*Navigation Bar*/

#navi
{
	position:absolute;
	top:275px;
	left:155px;
	text-align:right;
	font-size:12px;
	z-index: 5000;
}
	
#navi ul
{
	letter-spacing:+1px;
	line-height:156%;
	font-size:12px;
	list-style-type: none;
}

#navi .title /*title for the navigation bar*/
{
	font-style:italic;
}

		/*gallery formatting*/

#gallerybox
{
	width: 475px;
}

#gallerybox img
{
	width: 64px;
	margin: 10px;
	vertical-align: middle;
}

#gallerybox a:link, a:visited, a:active
{
	opacity: 0.9;
	filter:alpha(opacity=90);
}

#gallerybox a:hover
{
	opacity: 1;
	filter:alpha(opacity=100);
}

/*#gallerybox .title
{
	font-style:italic;
}
*/

		/*project formatting*/

#projectbox /*global container for projects*/
{
	width: 475px;
}

#projectdesc /*Project cell*/
{
	background-color: #101010;
	border:1px solid #353535;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	opacity: 0.9;
	filter:alpha(opacity=90);
	font-size: 10px;
	font-family: helvetica;
	font-style: normal;
	
}

/*#projectdesc .title
{
	font-weight: bold; 
}
*/

#projtitle
{
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
}

#projectbox a:link, a:visited, a:active
{
	opacity: 0.9;
	filter:alpha(opacity=90);
}

#projectbox a:hover
{
	opacity: 1;
	filter:alpha(opacity=100);
}

#projectdesc img
{
/*	width: 64px;*/
	margin: 5px;
	vertical-align: middle;
}

