
/* HTML Tags */
body {
	margin: 10px;
	padding: 0px;
	
	background-color: #ffffff;
	
	font-family: Verdana, Arial, Helvetica;
	color: #000000;
}

form {
	margin: 0px;
	padding: 0px;
}

input, textarea {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #000000;
}

img {
	behavior:	url("inc/pngbehavior.htc");
}

hr {
	background-color: #490000;
	border: 0px;
	height: 2px;
}


p {
	margin-top: 15px;
}


/* Layout */
#container {
	position: relative;
	width: 1010px;
}

#background {
	position: absolute;
	left: 0px;
	top: 10px;
	width: 945px;
	height: 593px;
	 
	z-index: 1;
}

#background_mask {
	position: absolute;
	left: 0px;
	top: 10px;
	
	width: 945px;
	height: 593px;
	 
	z-index: 2;
	background-image: url('images/bgmask.png');

	_background-image: url('images/spacer.gif');
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bgmask.png', sizingMethod='scale');
}

#content_bg {
	position: absolute;
	left: 370px;
	top: 60px;

	width: 436px;
	height: 410px;

	z-index: 49;	
	background-image: url('images/contentbg.png');

	_background-image: url('images/spacer.gif');
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/contentbg.png', sizingMethod='scale');
}

#nomad {
	position: absolute;
	left: 20px;
	top: 20px;

	width: 280px;
	height: 246px;
	 
	z-index: 3;
	background-image: url('images/nomad.png');

	_background-image: url('images/spacer.gif');
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/nomad.png', sizingMethod='scale');
}

#nav {
	position: absolute;
	left: -25px;
	top: 260px;
	width: 275px;
	z-index: 40;
}

#page_title {
	position: absolute;
	left: 390px;
	top: 70px;
	z-index: 50;
}

#content {
	position: absolute;
	left: 420px;
	top: 110px;
	z-index: 50;
	
	width: 350px;
	height: 340px;
	
	text-align: left;
	overflow: hidden;	
}

#gallery {
	position: absolute;
	left: 290px;
	top: 110px;
	z-index: 50;
	
	width: 550px;
	height: 540px;
	text-align: left;
}

#gallery_nav {
	background-image: url("images/galleryNav.png");

	_background-image: url('images/spacer.gif');
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/galleryNav.png', sizingMethod='scale');
	background-repeat: none;
	
	position: absolute;
	left: 400px;
	top: 530px;
	z-index: 50;
	
	width: 324px;
	height: 59px;
}

#arrowup, #arrowdown {
	position: absolute;
	left: 770px;
	top: 410px;
	z-index: 51;
}

#arrowdown {
	top: 425px;
}

#large_image {
	position: absolute;
	left: 205px;
	top: 160px;
	z-index: 20;
}

#page_images {
	position: absolute;
	left: 285px;
	top: 335px;
	z-index: 20;
}

#circles {
	position: absolute;
	left: 750px;
	top: 10px;
	z-index: 5;
}

#newsletter {
	position: absolute;
	top: 0px;
	left: 10px;
	width: 750px;
	text-align: left;
	z-index: 100;
}


/* text and headers */

.t2 {
	font-size: 10px;
	line-height: 10px;
}

.t3 {
	font-size: 11px;
	line-height: 15px;
}

.h3 {
	font-size: 12px;
	color: #D75805;
	font-weight: bold;
	line-height: 15px;
}

.h4 {
	font-size: 14px;
	color: #490000;
	font-weight: bold;
	line-height: 15px;
}

.pageTitle {
	font-size: 20px;
	color: #490000;
	line-height: 18px;
	letter-spacing: 1px;
}

.galleryNav {
	font-size: 14px;
	color: #490000;
	line-height: 18px;
}






/* links */

a.nav {
	color: #270000;
	_font-weight: bold;
	text-decoration: none;
}

a.nav:hover {
	color: #9E0000;
	text-decoration: none;
}

a {
	color: #1a75ca;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}




/* other */


