html {
	background-color: #eeeeee;
}

body {
	font-family: Calibri, Verdana, Helvetica, san-serif;
	font-size: 10pt;
	color: #666666;
	margin: 0;
	padding: 0;
}

#main {
  background-color: #ffffff;
  width: 979px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px
}

#logo {
  float: left;
}

#topbanner {
  margin-top: 5px;
	float: right;
	text-align: right;
	
}


img {
  border: 0px;
}


.navigation {
	clear: both;
	margin: 10px 0 0 0;
	padding: 0;
	width: auto;
	height: 24px;
	background: #777777;
	
}
.navigation ul {
	margin: 0; 
	padding: 0;
	list-style: none;
	
}
.navigation li {
	float: left;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}
.navigation li a {
	display: block;
	padding: 0 15px;
	width: auto;
	line-height: 24px;
	color: #ffffff;
	text-decoration: none;
}
.navigation li.active a,
.navigation li a:hover {
	background: #666666;
}

.galleries {
  padding: 0 10px 0 0;
  float: left;
  width: 220px;
  border-right: solid 1px #777777;
  margin-bottom: 20px;
}

.galleries img {
	margin: 2px;
	border: dotted 1px #666666;
}

.gallery {
	margin-bottom: 10px;
	padding: 5px;
}

.galleryselected {
	margin-bottom: 10px;
	border: solid 1px #aaaaaa;
	background-color: #eeeeee;
	padding: 5px;
}

.title {
	font-weight: bold;
	font-size: 12pt;
	color: black;
	margin-bottom: 5px;
}

.gallerycontent {
  width: 700px;
	margin-left: 5px;
	margin-bottom: 15px;
	padding-left: 5px;
	float: left;
}

.thumbs {
  width: 700px;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: dotted 1px #666666;
	border-bottom: dotted 1px #666666;
}

.gallerieshome {
  padding: 0 0 0 10px;
  float: right;
  width: 220px;
  border-left: solid 1px #777777;
  margin-bottom: 20px;
}

.gallerieshome img {
	margin: 2px;
	border: dotted 1px #666666;
}


#footer {
  width: auto;
  height: 24px;
  clear: both;
  border-top: dotted 2px #777777;
  line-height: 24px;
  padding-left: 15px;
}

#content {
  width: auto;
  padding: 15px;
}

#likescolumn {
  float: left;
  width: 300px;
  padding-left: 15px;
  padding-right: 5px;
  border-left: dotted 1px #777777; 
}

#likescolumnfirst {
  float: left;
  width: 300px;
  padding-right: 5px;
  
}

a:link,
a:visited,
a:active,
a:hover {
  font-family: Calibri, Verdana, Helvetica, san-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}

a:link,
a:visited {  
  text-decoration: none;
}

a:active,
a:hover {  
  text-decoration: underline;
} 

ul {
  margin-top: 0px;
  margin-bottom: 10px;
}


