body {
	font-family: arial, helvetica, sans;
	font-size: 9pt;
	font-weight: bold;
	color: #000;
}

#wrapper {
	width: 760px;
	margin: 0 auto;
}

a {
	text-decoration: none;
	color: #55b0da;
}

a:hover {
	text-decoration: underline;
}

.content {
	background-color: #fff;
	padding: 20px;
}

.tab {
	height: 27px;
	width: 147px;
	text-align: center;
	vertical-align: middle;
}

.tab.active {
	background-image: url(images/nav_tab.gif);
	background-repeat: no-repeat;
}

.tab a {
	font-size: 13px;
	color: #55b0da;
	text-transform: uppercase;
	text-decoration: none;
}

.tab.active a {
	color: #626264;
}
h1 {
	color: #626266;
	font-size: 15pt;
	padding: 0px;
	margin: 0px;
}

h2 {
	font-size: 10pt;
	font-style: italic;
	padding-bottom: 15px;
	margin: 0px;
}

p {
	margin: 0px 0px 15px 0px;
}

a.gallery {
	text-transform: uppercase;
	margin-left: 15px;
}

