@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: 'GipsieroRegular';
	src: url('gipsiero-webfont.eot');
	src: local('☺'), url('gipsiero-webfont.woff') format('woff'), url('gipsiero-webfont.ttf') format('truetype'), url('gipsiero-webfont.svg#webfontX4Q4zLKi') format('svg');
	font-weight: normal;
	font-style: normal;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background: url(/assets/texture_background.jpg) top center fixed repeat #000000;
	margin: 0px;
}
a:link, a:visited {
	color: #000000;
}
a:hover, a:active {
	color: #000000;
}
h1 {
	background: url(/assets/h1_back.png) no-repeat;
	font-family: 'GipsieroRegular', Georgia, Times New Roman, Times, serif;
	font-size: 28px;
	color: #ffffff;
	text-shadow: 2px 2px 5px #000000;
	width: 546px;
	height: 51px;
	margin: 0px 0px 15px -50px;
	padding: 10px 0px 0px 15px;
	font-weight: normal;
	line-height: 1em;
}
h2 {
	font-family: 'GipsieroRegular', Georgia, Times New Roman, Times, serif;
	font-size: 22px;
	color: #333333;
	margin: 0px 0px 8px 0px;
	font-weight: normal;
}
h3 {
	font-family: 'GipsieroRegular', Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	color: #333333;
	margin: 0px 0px 8px 0px;
	font-weight: normal;
}
h4 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #333333;
	margin: 0px 0px 3px 0px;
	font-weight: normal;
}
h5 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #333333;
	margin: 0px 0px 3px 0px;
	font-weight: normal;
}
h6 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	color: #333333;
	margin: 0px 0px 3px 0px;
	font-weight: normal;
}
p{
	margin: 0px 0px 8px 0px;
}

#contenttd{
	 background: url("/assets/body_left.png") repeat-y;
	 padding: 0px 25px 0px 70px;
	 width: 515px;
	 line-height: 1.5em;
}
#sidetd{
	background: url("/assets/body_right.png") repeat-y left;
	padding: 0px 65px 0px 14px;
	width: 211px;
}
#footertd{
	 background: url("/assets/footer_background.png") no-repeat top center;
	 height: 95px;
	 padding: 48px 70px;
	 color: #ffffff;
	 font-size: 10px;
}