a:link, a:active, a:visited
{
    text-decoration: none;
    color: #ff9401;
}

a:active
{
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
    color: #ff9401;
}

.headerMenu a:link, .headerMenu a:active, .headerMenu a:visited
{
    color: #280a16;
}

body {
	background-color: #280a16;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	text-align: center;
}

.header {
	background-image: url('../img/header_repeat.png'); 
	padding-left: 20px;
	margin-top: -53px;
}

.headerMenu {
	top: 55px; 
	right: 20px; 
	position: absolute; 
	color: #280A16; 
	font-weight: bolder; 
	font-size: 1.2em
}

.footer {
	font-size: 8pt;
	height: 22px;
	color: black;
	background-color: #0e0408;
	background-image: url('../img/gradient.png');
	color: white;
}

.footer span {
	top: 4px;
	position: relative;
}

.content {
	margin:0px auto;
	width: 820px;
}

.image {
	width: 300px; 
	height: 400px;
}

.image img {
	border: 1px solid #CCC;
}

.textSmall, .textLarge {
	 color: white; 
	 background-color: #0e0408; 
	 text-align: left; 
	 padding: 5px; 
	 border: 1px solid #CCC;
}


.textLarge {
	width: 820px;
}

h1 {
	display: inline;
}

.gallery {
	width: 820px;
	height: 170px;
	
	overflow: auto;
	border: 1px solid #CCC;
	background-color: black;
	padding: 5px;
}

.gallery li {
	display: inline;
}

.gallery li a:hover img {
    border: 1px solid orange;
}

.gallery ul {
	margin: 0px;
	padding: 0px;
}

.gallery ul img {
	display: block;
	margin: 5px;
	float: left;
	border: 1px solid white;
	width: 61px;
	height: 61px;
	pointer: cursor;
}

.imageLargeContainer {
	width: 830px; 
	height: 700px; 
	text-align: center; 
	vertical-align: middle;
	border-top: 1px solid #AAA;
	border-left: 1px solid #AAA;
	border-right: 1px solid #AAA;
	background-color: black;
}

.imageLargeContainer .imageLarge {
	border: 10px solid white;
}

#imgLargeNext, #imgLargePrevious {
	cursor: pointer;
}	

