
/* text */

body {
	margin: 0;
	height: 100%;
	background-color: #ffffff;
	text-align: center;
}

body, p, table, td, form, input, textarea, select {
	color: #ffffff;
	font-family: Verdana;
	font-size: 12px;
	line-height: 17px;
}

form, input, textarea, select {
	color: #000000;
}

a:link, a:visited, a:active {
	color: #ffffff;
	text-decoration: underline;
}

a:hover {
	color: #f7931d;
}

#container {
	background-color: #ffffff;
	width: 694px;
	position: relative;
	text-align: justify;
	padding: 0;
	margin: 0 auto;
}

#header {
	background-color: #231f20;
	height: 100px;
	margin: 0;
	padding: 0;
}

#logo {
	display: block;
	width: 250px;
	height: 87px;
	background: url(images/logo_sub.gif) no-repeat top left;
	float: left;
}

#nav {
	float: left;
}

#nav ul {
	padding: 40px 10px 0 10px;
	margin: 0;
	list-style-type: none;
	width: 100%;
	color: #fff;
	font-size: 11px;
}

#nav ul li { 
	display: inline;
	padding: 5px 10px 5px 10px;
}

#nav ul li a, #nav ul li a:visited, #nav ul li a:active {
	color: #ffffff;
	text-decoration: none;
}

#nav ul li a:hover {
	color: #f7931d;
}

#nav ul li span {
	color: #f7931d;
}

#content {
	background-color: #a38e7a;
	padding: 45px 50px 100px 60px;
	color: #e0d9d1;
	height: 1000px;
}

#content h1 {
	font-weight: bold;
	font-size: 14px;
	margin: 0;
	padding: 0 0 20px 0;
}

#content ul {
	padding: 0;
	margin: 0;
}

#content ul li { 
	margin-bottom: 15px;
}




#thumbnails {
	padding-right: 7px;
	padding-left: 0;
}

#thumbnails img {
	border: 1px solid #000000;
}

#thumbnails a, #thumbnails a:visited, #thumbnails a:active {
	display: block;
	width: 52px;
	background-color: #ffffff;
	padding: 2px;
	margin: 4px 3px 0 3px;
	float: left;
}

#thumbnails a:hover {
	background-color: #f7931d;
}

#thumbnails a.thumb2, #thumbnails a.thumb2:visited, #thumbnails a.thumb2:active, #thumbnails a.thumb2:hover {
	display: block;
	width: 52px;
	background-color: #f7931d;
	padding: 2px;
	margin: 4px 3px 0 3px;
	float: left;
}


/*
#thumbnails {
	width: 520px;
	padding-left: 10px;
}

#thumbnails img {
	border: 1px solid #000000;
}

#thumbnails a, #thumbnails a:visited, #thumbnails a:active {
	display: block;
	width: 50px;
	background-color: #000000;
	padding: 2px;
	margin: 4px 3px 0 3px;
	float: left;
}

#thumbnails a:hover {
	background-color: #f7931d;
}

#thumbnails a.thumb2, #thumbnails a.thumb2:visited, #thumbnails a.thumb2:active, #thumbnails a.thumb2:hover {
	display: block;
	width: 50px;
	background-color: #f7931d;
	padding: 2px;
	margin: 4px 3px 0 3px;
	float: left;
}
*/

#largeImage {
	width: 400px;
	margin-left: 20px;
	float: left;
}

#info {
	color: #000000;
	font-family: Verdana;
	font-size: 12px;
	line-height: 17px;
}

