html,body{
    height: 100%;
  	font-family: Arial, Verdana, Geneva,  Helvetica, sans-serif;
    font-size: 12px;
	color: #FFFFFF;
    margin: 0;
	padding: 0;
    background: #000000;
}

.special h1, .special a:link, .special a:visited, .special a:hover {
	color: #000000;
	background-image: url(images/headerback.png);
	background-repeat: no-repeat;
}

.toptable {
	background-image: url(images/topback.jpg);
	background-repeat: no-repeat;
}

.content {
	background-image: url(images/contentback.jpg);
	background-repeat: repeat-y;
}

.bottom {
	background-image: url(images/bottomback.jpg);
	background-repeat: no-repeat;
}

a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #6A6A6A;
	text-decoration: none;
}

h1,h2,h3,h4 {
	color: #FFFFFF;
	display: inline;
	padding: 0;
	margin: 0;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 17px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

.divider{
	height: 2px;
	width: 100%;
	color: #FFFFFF;
}

img.bordered, a img.bordered { 
	border: 2px solid white; 
}

a:hover img.bordered { 
	border-color: #6a6a6a; 
}

.horrizontaldivider {
	background: #FFFFFF;
}

.padder {
	padding-left: 5px;
}

.photo-gallery {
	width: 260px;
	height: 420px;
	overflow: auto;
}
