#intro {
	margin: 0 auto;
	width: 311px;
	padding: 5em 0 0 0;
}

#intro a {

	color: #666;
	font-family: arial;
	font-size: small;
	text-decoration: none;
}

#intro a:hover {
	color: #333;
}

body
{
background-color: #fff;
font-size: small;
font-family: Verdana;
border: 0;
border-color: gray;
color: gray;
margin: 0 auto;
}

a
{
text-decoration: none;
color: gray;
}

a:link {color: gray}     /* unvisited link */
a:visited {color: gray}  /* visited link */
a:hover {color: black}   /* mouse over link */
a:active {color: gray}   /* selected link */

ul.nav,
.nav ul {
margin: 0;
padding: 0;
letter-spacing: 1px;
list-style-type: none;
}

li {
float: left;
margin: 0 0.5em;
}

li.pipe {
color:#ffcccc
}

#wrapper {
width: 68em;
margin: 0 auto
}

#content_video{
	margin: 5em 0 5em 14em;
}

#header {
width: 68em;
}

#cv {
margin: -.5em 0em 0em 5em;
display: inline;
float: right;
clear: both;
}

#contact {
margin: -.1em 0em 0em 0em;
float: right;
display: inline;
clear: both;
}

#name {
margin: 2em 0em 0em 0em;
}

#utility {
float: right;
display: inline;
margin-top: 1.5em;
margin-right: -5.7em;
padding-bottom: 1em;
color: #e1dad8;
}

#utility a{
color:#cfc9c8;
}

#nav {
margin-left: -.6em;
padding-top: 1em;
clear: both;
}

#content {
width: 100%;
}

#footer {
padding: 5em 0 2em 0;
font-size: 85%;}

/* imagogallery css*/

.imago_thumbImg {
	border: .25em solid #e1dad8;
}

.imago_thumbImg:hover {
	border: .25em solid #fff
}

.imago_selectedThumb {
	border: .25em solid #ffcccc;
}

#imagoError {
	position: absolute;
	top: 50px;
	left: 50px;
	display: none;
	color: #FFFFFF;
}

#imagoThumbMenu {
	position: relative;
	left: -2em;
	top: 2.2em;
	width: 300px;
	height: 330px;
}
 
#imagoCurrentThumbTable {
	border-collapse: separate;
	border-spacing: .5em;
	margin: .5em;
	padding: .5em;
	outline: .5em;
}

#imagoCurrentImageTitle {
	width: 400px;
	letter-spacing: px;
	color: #e1dad8;
	font-size: 85%;
	text-align: left;
	font-weight: 100;
	margin-top: .25em;
	margin-left: .8em;
	z-index:11;
}

#imagoGalleryTitle {
	text-align: center;
	font-size: small;
	font-family: sans-serif;
	color: gray;
}

#imagoFrame {
	position: relative;
	margin-top: -250px;
	margin-left: 370px;
}

#imagoCurrentImageDiv {
	position: relative;
	top: 0px;
}

#imagoCurrentImg {
	margin-left: .7em;
	border: none;
}

.imagogallery{
    position: relative;
	top: 0px;
	left: 0px;
}

#imagoLoadingDiv {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:10;
	width: 100%;
	height: 100%;
}

#imagoLoadingDiv, #imagoCurrentImageLoadingDiv {
	margin-left: .7em;
	background: url('img/loading.gif') no-repeat center center;
	background-color: #fff;
}
#imagoCurrentImageLoadingDiv {
	position: absolute;
	display: none;
	z-index:10;
}
a.imago_navNextImage, a.imago_navPreviousImage
{
	position: absolute;
	height: 100%;
	width: 10%;
	cursor: pointer;
	z-index:10;
	background: url('img/empty.gif') no-repeat center center;
}

a.imago_navNext, a.imago_navPrev
{
	position: absolute;
	height: 31px;
	width: 31px;
	cursor: pointer;
	z-index:10;
	background: url('img/empty.gif') no-repeat center center;
}

a.imago_navPreviousImage:focus, a.imago_navNextImage:focus {
  outline-style: none;
}

a.imago_navPrev {
	left: 30px;
	bottom: 0px;
	background: url('img/prevImg.png') no-repeat top left;
}

a.imago_navNext {
	right: 30px;
	bottom: 0px;
	background: url('img/nextImg.png') no-repeat top right;
}

a.imago_navNextImage:hover {
	background: url('img/nextImg.png') no-repeat center center;
}

a.imago_navNextImage {
	right: 20px;
	top: 0px;
}

a.imago_navPreviousImage {
	left: 20px;
	top: 0px;
}
a.imago_navPreviousImage:hover {
	background: url('img/prevImg.png') no-repeat center center;
}
