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

#body {
	margin: 0px;
	padding: 0px;
	background-color: #000;
}
#bgBody {
	margin: 0px auto;
	padding: 0px;
	height: 1200px;
	width: 1200px;
	background-image: url(../images/bg2.jpg);
}
#mainContainer {
	padding: 0px;
	width: 950px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
}
#navigation {
	margin: 0px;
	padding: 0px;
	height: 75px;
	width: 900px;
	text-align: right;
}
#container {
	padding: 0px;
	width: 950px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content {
	margin: 75px 0px 0px 0px;
	padding: 0px;
	clear: both;
	float: right;
	height: 475px;
	width: 520px;
}
#scrollContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 14pt;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #414E34;
	margin: 100px 55px 0px 0px;
	padding: 0px;
	float: right;
	height: auto;
	width: 226px;
}
.scrollText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	color: #55331A;
}
.img {
	border: 3px solid #414E34;
}
#scrollHome {
	margin: 100px 0px 0px 45px;
	padding: 0px 0px 0px 0px;
	width: 380px;
	background-image: url(../images/scroll_mostrecent.png);
	height: 575px;
}
#scrollBio {
	margin: 100px 0px 0px 45px;
	padding: 0px 0px 0px 0px;
	width: 380px;
	background-image: url(../images/scroll_bio.png);
	height: 575px;
}
#scrollFolio {
	margin: 100px 0px 0px 45px;
	padding: 0px 0px 0px 0px;
	width: 380px;
	background-image: url(../images/scroll_portfolio.png);
	height: 575px;
}
#scrollContact {
	margin: 100px 0px 0px 45px;
	padding: 0px 0px 0px 0px;
	width: 380px;
	background-image: url(../images/scroll_contact.png);
	height: 575px;
}
.mainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 14pt;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #DBEBBF;
}
#footer {
	margin: 50px 0px 0px 100px;
	padding: 0px;
	height: 50px;
	width: 850px;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #DBEBBF;
	margin: 0px;
	padding: 0px;
	float: right;
	width: 500px;
	text-align: right;
}
a:link {
	color:#55331A;
	text-decoration:underline
}
a:visited {
	color:#55331A;
	text-decoration:underline
}
a:hover {
	color:#394629;
	text-decoration:underline
}
a:active {
	color:#55331A;
	text-decoration:none
}
.footer:link {
	color:#DBEBBF;
	text-decoration:none
}
.footer:visited {
	color:#DBEBBF;
	text-decoration:none
}
.footer:hover {
	color:#FFF;
	text-decoration:underline
}
.footer:active {
	color:#DBEBBF;
	text-decoration:none
}

