body {
	background-color: #ffffff;
	color: #231F20;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
}

.paper {
	margin: 0 auto 0 auto;
	width: 900px;
	height: 959px;
	background-color: #FDF8E0;
	text-align: center;
	background-image: url(/images/page_back.gif);
	background-repeat: repeat-y;
}

/*
.pinkline {
	float: left;
	margin: 0 0 0 34px;
	width: 2px;
	height: 959px;
	background-color: #f398b5;
}

.redline {
	float: left;
	margin: 0 0 0 5px;
	width: 1px;
	height: 959px;
	background-color: #ec008c;
	border-right: #f7c8cb;
	border-width: 0 1px 0 0;
	border-style: none solid none none;
}
*/

.header {
	padding: 128px 0 0 0;
}

.bluebar {
	width: 900px;
	height: 6px;
	background-color: #003f5f;
	border-bottom: #50899d;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	line-height: 0px;
	font-size: 0px;
}

h1.title {
	position: relative;
	top: -35px;
	margin: 0;
}

.nav {
	position: relative;
	top: -23px;
}

.nav ul {
	margin: 0;
	padding: 0;
}

.nav li {
	display: inline;
	list-style-type: none;
	padding: 0 30px 0 30px;
}

.nav li a {
	text-decoration: none;
	color: #231F20;
}

.nav li a.current {
	color: #ec008c;
}

.nav li a:hover {
	text-decoration: underline;
}

.nav li a.current:hover {
	text-decoration: none;
}

.balloon_content {
	color: #ec008c;
	font-size: 30px;
}

.footer {
	position: absolute;
	top: 930px;
	width: 100%;
	text-align: center;
}

.quote_balloon {
	position: absolute;
	display: none;
}

/* HOME */

.home_balloon .balloon_top {
	width: 624px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 80px;
	line-height: 0px;
}

.home_balloon .balloon_middle {
	background-image: url(/images/home_balloon_middle.jpg);
	background-repeat: repeat-y;
	background-position: 119px;
	width: 585px;
	margin: 0 auto 0 auto;
	padding: 0 0 76px 119px;
}

.home_balloon .balloon_bottom {
	width: 585px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 119px;
}

.home_balloon .balloon_content {
	padding: 20px 20px 20px 20px;
}

/* ABOUT */

.about_balloon .balloon_top {
	width: 466px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 20px;
	line-height: 0px;
}

.about_balloon .balloon_middle {
	background-image: url(/images/about_balloon_middle.gif);
	background-repeat: repeat-y;
	background-position: 20px;
	width: 466px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 20px;
}

.about_balloon .balloon_bottom {
	width: 466px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 20px;
}

.about_balloon .balloon_content {
	padding: 0 20px 0 20px;
}

/* PORTFOLIO */

.portfolio_balloon .balloon_content {
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	margin: 24px 0 136px 0;
}

.portfolio_balloon .balloon_content ul {
	margin: 0;
	padding: 0;
}

.portfolio_balloon .balloon_content li {
	list-style-type: none;
}

.portfolio_balloon .balloon_content li a {
	text-decoration: none;
	color: #231F20;
}

.portfolio_balloon .balloon_content li a:hover {
	color: #ec008c;
	text-decoration: underline;
}

/* RESUME */

.resume_balloon {
	text-align: left;
	color: #231F20;
}

.resume_balloon .balloon_top {
	width: 533px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	line-height: 0px;
}

.resume_balloon .balloon_middle {
	background-image: url(/images/resume_middle.gif);
	background-repeat: repeat-y;
	width: 533px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
}

.resume_balloon .balloon_bottom {
	width: 533px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
}

.resume_balloon .balloon_title {
	padding: 24px 90px 0 63px;
	font-size: 18px;
}

.resume_balloon .balloon_content {
	padding: 0 0 0 0;
	margin: 0 90px 0 60px;
	font-size: 10px;
	color: #231F20;
}

.resume_balloon .balloon_content td, .resume_balloon .balloon_content th {
	font-size: 10px;
	color: #231F20;
	vertical-align: top;
}

.resume_balloon .balloon_content td.indent {
	padding: 0 0 0 30px;
}

.resume_balloon .balloon_content th {
	font-weight: bold;
	text-align: left;
}

.resume_balloon .download_pdf {
	width: 464px;
	text-align: right;
	font-size: 11px;
	margin: -28px auto 0 auto;
}

.resume_balloon .download_pdf a {
	text-decoration: none;
	color: #ec008c;
}

.resume_balloon .download_pdf a:hover {
	text-decoration: underline;
}

/* CONTACT */

.contact_balloon {
	width: 592px;
	height: 349px;
	margin: 0 auto 0 auto;
	padding: 100px 0 0 0;
	background-image: url(/images/contact_balloon.jpg);
	background-repeat: no-repeat;
}

.contact_balloon .balloon_title {
	text-align: center;
	font-size: 26px;
	line-height: 39px;
	margin: 0 0 16px 0;
}

.contact_balloon .balloon_content {
	text-align: left;
	color: #231F20;
	font-size: 22px;
}

.contact_balloon .balloon_content td {
	text-align: left;
	font-size: 22px;
	vertical-align: top;
}

.contact_balloon .balloon_content td.value {
	text-align: left;
	font-size: 22px;
	vertical-align: top;
	padding: 3px 0 0 12px;
}

