/* Global Layout */
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: center top;
	background-image: url(../background.png);
	background-attachment: fixed;
}
#header {
	background: url(../header.png) no-repeat center top;
	text-align: center;
	width: auto;
	height: 165px;
	margin: 0px;
	padding: 126px 0px 0px 0px;
}
#content {
	width: 960px;
	background-color: #FFFFFF;
	margin-top: 45px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#content_editable {
	width: 935px;
	background-color: #FFFFFF;
	margin-top: -16px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
	text-align: center;
}
.ie #content_editable {
	width: 935px;
	background-color: #FFFFFF;
	margin-top: -16px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
	text-align: center;
}
#footer {
	text-align: center;
}
#clear {
	clear: both;
}

/* Global Text */

h1 {
	font: bold 1.5em Arial;
	color: #333333;
	letter-spacing: -1px;
	text-align: center;
}
h2 {
	font: bold 1.25em Arial;
	color: #34A4C9;
	letter-spacing: -1px;
	text-align: left;
}
h3
{
	font: bold 1em Arial;
	color: #333333;
	height: auto;
	letter-spacing: -1px;
	text-align: left;
}
.footer {
	font: bold 1.25em Arial;
	color: #34A4C9;
	letter-spacing: -1px;
	text-align: center;
	margin-right: auto;
	margin-bottom: 35px;
	margin-left: auto;
	background-color: #EBEBEB;
	width: 960px;
}
a:visited { color: #34A4C9; }
a:link {
	text-decoration: underline;
	color: #34A4C9;
}
a:hover { color: #34A4C9; }
#img {
	border: 1px solid #CCCCCC;
	padding: 8px;
	background: #FFFFFF;
}

/* Resumes */

.resumes_bckg {
	text-align: center;
	height: auto;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
}
.gecko .resumes_bckg {
}
.webkit .resumes_bckg {
}
.resumes_column_container {
	text-align: center;
	height: auto;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
}
.resumes_column_left {
	width: 200px;
	text-transform: uppercase;
	float: left;
	border: thin dotted #FFFFFF;
	margin: 2px;
	padding: 2px;
	text-align: right;
	font: bold 1.25em Arial;
	color: #3AA6CA;
	letter-spacing: -0.05em;
}
.resumes_column_right {
	width: 650px;
	float: left;
	color: #333;
	background-color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 2px;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: -.1em;
}

/* Porfolios - Audio */

.portfolios_audio {
	background: url(../../portfolios/audio/audio-portfolio.png);
	height: 300px;
	width: 750px;
}
.gecko .portfolios_audio {
	background: url(../../portfolios/audio/audio-portfolio.png);
	height: 300px;
	width: 750px;
	margin-left: 50px;
}
.webkit .portfolios_audio {
	background: url(../../portfolios/audio/audio-portfolio.png);
	height: 300px;
	width: 750px;
	margin-left: 50px;
}
.portfolios_audio_sample_1 {
	margin-left: 155px;
	position: relative;
	top: 90px;
}
.gecko .portfolios_audio_sample_1 {
	position: relative;
	top: 90px;
	left: 0px;
}
.webkit .portfolios_audio_sample_1 {
	position: relative;
	top: 90px;
	left: 0px;
}
.portfolios_audio_sample_2 {
	margin-left: 155px;
	position: relative;
	top: 200px;
}
.gecko .portfolios_audio_sample_2 {
	position: relative;
	top: 200px;
	left: 0px;
}
.webkit .portfolios_audio_sample_2 {
	position: relative;
	top: 200px;
	left: 0px;
}
.portfolios_audio_text {
	margin-left: 155px;
	position: relative;
	top: 228px;
	font: bold 15px Arial;
	color: #06858D;
	letter-spacing: -0.25px;
}
.gecko .portfolios_audio_text {
	margin-left: 155px;
	position: relative;
	top: 220px;
	left: 0px;
	font: bold 15px Arial;
	color: #06858D;
	letter-spacing: -0.25px;
}
.webkit .portfolios_audio_text {
	margin-left: 155px;
	position: relative;
	top: 220px;
	left: 0px;
	font: bold 15px Arial;
	color: #06858D;
	letter-spacing: -1px;
}
