body {
	margin: 0px;
	background-image: url(images/background.gif);
	color: white;
	font-family: Calibri, Arial, sans-serif;
	font-size: 11pt;
}

h1, h2, h3 {
	margin-top: 3px;
	margin-bottom:2px;
}
h1 {
	margin-top: 6px;
	font-size: 18pt;
}

h2 {
	font-size: 13pt;
	/*border-top: 1px dotted white;
	border-bottom: 1px dotted white;
	display: block;*/
}

p {
	margin-top: 0px;
	margin-bottom: 5px;
	min-height: 70px;
}

a {
	color: white;
}

#contentwrapper {
	width: 780px;
	margin: 10px auto;
}

#header {
	background-image: url(images/header_bg.gif);
	margin: 0px;
	padding: 0px;
	height: 117px;
}

#menu {
	background-image: url(images/menu_bg.gif);
	width: 752px;
	height: 47px;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0px auto;
}

#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#menu ul li {
	float: left;
	width: 125px;
	margin-top: 13px;
	
	text-align: center;
	font-weight: bold;
	font-size: 13pt;
}

#menu ul li a {
	color: #373737;
	text-decoration: none;
}

#content, #content_home {
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	width: 760px;
	line-height: 150%;
}

#content_home {
	padding-left: 204px;
	background-image: url(images/sidepics.png);
	background-repeat: no-repeat;
	max-width: 566px;
}

.article {
	padding-left: 10px;
}

#downloadswrapper {
	width: 610px;
	height: 200px;
	margin: 0px auto;
}

#content_home img {
	max-width: 500px;
}

div.download , div.gallery_image{
	float: left;
	border: 1px dotted white;
	width: 250px;
	background-color: #404040;
	
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 25px;
}

.downloadbutton {
	display: block;
	width: 180px;
	height: 24px;
	background-image: url(images/downloadbutton.gif);
	text-decoration: none;
	text-align: center;
	text-shadow: 0px 0px 5px black;
	margin: 0px auto;
	margin-top: 10px;
}

ul.gallery_folders {
}

ul.gallery_folders li {
	margin: 5px 0px;
	list-style-type: none;
	
	background : url(images/folder.png) no-repeat top left;
	padding-top: 7px;
	padding-left : 36px;
	min-height: 32px;
	line-height: 125%;
}

div.gallery_image {
	width: 200px;
	height: 210px;
	margin: 10px 14px;
	text-align: center;
}

div.gallery_image_wrapper {
	width: 200px;
	height: 190px;
	background-color: #343434;
	margin: 0px;
	display: table-cell;
	vertical-align: middle;
}

div.gallery_image_wrapper img {
	display: block;
	margin: auto auto;
	border: none;
}

div.date_badge {
	float: left;
	width: 55px;
	height: 50px;
	background-color: white;
	border-radius: 5px;
	color: #303030;
	font-size: 18pt;
	text-align: center;
	margin: 5px;
	margin-left: 0px;
	font-weight: bold;
	vertical-align: middle;
	padding-top: 5px;
	text-shadow: black 0px 0px 2px;
}