/* --------------------------------------------- */
/*												 */
/* The Portfolio of Josh Dunaway				 */
/* Copyright 2007								 */
/*												 */
/* --------------------------------------------- */


/* --------------------------------------------- */
/* Main Styles									 */
/* --------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	background-color: #1b1b1b;
	font: 13px Arial, Helvetica, sans-serif;
	color: #eee;
}
a:link, a:visited, a:active {
	font: 12px Arial, Helvetica, sans-serif;
	color: #1b1b1b;
	background-color: #eee;
	text-decoration: none;
}
a:hover {
	font: 12px Arial, Helvetica, sans-serif;
	color: #eee;
	text-decoration: none;
	background-color: #333;
}
.imagelink {
	border: none;
	text-decoration: none;
	background: none;
}


/* --------------------------------------------- */
/* Containers									 */
/* --------------------------------------------- */
#mainContainer {
	width: 671px;
	margin: 0 auto;
}
#logoContainer {
	width: 671px;
	height: 76px;
	background: url(../images/header.jpg) repeat-x;
}
#linkBar {
	width: 322px;
	height: 76px;
	float: left;
	background: url(../images/header.jpg) repeat-x;
}
#logoBar {
	width: 349px;
	height: 76px;
	float: right;
	background: url(../images/logo.jpg) no-repeat;
}
.headerContainers {
	width: 671px;
	height: 48px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
}
.photoContainers {
	width: 671px;
	margin-bottom: 10px;
}
.contentContainers {
	width: 671px;
	margin-bottom: 10px;
}
.backtotopContainer {
	width: 671px;
	height: 26px;
	background: url(../images/backToTopBG.jpg) no-repeat;
	margin-bottom: 10px;
	font: 10px Arial, Helvetica, sans-serif;
	text-align: right;
}




/* --------------------------------------------- */
/* Misc Styles									 */
/* --------------------------------------------- */
.imgBorder {
	border: 2px solid #eee;
}
.companyName {
	font: 16px Arial, Helvetica, sans-serif;
	color: #eee;
	display: block;
}
.date {
	font: 11px Arial, Helvetica, sans-serif;
	color: #eee;
	display: block;
}
.content {
	font: 11px Arial, Helvetica, sans-serif;
	color: #eee;
}
.url {
	margin-left: 0;
}
.imageLinks {
	border: none !important;
	background: none !important;
}