body {
	margin: 0 0 30 0;
	padding: 0;
	font: 13px georgia, times, serif;
	background: #fff url(../images/bg.gif) top center no-repeat;
	color: #000;
}

img { behavior: url(/png/iepngfix.htc) }

p {
	font-size: 13px;
	margin: 0 0 15px 0;
	line-height: 18px;
}

a {
	color: #3366cc;
	text-decoration: underline;
}

a:hover {
	color: #cc3333;
	text-decoration: underline;
}

a:active {
}

a:visited {
}

.b {
	font-weight: bold;
}

.i {
	font-style: italic;
}

.u {
	text-decoration: underline;
}

img {
	border: 0;
}






h1 {
	font-size: 30px;
	font-weight: normal;
	padding: 0;
	margin: 0 0 15px 0;
	letter-spacing: -1px;
}

h2 {
	font-size: 20px;
	font-weight: normal;
	padding: 0;
	margin: 0 0 10px 0;
	color: #000;
	letter-spacing: -1px;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	padding: 0;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	margin: 0;
}




ul {
	margin: 0 0 15px 0;
	padding: 0 0 0 20;
}

li {
	margin: 0 0 7px 0;
	padding: 0;
	list-style: square outside;
	line-height: 14px;
}






div.backtotop {
	margin: 0;
	font-size: 11px;
	text-align: left;
	padding: 10 0 0 0;
}






#wrapper {
	width: 862px;
	margin: 0;
	padding: 0;
	text-align: left;
}





#tabs {
	float: left;
	width: 100%;
	margin: 15px 0 0 0;
	background: url(../images/bg-nav.gif) top repeat-x;
	height: 41px;
	font-family: georgia, times, serif;
	font-weight: normal;
	font-size: 16px;
}

#tabs ul {
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
}

#tabs a {
	float: left;
	background: url(../images/tableft.gif) no-repeat top left;
	margin: 0;
	padding: 0 0 0 10px;
	text-decoration: none;
	color: #fff;
}

#tabs a span {
	float: left;
	display: block;
	background: url(../images/tabright.gif) no-repeat top right;
	padding: 15px 10px 11px 0;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
	#tabs a span {float:none;}
/* End IE5-Mac hack */

#tabs a:hover span {
	color: #fff;
	background-position: 100% -41px;
}

#tabs a:hover {
	color: #fff;
	background-position: 0 -41px;
}

#tabs a.active {
	float: left;
	background: #fff;
	margin: 0;
	padding: 0 0 0 12px;
	text-decoration: none;
	border: 1px solid #ccc;
	border-bottom: 0;
}

#tabs a.active span {
	float: left;
	display: block;
	background: #fff;
	padding: 14px 12px 12px 0;
	color: #000;
}









.gallery-item { float: left; border: 1px solid #ccc; background: #eee; width: 265px; margin: 0 15px 15px 0; text-align: center; height: 230px; }
.gallery-item img { height: 180px; margin: 12px 0 7px 0; }
.gallery-item p { margin: 0 15px; }









#content {
	margin: 0 10px;
}

p.intro {
	font-size: 16px;
	font-style: italic;
	margin: 0 0 20px 0;
}









.backtotop {
	clear: both;
	text-align: right;
	font-size: 11px;
}

#footer {
	clear: both;
	margin-top: 15px;
	border-top: 1px solid #ddd;
	padding: 15px 0;
}

#footer p {
	text-align: center;
	font-size: 12px;
}