/* CSS Document */

body {
	font-family:Verdana, serif;
	font-size:14px;
	padding:5px;
}

#container {
	margin:0px auto 0px auto;
	background:url(../imgs/background_photo.jpg) top right no-repeat;
	border:#666 1px solid;
	width:90%;
	min-width: 800px;
	width:expression(document.body.clientWidth < 800? "800px": "auto" );
	max-width: 1150px;
	width:expression(document.body.clientWidth > 1150? "1150px": "auto" );
	height:740px;
}

.website #container {
	background:url(../imgs/background_photo2.jpg) top right no-repeat;
	}
	
.photobook #container {
	background:url(../imgs/background_photo3.jpg) top right no-repeat;
	}

.dvd #container {
	background: url(../imgs/background_photo4.jpg) top right no-repeat;
	}
	
.contact #container {
	background: url(../imgs/background_photo5.jpg) top right no-repeat;
	}
	
#container a {
	text-decoration: underline;
	color: #333;
}
#container a:hover {
	color: #000;
	text-decoration: underline;
}

#menu {
	position: absolute;
	background:url(../imgs/background_transparent.png) top left repeat !important;
	background:url(../imgs/iebackground.gif) top left repeat;
	color:#333;
	margin-top:15px;
	margin-left:20px;
	padding:5px;
	width:200px;
	height:670px;
	border:#999 1px solid;
}

#menu a {
	text-decoration:none;
	}

#menu h2 {
	color:#222;
	text-align:left;
	font-family:English;
	font-size:26px;
	margin-top:5px;
}

#menu h3 {
	font-style:italic;
	font-size:18px;
	font-weight:bold;
	margin:5px;
	padding-left:20px;
}

body.dvd #menu h3.dvd a, body.photobook #menu h3.photobook a, body.website #menu h3.website a,
	body.contact #menu h3.contact a {
	color: #000;
	}

#menu img {
	padding-bottom: 15px;
	border: 0;
	}
	
#menu p {
	color:#EFEFEF;
	margin:5px 5px 15px 5px;
}

#content {
	position: absolute;
	color:#000;
	margin-top:25px;
	margin-left:250px;
	padding:5px;
	width: 525px;
	height:auto;
	float: right;
}

#content img {
	margin: 10px;
	float: right;
	clear: right;
	border: 1px solid #999;
	}
	
.contact ul { list-style-type: none; }

.contact form { border: 1px solid #333; margin: 10px; padding: 5px; line-height: 30px; }
.contact #content img { height: 30px; float: none; }

form span { position: absolute; margin-left: 0px; width: 140px; text-align: right; }
form li { display: inline; margin-right: 20px; }
form input.textfield { position: absolute; margin-left: 150px; margin-top: 5px; }
	
p#video {
   margin-left: 400px;

p#credit {
	font-size:.8em;
	border: 1px solid black;
}
