/* CSS Document */

body {
	padding : 0;
	margin : 0;
	bordedr: 0;
	background-repeat : no-repeat;
	background-color: #000000;
	background-position: center top;

}

	a:link { color:#FF0000; }
	a:visited { color:#FF0000; }
	a:hover { color:#FF0000; }
	a:active { color:#FF0000; }
	
	a.menu:link { color:#7F7F7F; text-decoration: none; }
	a.menu:visited { color:#7F7F7F; text-decoration: none; }
	a.menu:hover { color:#000000; text-decoration: none; }
	a.menu:active { color:#FF0000; text-decoration: none; }
	
	a.website:link { color:#FF6600; text-decoration: none; }
	a.website:visited { color:#FF6600; text-decoration: none; }
	a.website:hover { color:#FF6600; text-decoration: none; }
	a.website:active { color:#FF6600; text-decoration: none; }
	
	<!--a:link img{text-decoration: none; border-color: #AEAEAE; border-width: 2px; }-->
	<!--a:visited img{text-decoration: none; border-color: #AEAEAE; border-width: 2px; }-->
	<!--a:hover img{text-decoration: none; border-color: #ff0000; border-width: 2px; }-->
	
.border img{
border: 2px solid #AEAEAE;
}

.border: hover img{
border: 2px solid #FF0000;
}

.border:hover{
color: #FF0000; /* irrelevant definition to overcome IE bug */
}


#container1 a img {
	vertical-align: bottom;
	margin: -2px;
	border: solid 2px #AEAEAE;
}
#container1 a:hover img {
	border-color: #FF0000;
}
#container1 a:hover {  /* wakeup IE */
	border-width: 0;
}

#logo a img {
	border: 0px;
}

.menu1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #B2B2B2;
	background-color: #7F7F7F;
	padding: 1px 40px 1px 40px;
	line-height: 20px;
}

.menu2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#666666;
	background-color: #999999;
	line-height: 18px;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 300;
	color:#333333;
	line-height: 18px;
}

.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color:#333333;
	line-height: 22px;
	text-align:center
}

.index-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #3F3F3F;
	line-height: 24px;
}

.photo-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #3F3F3F;
	line-height: 24px;
}

.photo-description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #3F3F3F;
	line-height: 14px;
}

.website {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#FF6600;
	line-height: 14px;
	text-decoration:none;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#666666;
}