/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	height: 100%; /* 100 % height */
}
body#homepage {
	background-color: #ccb160;
	background-attachment: fixed;
	background-image: url("http://www.havetotango.com/images/couple-50fade.jpg");
	background-position: 90% 100%;
	background-repeat: no-repeat;
}
body#inside {
	background-color: #ccb160;
	background-attachment: fixed;
	background-image: url("http://www.havetotango.com/images/couple-15fade.jpg");
	background-position: 90% 100%;
	background-repeat: no-repeat;
}
html>body #wrap { height: 100%; } /* 100% height */

#wrap {
	width: 900px;
	margin: 0 auto;
}
#header {
	background-color: #ccb160;
	width: 900px;
	height: 135px;
}
html>body #header {
	position: fixed;
	z-index: 10; /* Prevent certain problems with form controls */
}
html>body #content-wrap { height: 100%; } /* 100% height */
html>body #content-wrap #navbar {
	background-color: #cf7c3f;
/*	background-image: url("/images/menu-top-right.gif");
	background-position: top right;
	background-repeat: no-repeat; */
	position: fixed;
	top: 150px;
	width: 160px;
	padding: 0;
	text-align: right;
	z-index: 10; /* Prevent certain problems with form controls */
}
#navbar img { 
	clear: right;
	margin: 0;
	padding: 0;
}
html>body #content-wrap #content {
	padding: 155px 330px 2em 180px;
}
html>body #content-wrap #content.gallery { 
	padding: 155px 0px 2em 180px;
	width: 350px;
}
#content p {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 20px;
	color: #300;
}
#content.gallery #thumbnails { 
	margin-top: 1em;
}
#content.gallery #thumbnails img { 
	border: 1px solid #ff3;
	float: left;
	margin: 6px;
}
#content.gallery #thumbnails img:hover { 
	border: 1px solid #300;
}
#content.gallery #thumbnails img.pixel { 
	border: 0px;
	clear: right;
}
#content.interview { 
	width: 404px;
	padding: 0px;
	margin: 0px;
}
#content.interview img.photo { 
	border: 2px solid white;
}
#content.interview img.photo:hover { 
	border: 2px solid #300;
}
#content.interview img.pages { 
	border: 1px solid white;
}
#content.interview img.pages:hover { 
	border-color: #300;
}
#footer {
	width: 400px;
	height: 3em;
	background-color: #ccb160;
	display: none;
}
html>body #footer {
	position: fixed;
	bottom: 0;
	z-index: 10; /* Prevent certain problems with form controls */
	display: none;
}
a img { 
	border: 0px;
}
a, a:active, a:hover, a:visited { color: #990000; font-weight: 700; }
h3 { 
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #300;
	margin-bottom: 0px;
}
