@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
}
#bioBkgrnd {
	background-image: url(../images/bio_bkgrnd.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.bioTextBox {
	margin-top:70px;
}
.portfolioTitle {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	color: #4B27D7;
	letter-spacing: 5px;
}
.portfolioTitle a:link {
	color: #4B27D7;
	text-decoration:none;
}
.portfolioTitle a:visited {
	color: #4B27D7;
	text-decoration:none;
}
.portfolioTitle a:hover {
	color: #7EAA40;
	text-decoration:none;
}
.portfolioTitleDown {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 5px;
}
#footerNav {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-align:right;
	padding-right: 24px;
}
.portfolioDescription {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #FFFFFF;
	padding-left:27px;
	line-height: 15px;
}
.portfolioDescription a:link {
	color: #FFFFFF;
	text-decoration:underline;
}
.portfolioDescription a:visited {
	color: #FFFFFF;
	text-decoration:underline;
}
.portfolioDescription a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}

#footerNav a:link  {
	color: #4B27D7;
	text-decoration:none;
}
#footerNav a:visited  {
	color: #4B27D7;
	text-decoration:none;
}
#footerNav a:hover  {
	color: #7EAA40;
	text-decoration:none;
}
.regText {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #9999FF;
}
#topMargin {
	height: 15px;
}
