body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background-color:#CFD3D5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;	
}

#container {
	width:1024px;
	height:768px;
	background:url(img/background.jpg) no-repeat;
	position:absolute;	
	display:none;
}

#nav {
	padding:5px;
	padding-top:10px;
	width:974px;
	border-bottom:black 1px solid;
	position:relative;	
	margin:0 auto;
	margin-bottom:14px;
	height:25px;
}

#nav ul {
	margin:0;
	padding:0;
}

#nav li {
	font-weight:bold;
	font-size:20px;
	display:inline;
	margin:0 10px 10px 0;		
}

#nav a {
	color:black;
	text-decoration:none;
}

#nav a.active {
	color:#F00FB3;
}

#nav a:hover {
	color:white;
	text-decoration:none;
}

.noBorder {
	border-width:0 !IMPORTANT;
	height:26px !IMPORTANT;
}

h1 {
	text-transform:lowercase;
	margin-top:0px;
	padding-top:0px;
	font-size:19px;
}

a {
	color:#800080;
	text-decoration:none;
}

a:hover {
	color:blue;
	text-decoration:underline;
}

.small {
	font-size:12px;
}

.smaller {
	font-size:10px;
}


.content {
	width:984px;
	height:520px;
	background:url(img/chris.png);
	margin:0 auto;	
}

.noImage {
	background:url(img/whiteBack.png);	
}

.content_container {
	width:964px;
	height:500px;
	overflow:auto;
	padding:10px;	
}

.animate {
	position:absolute;
	z-index:20;
	height:0;
	border:0;
}

.animateBelow {
	z-index:10;
}

.galleryChoose {
	float:left;
	width:50%;
	margin-bottom:10px;
}

.galleryThumb {
	text-align:center;
	padding:10px;
	background-color:white;
	width:320px;
	border:silver 1px solid;
	margin:0 auto;
}

.galleryThumb img{
	max-width:310px;
	max-height:174px;
	margin-top:10px;
	border-width:0;
}

.fotoNavigator {
	float:left;
	width:180px;
	height:520px;
	overflow:auto;	
}

.fotoThumb {
	text-align:center;
	background-color:white;
	width:160px;
	border:silver 1px solid;
}

.fotoThumb img{
	max-width:160px;
	border-width:0;
	cursor:pointer;
}

.opacity {
	opacity:0.5;
	filter:alpha(opacity=50);
}

.noPadding {
	padding:0 !IMPORTANT;
	overflow:hidden !IMPORTANT;
	width:984px !IMPORTANT;
	height:520px !IMPORTANT;
}
/*
.movie {
	padding:0 !IMPORTANT;
	overflow:hidden !IMPORTANT;
	width:984px !IMPORTANT;
	height:520px !IMPORTANT;
	background:url(img/whiteBack.png);
	text-align:center;
}

#videoPlayer {
	width:320px;
	height:256px;
	margin:100px auto 0 auto;
	background-color:#666666;
}

#videoControl {
	width:320px;
	margin:0 auto;
	background-color:black;
	position:relative;
	
}

#video {
	background-color:#000000;
}

#videoPlayer img {
	margin:78px auto;
	cursor:pointer;
}

#videoControl img {
	cursor:pointer;
	margin:5px;
}
*/
.pContainer {
	margin:80px 250px;
}
.foto {
	text-align:center;
	width:804px !IMPORTANT;
	margin-left:180px;
}
.foto img{
	max-width:804px;
	max-height:520px;
}