/*
Design: GraphicsWerx | Nov 24, 2008
For more information, see http://graphicswerx.com/
*/


/* Global */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, label, legend, caption, tbody, tfoot, thead, th { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

body { line-height: 1; }

* {margin: 0; padding: 0;}

blockquote {
	margin: 0 0 0 25px;
	padding: 0 25px 0 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	border-left: 3px solid #580504;
}


/*  layout */

body {
  background: url(images/bg.jpg) top left #000000;
  background-attachment: fixed;
  font: 0.95em Arial, Helvetica, sans-serif;
  color: #000; 
}

#wrapper {
	margin: 0 auto;
	padding: 10px 30px 0 30px;
	width: 860px;
	background: url(images/wrapper-bg.jpg) center repeat-y #e8e3cb;
}


/*  header */

#header {
	margin: 0 auto;
	padding-left: 30px;
	height: 169px;
	font-size: 0;
	width: 890px;
	text-align: center;
	background: url(images/header_bg.jpg) top left no-repeat;
}

#header2 {
	margin: 0 auto;
	padding-left: 30px;
	height: 169px;
	font-size: 0;
	width: 890px;
	text-align: center;
	background: url(images/header_bg2.jpg) top left no-repeat;
}

#header3 {
	margin: 0 auto;
	padding-left: 30px;
	height: 169px;
	font-size: 0;
	width: 890px;
	text-align: center;
	background: url(images/header_bg3.jpg) top left no-repeat;
}


/*  footer */

#footer {
	padding: 20px 0;
	width: 860px;
	font-size: 90%;
	border-top: 2px solid #580504;
	clear: both;
	text-align:center;
}

/*  common */

p, ul, dl {
	margin-bottom: 18px;
	line-height: 120%;
}

.box {
	color:#000000;
	font-size:1em;
	font-style:italic;
	border: 2px solid #580504;
	line-height:1.3em;
	padding:5px 5px 5px 8px;
}

ul {
	padding-left: 15px;
	list-style: disc;
}

li {
	margin: 0 0 8px;
}

h1, h2 {
	padding: 15px 0 3px 0;
	margin-bottom: 18px;
	font-weight: bold;
	line-height: 110%;
	color: #bc0000;
}

h3 {
	padding: 15px 0 3px 0;
	margin-bottom: 18px;
	font-weight: bold;
	line-height: 100%;
	color: #000000;
}

h4 {
	padding: 15px 0 3px 0;
	margin-bottom: 18px;
	font-weight: normal;
	line-height: 100%;
	color: #000000;
}

h1 { font-size: 160%; }
h2 { font-size: 120%; }
h3 { font-size: 110%; }
h4 { font-size: 100%; }

a { color: #6e120c; text-decoration: underline; outline: none; }
a:visited { color: #6e120c; text-decoration: underline;  }
a:hover { color: #bc0000; text-decoration: underline; }

.bold { color: #000; font-weight: bold; }
.underline { border-bottom: 1px solid; }
.left { float: left !important; }
.right { float: right !important; }
.hide { display: none; }
.clear { clear: both; }
.red { color: #bc0000;}
.imgleft { 
	float: left;
	padding-right: 15px;
}
.headline { 
	font-size: 180%; 
	color:#bc0000;
	text-align: center;
}
.photo {
	border:1px solid #bababa;
	padding:2px;
	margin:6px 18px 2px 5px;
}
.small {
font-size: 70%;
}
