body {
	margin: 10px 0px 25px 0px;
	color: #333;
	text-align: center;
	background: #eee;
	font: 14px Verdana, Arial, sans-serif;
}

h2 {
	font-size: 16px;
	line-height:20px;
	padding-left: 5px;
}

.grey{
	color: #ccc;
}

#main {
	width: 940px;
	text-align: left;
	margin: 5px auto; /* top right bottom left */
}

#main-gallery {
	width: 960px;
	margin: 0 auto;
	text-align: center; /* top right bottom left */
}

#content {
	width: 936px;
	padding: 2px;
	background: #ddd;
}

#content-gallery {
	padding: 3px;
	margin: 5px 5px 0px 0px; /* top, right, bottom, left */
	float: left;
	width: 1000px;
}

#content h1 {
	color: #333;
	font-size: 26px;
}

#content p {
	margin: 0px;
	padding: 7px 1px 7px 1px;
	font-size: 13px;
}

#content-right {
	width: 608px;
	padding: 2px;
	margin: 0px 0px 0px 0px;
}

#content-right h1 {
	color: #333;
	font-size: 26px;
	padding: 1px;
	margin: 0px 0px 4px 5px; /* top right bottom left */
}

#content-right p {
	margin: 0px;
	padding: 1px 1px 5px 5px;
	font-size: 13px;
}

#content-right a {
	width: 608px;
	padding: 2px;
	margin: 0px 0px 0px 0px;
	text-decoration: underline;
	color: #333;
}

#content-right a:hover {
	width: 608px;
	padding: 2px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	color: #004874;
}

#pageset {
	width: 940px;
	text-align:	left;
	margin: 0px auto;
}

#pageset #left {
	padding: 14px 40px 14px 40px;
	float: left;
	color: #ffffff;
	width: 246px;
	height: 432px;
	background: url(../images/bg-left.png);
}

#pageset #left a {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

#pageset #left a:hover {
	color: #333333;
}

#pageset #right {
	float: right;
	width: 613px;
	height: 460px;
	background: #ddd;
}

#footer {
	margin: 0px auto; /* top right bottom left */
	width: 940px;
	text-align: left;
}

#footer #main-footer {
	font-size: 12px;
	font-weight: normal;
	width: 940px;
	color: #ffffff;
	float: left;
	height: 200px;
	background-image: url('../images/logos.gif');
	background-repeat:no-repeat;
	background-position: 440px;
	background-color: #333;	
	margin: 10px 50px 10px 0px; /* top right bottom left */
	padding-top: 50px;
}

#footer #main-footer li {
	color: #fff;
	list-style: none;
	width:940px;
	margin: 5px 0px 5px 50px;
}

#footer #main-footer li a {
	color: #fff;
	text-decoration: none;
	list-style: none;
	width:940px;
}

#footer #main-footer li a:hover {
	color: #fff;
	text-decoration: underline;
	list-style: none;
	width:940px;
}

#copy-left {
	margin: 0px auto;
	width: 940px;
	text-align: left;
}

#copy-right {
	margin: 0px auto;
	width: 940px;
	text-align: right;
}

#copy-left #final {
	font-size: 12px;
	font-weight: normal;
	color: #333;
	float: left;
	height: 20px;
	background: #eee;
	margin: 0px 0px 5px 0px;
}

#copy-right #final {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #333;
	float: right;
	height: 20px;
	background: #eee;
	margin: 0px 0px 5px 0px;
}

#copy-right #final a {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #333;
	float: right;
	height: 20px;
	background: #eee;
	margin: 0px 0px 5px 0px;
}

#copy-right #final a:hover{
	text-decoration: underline;
}

div.img {
  margin:14px;
  border:1px dotted #000000;
  height:auto;
  width:auto;
  float:left;
  text-align:center;
}

div.img img {
  display:inline;
  margin:3px;
  border:1px solid #ffffff;
}

div.img a:hover img {
  border:1px solid #000000;
}

div.desc {
  text-align:center;
  font-weight:normal;
  width:250px;
  margin:2px;
}

a img {
	border: 0px;
	opacity: 0.7;
	filter:alpha(opacity=70)); /* Fix for IE8 not supporting CSS3 */
}

a:hover img {
	opacity: 1;
	filter:alpha(opacity=100)); /* Fix for IE8 not supporting CSS3 */ 
}

