
/*
 *	General
 */
body {
	font-family: Arial;
	font-size: 10pt;
	color: #a69e89;
	
	background-image:url("/images/logo_bg.jpg");
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #2F2C25;
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

A {
	color: #a69e89;
	text-decoration: none;
}

A:hover {
	color: #847e6d;
	text-decoration: none;
}

#copyright {
	text-align: center;
	padding: 3em;
	font-size: 75%;
}

/*
 *	Logo and navigation
 */
#logo {
	margin: 0 auto;
	background-image: url("/images/logo.jpg");
	width: 350px;
	height: 125px;	
}

ul#navigation {
	width: 350px;
	margin: 0 auto;
	list-style-type:none;
	padding: 0;
	margin-bottom: 100px;
}

ul#navigation li{
	display:inline;
}

ul#navigation li#contact{
	text-align: right;
}

ul#navigation a {
	float: left;
	width: 87px;
	text-align: center;
}

/*
div#navigation {
	width: 350px;
	margin: 0 auto;
}

div#navigation .item {
	float: left;
	width: 25%;
}
*/

/*
div#navigation .item {
	float: left;
	border: solid red 1px;
}
*/

/*
ul#navigation {
	margin: 0 auto;
	width: 350px;
	height: 50px;
	padding: 0;
	display: table;
}

ul#navigation li {	
	display: inline;
	text-align: center;
}

ul#navigation li .first{	
	text-align: left;
}

ul#navigation li .last {	
	text-align: right;
}
*/

/*
 *	Home page
 */
#home {
	width: 500px;
	margin: 0 auto;
	text-align: center;
}

#home-image {
	padding-top: 50px;
}
 
/*
 *	About page
 */
#about {
	margin: 0 auto;
	width: 500px;
	text-align: justify;
	line-height: 1.25em;
} 

#about img {
	margin-bottom: 25px;
}

/*
 *	Gallery
 */
 
#gallery {
	width: 350px;
	margin: 0 auto;
}

#gallery .category {
	padding-bottom: 2em;
}

#gallery .category .title {
	font-family: Impact, Verdana, Arial;
	font-size: 10pt;
	
	text-transform: uppercase;
	
	border-bottom: solid #a69e89 1px;
	margin-bottom: 15px;
}

#gallery .category .title:first-letter {
	font-size: 125%;
}

#gallery .category table {
	width: 100%;
	padding: 0px;
	margin: 0px;
}

#gallery .category tr {
	padding: 0px;
	margin: 0px;	
}

#gallery .category td {
	padding: 0px;
	margin: 0px;
	padding-bottom: 7px;
	text-align: center;
}

#gallery .category img {
	border: 0px;
}

/*
 *	Gallery image
 */
#gallery-image {
	text-align: center;
}

#gallery-image img {
	border: 0;
}

#next-prev {
	width: 300px;
	margin: 0 auto;
	padding-bottom: 50px;
}

#prev {
	float: left;
}

#next {
	float: right;
}

/*
 *	Contact
 */
 
#contact {
	width: 300px;
	margin: 0 auto;
	text-align: center;
}

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


/*
 *
 */
 
.TextBody {
	width: 75%;
	margin: 0 auto;
}
