/***** Global Settings *****/
html, body {
	border:0;
	margin:0;
	padding:0;
}
 
body {
	font:12px Arial, Helvetica, sans-serif;
	color: #666;
}
 
/***** Headings *****/
h1, h2, h3, h4, h5, h6 { 
	margin:0;
	padding:0;
	font-weight:normal;
}
 
h1 {
	padding:30px 0 25px 0;
	letter-spacing:-1px;
	font-size:2em;
}

#content h2 {
	display: block;
	float: left;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	margin: 30px 0 -25px -187px;
	letter-spacing: 0.1em;
	width: 260px;
	text-transform: uppercase;
}

h3 {
	margin-bottom: -23px;
	font-size: 11px;
	font-weight: bold;
	color: #333;
}

h4 {
	font-size: 11px;
	font-weight: bold;
	color: #666;
	display: block;
	float: left;
	text-transform: uppercase;
}

h5 {
	display: block;
	float: left;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	margin: 15px 0 -25px -57px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
 
/***** Common Formatting *****/
p {
	margin:0;
	font-size: 10px;
	color: #666;
}
 
ul, ol {
	padding:0 0 1.25em 2.5em;
}
 
small {
	font-size:0.85em;
}
 
img {
	border:0;
}
 
/***** Links *****/
a,
a:link,
a:visited,
a:hover {
	/* border-bottom: 1px solid #000; */
	color: #333;
}

/***** Header *****/
#index {
	margin: 22% auto;
	text-align: center;
}

	#index img {margin: 15px;}
	
	#index a {font-size: 12px; text-transform: uppercase; text-decoration: none; color: #666;}
	#index a:hover {font-weight: bold; color: #444;}

/***** Language *****/	
#language {
	position: relative;
	display: block;
	float: right;
	top: 42px;
	left: 0;
	font-size: 10px;
	text-transform: uppercase;
	color: #666;
}

	#language a {
		text-decoration: none;
	}

/***** Header *****/
#header {
	height: 27px; width: 160;
	margin: 32px 0 0;
	display: block;
	float: left;
	z-index: 500;
}

.pageImage {
	clear: both;
	position: relative;
}

/***** Content *****/
#content{
	display: block; 
	float: right;
	width: 714px;
	text-align: justify;
}

#content p {
	font-size: 11px;
	line-height: 1.5em;
	color: #666;
	letter-spacing: 0.1em;
	margin: 23px 0 15px 0;
}

.thumb {
	display: block; 
	float: left;
	height: 115px; width: 150px;
	margin: 0 0 -25px -20px;
}

.thumb:hover {background: url(images/gallerythumb_bg.png) 7px 0 no-repeat;}

.thumb img {
	margin: 17px 0 0 24px;
	display: block;
	float: left;
}

#gallery {
	display: block; 
	float: right;
	width:900px;
	margin-top: 15px;
}

#gallery #location {
	float: right;
}

#gallery #previous {
	height: 99px; width: 134px;
	display: block;
	float: left;
	margin-top: 30px;
}

	#gallery #previous img {height: 65px; width: 100px; margin: 17px 0 0 17px;}

#gallery #image {
	margin: 0 auto;
	width: 585px;
	font-size: 11px;
}

	#gallery #image img {margin: 0 0 15px 0;}
	#gallery ul {padding: 0; color: #111;}
	#gallery ul.description li h2 {
		margin: 0 10px 0 0;
		display: block;
		float: left;
		text-align: left;
		text-transform: uppercase;
		font-size: 11px;
		font-weight: bold;
		color: #666;
}

	#gallery ul a {font-weight: bold; text-decoration: none;}

#gallery #next {
	height: 99px; width: 134px;
	float: right;	
	margin: 30px -33px 0 0;
}

	#gallery #next img {height: 65px; width: 100px; margin: 17px 0 0 17px;}
	
	#gallery #previous:hover, 
	#gallery #next:hover {background: url(images/gallerythumb_bg.png) no-repeat;}

#gallery .info {color: #666; text-transform: uppercase;}
#gallery ul.moreInfo {margin: 5px 0 0 15px; color: #666; width: 700px;}
#gallery ul.moreInfo li {height: 16px;}


/***** Forms *****/
form {
	margin:0;
	padding:0;
	display:inline;
}
 
input, select, textarea {
	font:10px Arial, Helvetica, sans-serif;
	padding: 5px 5px 3px 5px;
	margin: 0 0 8px 0;
	font-weight: bold;
	border: 1px solid #555;
	color: #666;
}
 
textarea {
	width:100%;
	line-height:1.25;
}
 
label {
	cursor:pointer;
}
 
/***** Wrapper *****/
#wrap {
	width:900px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	color: #666;
}

#footer {display: block; height: 15px; width: 100%;}
 
/***** Global Classes *****/
.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }
