* {
	margin: 0;
	padding: 0;
}

a {color: #333399;}

a:hover {color: #06F;}

body {
	background: #000000 url(img/bg_blk.png);
	color: #320000;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 0;
}

p,blockquote,ul {margin-bottom: 1.2em;}

h1 {
  font: normal 1.6em "Times New Roman",Georgia,serif;
  margin: 0 0 10px 0;
}


h2 {
	font: bold 1em Verdana,serif;
	margin: 3px 0 1px;
}

ul {margin-left: 1.8em;}

blockquote {
	background: url(img/quote.png) no-repeat;
	color: #555;
	font: normal 1.4em "Times New Roman",Georgia,serif;
	padding-left: 35px;
}

blockquote p {padding: 6px;}


/************************************************
*	Misc   									*
************************************************/


.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

img.left {margin: 0 18px 6px 0;}

.divider {
	background: url(img/divider1.png) no-repeat;
	height: 20px;
	margin: 24px 0;
}

/************************************************
*	Structure									*
************************************************/


.container {
	background: url(img/bgcontainer.png) repeat-y center top;
	margin: 0 auto;
	width: 850px;
}

.gfx {
	background: url(img/gfx.png) no-repeat;
	float: left;
	height: 140px;
	margin-top: 12px;
	width: 55px;
}

.top {
	background: url(img/bgcontent.png) no-repeat 0 -4%;
	float: left;
	text-align: center;
	width: 738px;
}

.header {
	background: #520000 url(img/header.png) no-repeat;
	color: #FFC;
	font-size: 1.4em;
	height: 232px;
	padding-right: 295px;
}

.header h1 {
	font: normal 3.2em "Times New Roman",Georgia,Serif;
	padding: 62px 0 34px 0;
}

.pattern {
	background: #334127 url(img/pattern.png) repeat-x;
	clear: both;
	height: 12px;
}

/* navigation */
.navigation {margin: 0 24px;}

.navigation a {
	color: #520000;
	font: normal 1.7em "Times New Roman",Georgia,Serif;
	line-height: 50px;
	margin: 0 3px;
	text-decoration: none;
}
.navigation a:hover,.navigation #selected {
	color: #2C3111;
}


/************************************************
*	Content									*
************************************************/


.content {
	background: url(img/bgcontent.png) no-repeat;
	clear: both;
	font-size: 1.3em;
	margin: 0 57px;
	padding: 0 38px 12px;
	height: 600px auto;
}
.content .spacer {
	height: 42px;
}

/* content item */
.item {clear: both;}

.item img {border: 1px solid #666666;}

.item .title {
	color: #520000;
	font: normal 2em "Times New Roman",Georgia,Serif;
	margin: 0 0 15px 0;
}

.item h1 {
	color: #520000;
	font: normal 2em "Times New Roman",Georgia,Serif;
	margin: 0 0 15px 0;
}

/* Disabled big first letter for titles 

.item .title:first-letter {
	display: block;
	float: left;
	font-size: 2.4em;
}
*/

.item .metadata {
	color: #520000;
	font-size: 0.9em;
	float: left;
	padding: 0 0 6px 4px;
}

.item .body {
	clear: both;
}

/************************************************
*	Footer									*
************************************************/

.footer {
	background: url(img/bgfooter.png) no-repeat;
	color: #666;
	font-size: 14px;
	line-height: 41px; 
	margin: 0 auto;
	text-align: center;
	width: 735px;
}

.footer h1 {
  font-size: 14px;
  line-height: 41px; 
  margin: 0 auto;
  }

.footer a {
	color: #666;
	text-decoration: none;
}

.footer a:hover {
	color: #333;
	text-decoration: underline;
}

/************************************************
*	GBCF-V3 Contact Form									*
************************************************/

#form-div { 
font-family: Verdana,Tahoma,Arial,sans-serif;
margin : auto;
line-height : 1.7em;
}

fieldset { 
border : 0px;
padding : 5px;
}

