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

/*--------- Overal Document Styles --------------*/

body {
	margin: 0;
	padding: 0;
	font-size:12px;
	font-family: Helvetica, sans-serif;
	color: #000;
	background-color: #FFF;
	margin-top: 30px;
	}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #94B0BC;
}
a:active {
	text-decoration: none;
}
a:visited {
	color: #000000;
}
a img {border: none; }


/*--------- Structural Styles --------------*/

#container {
	width: 800px;
	position: relative;
	padding-right: 40px;
	padding-left: 40px;
	margin: 0 auto;
	border: 1px solid #000000;
	padding-bottom: 40px;
	
}
#containerPress {
	width: 800px;
	position: relative;
	padding-right: 40px;
	padding-left: 40px;
	margin: 0 auto;
	border: 1px solid #000000;
	padding-bottom: 0px;
	
}

/*--------- Header Styles --------------*/

#header {
	width: autopx;
	position: relative;	
}

/*--------- Top Navigation Styles --------------*/

#topnav {
	position: absolute;
	top: 40px;
	right: 54px;
}
.toplink, .toplink a:link, .toplink a:visited {
	display: inline;
	padding: 0 5px 0 0;
	color: #000000;
	text-decoration: none;
	letter-spacing: 0;
	font-size: 11px;
}

.toplink_at, .toplink a:hover {
	display: inline;
	padding: 0 5px 0 0;
	color: #77a1b1;
	text-decoration: none;

}
/*--------- Content Container --------------*/

#body {
	margin: 0;
	padding: 0;
	position: relative;
}
#bio {
	position: absolute;
	width: 325px;
	left: 40px;
	top: 200px;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	text-align: justify;
}

#bio_photo {
	position: absolute;
	right: 60px;
	top: 220px;
}

#bio_right {
	width: 350px;
	position: absolute;
	right: 40px;
	top: 458px;
	line-height: 2em;
}

#contact {
	width: 290px;
	position: absolute;
	right: 40px;
	top: 278px;
	line-height: 1.5em;
}

#contact2 {
	width: 290px;
	position: absolute;
	right: 40px;
	top: 518px;
	line-height: 1.5em;
	font-size: 11px;
}
#contact3 {
	width: 220px;
	position: absolute;
	right: 40px;
	top: 518px;
	line-height: 1.5em;
	color:#77a1b0;
	font-size: 11px;
}
#port_item {
	padding-top: 12px;
	
}


#bottom {
	font-size: 14px;
	position: relative;
	top: 30px;
	right: 22px;
	text-align: right;
	width: auto;
	letter-spacing: 0.1em;

}
#bottomPress {
	font-size: 14px;
	position: absolute;
	top: 675px;
	right: 58px;
	text-align: right;
	width: auto;
	letter-spacing: 0.1em;
}
#bottom_left {
	font-size: 14px;
	position: absolute;
	top: 677px;
	left: 42px;
	text-align: left;
	width: 400px;
	word-spacing: 1em;
}


/*--------- Content Styles --------------*/

#content {
	width: auto;
	position: relative;
	top: 10px;
	height: 520px;
}

#pressSWF {
	width: auto;
	position: relative;
	top: 10px;
	height: 580px;
}


/*--------- Footer Styles --------------*/

#footer {
	width: auto;
	position: relative;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	top: 80px;
	text-align: right;
	right: -43px;
	
}
#footerPress {
	width: auto;
	position: relative;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	top: 37px;
	text-align: right;
	right: -43px;
	
}
.botlink, .botlink a:link, .botlink a:visited {
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration: none;
	font-size: 10px;
}

.botlink_at, .botlink a:hover {
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}#footer .botlink img {
	padding-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
