body {
	background: #fff url('../img/bg.jpg') no-repeat top left;
	color: #000;
	font-family: Verdana, Georgia, serif;
  	font-size: 0.8em;
	font-weight: normal;
  	line-height: 1.5em;
}

a, a:visited {
	color: #000;
}

a:hover {
	text-decoration: none;
}

img {
	border:0;
	margin:0;
}


h1 {

}

h2 {

}

p {
  	margin-bottom: 10px;
}

label.error {
	color: red;
	font-weight: bold;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	height: 760px;
	width:960px;
}

#navigation {
	float: left;
	margin: 65px 0px 0px 244px;
	padding: 0;
	text-align: right;
	width:270px;
}

#content {
	background: url('../img/bg.png') repeat;
	float: left;
	padding: 25px;
	margin: 25px 0px 0px 0px;
	width: 396px;
}

#navigation li {
	display:block; 
	height:44px; 
	overflow:hidden; 
	margin-bottom: 5px;
}

#navigation li img:hover {margin-top:-44px;}

#navigation li a:visited {
	background-position: 0 44px;
	display:block;
	height:44px;
}

#navigation li a:hover {
	background-position: 0 -44px;
	display:block;
	height:44px;
}

#navigation li a.active img {
	margin-top: -44px;
	height: 88px;
	overflow: hidden;
}

.thumbnails {
  float: right;
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0;
}

.thumbnails ul {
  float: right;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
 
.thumbnails li {
  float: left;
  width: 107px;
  margin: 0px 10px 5px 0px;
  padding: 0;
} 

.error {
	color: #FF0000;
}
