@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	background-color: #333333;
	background-image: url(../background_stripes_01.jpg);
}
#contact {
	position:absolute;
	left:20px;
	top:20px;
	width:207px;
	height:433px;
	z-index:1;
	text-align: right;
}
#main_container {
	position:absolute;
	width:1024px;
	height:768px;
	z-index:2;
}
#nav_divide {
	position:absolute;
	left:236px;
	top:19px;
	width:4px;
	height:100%;
	z-index:3;
	background-color: #FFFFFF;
}
#file_path {
	position:absolute;
	left:270px;
	top:20px;
	width:720px;
	height:20px;
	z-index:7;
}
#main_content_image {
	position:absolute;
	left:270px;
	top:40px;
	width:720px;
	height:480px;
	z-index:4;
	background-color: #333333;
	margin: 0px;
	padding: 0px;
}
#main_content_quote {
	position:absolute;
	left:270px;
	top:542px;
	width:720px;
	height:54px;
	z-index:5;
	margin: 0px;
	padding: 0px;
}
#main_content_text {
	position:absolute;
	left:270px;
	top:596px;
	width:720px;
	height:306px;
	z-index:6;
}
.Quote {
	font-size: 20pt;
	font-style: italic;
}
.body_text {
	font-size: 10pt;
}
.term {
	font-size: 8pt;
	padding-top:9px;
	color:#999999;
}
.intro {
	padding-top:7px;
}
.project {
	padding-top:3px;
	padding-bottom:3px;
	
}

/*
.project:hover {
	color: #0099FF;
	background-color: #FFFFFF;
}
*/

.contact {
	font-size: 8pt;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #999999;
}


p {
	margin: 0px;
	padding: 0px;
}
A:link {
	text-decoration: none;
	color: #FFFFFF;
}

A:visited {
	text-decoration: none;
	color: #FFFFFF;
}

A:active {
	text-decoration: none;
	color: #0099FF;
}

A:hover {
	text-decoration: underline;
	color: #0099FF;
}

