@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cccccc;
}

h1 {
	color:#FFFFFF;
	font-size: 24px;
	font-style: normal;
	font-weight: lighter;
}

/** MENU */

#menu {
	width: 728px;
	height: 42px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	width: 120px;
	height: 42px;
	padding: 1px 1px 1px 1px;
	background: url(images/menutab.gif) no-repeat left top;
}

#menu a {
	display: block;
	width: 120px;
	height: 42px;
	padding: 22px 0px 0px 0px;
	text-decoration: none;
	text-align: center;
	color: #333333;
}

#menu a:hover {
	text-decoration: underline;
}


#menu .active a {
	background: url(images/menutabA.gif) no-repeat left top;
	color: #FBFBFB;
}

/** PAGE */

#page {
	width: 732px;
	padding: 20px 20px 20px 20px;
	background: #333333;
}

#left{
	padding: 20px 20px 20px 20px;
	background: #666666;
}

#left1{
	padding: 10px 20px 20px 20px;
	background: #666666;
}

#middle{
	padding: 20px 20px 20px 20px;
	background: #666666;
}

#photographs{
	padding: 20px 20px 20px 20px;
	background: #666666;
	text-align: center;
}


/** STYLES */

.style1 {
	font-size: 12px;
	color: #C0C0C0;
}

.style1 strong {
	color: #747474;
}

.style1 a {
	color:#000000;
}

.style1 a:hover {
	color:#000000;
}

.style2 {
	font-size: 12px;
	color: #CCCCCC;
	line-height: 20px;
	text-align: left;
	padding: 20px;
}

.style2 a {
	color:#000000;
	text-decoration:none;
}

.style2 a:hover {
	color:#000000;
	text-decoration: underline;
}

.style3 {
	font-size: 14px;
	color: #CCCCCC;
	line-height: 20px;
	text-align: left;
	padding: 20px;
}

.style4 {
	font-size: 14px;
	color: #333333;
	line-height: 20px;
	text-align: left;
}

.style5 {
	font-size: 12px;
	color: #333333;
}

.style6 {
	font-size: 12px;
	color: #CCCCCC;
	line-height: 20px;
	text-align: left;
}

/** MISC */

img {
	border: 0;
}

img.left {
	float: left;
	margin: -2px 15px 0px 0px;
}

img.right {
	float: right;
	margin: 0px 0px 0px 15px;
}

img.center {
	float: none;
	margin: 0px 0px 0px 0px;
}

img.border {
	border: 1px solid #CCCCCC;
	padding: 4px;
}

#footer {
	background: url(images/homepage11.jpg) repeat-x left top;
	font-size: 11px;
	line-height: 20px;
	font-weight: lighter;
	color: #999999;
	text-align: center;
}

#footer a {
	background: url(images/homepage11.jpg) repeat-x left top;
	font-size: 11px;
	line-height: 20px;
	font-weight: lighter;
	color: #999999;
	text-decoration: none;
	text-align: center;
}

#footer a:hover {
	background: url(images/homepage11.jpg) repeat-x left top;
	font-size: 11px;
	line-height: 20px;
	font-weight: lighter;
	color: #333333;
	text-decoration: none;
	text-align: center;
}
