@charset "utf-8";

body {
	padding: 0;
	margin: 0;
}
a {
	color: #990000;
}
p {
	font: 15px "Times New Roman", Times, serif;
	margin: 0;
	padding: 0 0 13px 0;	
}
h1,h2,h3,h4,h5,h6 {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0 0 13px 0;
}
h1 {
	font-size: 24px;
	padding-top: 13px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 15px;
}
img {
	border: 0;
}
table {
	padding: 0;
	margin: 0 0 13px 0;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	width: 100%;
}
table td {
	font: 13px "Times New Roman", Times, serif;
	text-align: left;
	vertical-align: top;
	padding: 0.3ex 1ex 0.3ex 0.3ex;
	margin: 0;
	border: 0;
}
thead td,th {
	color: #3B83C4;
	font: 13px "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: left;
	vertical-align: bottom;
	border-bottom: 1px solid #999999;
}
table.gallery {
	text-align: center;
	width: auto;
}
table.gallery td {
	text-align: center;
	vertical-align: middle;
	width: 160px;
	height: 160px;
}
table.gallery.admin td {
	vertical-align: bottom;
	width: 180px;
}

/* Layout */

div#main {
	width: 760px;
	text-align: left;	
}
div#head {
	background: url(/_gfx/template/bg_head.gif) no-repeat;
	width: 760px;
	height: 100px;
	overflow: hidden;
}
#logo {
	margin: 0 50px 0 0;
	float: left;
}
#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 40px 0 0 0;
	float: right;
}
#menu a {
	padding: 0 2em 0 0;
}
#menu a:link {
	text-decoration: none;
}
#menu a:visited {
	text-decoration: none;
}
#menu a:hover {
	text-decoration: underline;
}
#content {
	min-height: 400px;
	overflow: auto;
}
p.categories span {
	margin-right: 20px;
}
#footer {
	background: url(/_gfx/template/bg_footer.gif) top center no-repeat;
	text-align: center;
	width: 760px;
	clear: both;
}
#footer p {
	color: #999999;
	padding: 1em 0;
}

/* Misc */

.centered {
	text-align: center;
}
.huge {
	font-size: 200%;
}
.floatLeft {
	float: left;
	padding: 0 20px 10px 0;
}
.floatRight {
	float: right;
	padding: 0 0 10px 20px;
}