body {
	align: center;
	margin: 0;
	padding: 0;
	font-size: xx-small;
	font-family: tahoma, sans-serif;
	background-color: #ffffff;
}

h1 {
	color: #b23924;
	font-size: small;
}

h2 {
	color: #b23924;
	font-size: medium;
}

a {
	color: #808080;
	text-decoration: none;
}

a.red {
	color: #757575;
	text-decoration: none;
}

a:visited {
	color: #b0b0b0;
}

a:hover {
	color: #343434;
	text-decoration: none;
}

a:hover.red {
	color: #b23924;
	text-decoration: none;
}

a:hover.main {
	opacity: 0.7;
}

a:active {
	color: #000000;
}

img {
	border: none;
}

#wrap {
	width: 960px;
	margin-right: auto;
	margin-bottom: 0pt;
	margin-left: auto;
	margin-top: 30px;
	height: 800px;
}

.content { 
	height: 600px; 
	width: 900px; 
	margin: auto 
}

.leftnav {
	font-size: xx-small;
	float: left;
	margin-left: 30px;
	background-color: #ffffff;
	width: 725px;
}

.rightnav {
	float: right;
	margin-right: 27px;
	background-color: #ffffff;
}

.contact {
	font-size: small;
	color: #343434;
}

.about {
	font-size: x-small;
	color: #343434;
	width: 327px;
	margin-left: 335px;
}

.projects {
	font-size: small;
	color: #343434;
	width: 327px;
	margin-top: 50px; 
}

.slideshow { 
	height: 600px; 
	width: 900px; 
	margin: auto 
}

.slideshow img { 
	padding: none; 
	border: none; 
	display: none;
}

.slideshow img.first { 
	padding: none; 
	border: none; 
	display: block;
}

#prev {
	float: left;
	margin-left: 8px;
	margin-top: 270px;
	width: 12px;
	height: 60px;
}

#prev:hover {
	float: left;
	margin-left: 8px;
	margin-top: 270px;
	width: 12px;
	height: 60px;
	background-color: #f0f0f0;
}

#next {
	float: right;
	margin-right: 8px;
	margin-top: 270px;
	width: 12px;
	height: 60px;
}

#next:hover {
	float: right;
	margin-right: 8px;
	margin-top: 270px;
	width: 12px;
	height: 60px;
	background-color: #f0f0f0;
}

#resume {
	float: right;
	margin-right: -10px;
	margin-top: 567px;
	width: 12px;
	height: 14px;
}

#resume:hover {
	float: right;
	margin-right: -10px;
	margin-top: 567px;
	width: 12px;
	height: 14px;
	background-color: #f0f0f0;
}

#pause {
	float: right;
	margin-right: -12px;
	margin-top: 586px;
	width: 12px;
	height: 14px;
}

#pause:hover {
	float: right;
	margin-right: -12px;
	margin-top: 586px;
	width: 12px;
	height: 14px;
	background-color: #f0f0f0;
}

#navlink {
	word-spacing: 25px;
}
			
.boxgrid{ 
	width: 900px; 
	height: 600px; 
	margin:0px; 
	float:left; 
	background:#ffffff; 
	overflow: hidden; 
	position: relative; 
}
.boxgrid img{ 
	position: relative; 
	top: 0; 
	left: 0; 
	border: 0; 
}
.boxgrid p{ 
	padding-left: 10px;
	margin-top: 4px;
}
				
.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #fff; 
	height: 20px; 
	width: 100%; 
	opacity: .7; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.captionfull .boxcaption {
	top: 600px;
	left: 0;
}

.caption .boxcaption {
	top: 570px;
	left: 0;
}
