/******************
*
*	Feral Green
*	Main stylesheet
*   CSS Document
*
******************/

/* global */
* { margin: 0; padding: 0; }
img, fieldset { border: 0; }

/* main */
body { padding-bottom: 50px; background: url(images/pics_01.gif) #e6cfa6 repeat-y; }

/* header */
#header { width: 800px; height: 182px; background: urlx(images/header_01.gif) right; }
#header img { float: left; }

/* navigation */
#navigation { width: 800px; height: 30px; }
#navigation ul { width: 100%; height: 30px; xmargin-right:100px; }
#navigation li { list-style-type: none; float: left; }

/* content */
#content { margin: 30px 0 0 0; width: 800px; overflow: auto; }
	/* content right */
	#content-right { width: 167px; float: right; }
	#content-right img { margin-top: 2px; }
	
	/* content left */
	#content-left { width: 538px; margin: 0 0 0 20px; }
	#content-left h2 { margin: 0 0 0 60px; width: 538px; }
	#content-left p { margin: 15px 0 15px 60px; padding: 0; width: 538px; }
	/* index */
	* html .flash-block { position: absolute; overflow: visible; }
	


/* block alignment */
.center { margin: 0 auto; }

/*++++++++++++ text formatting +++++++++++*/
body { color: #609c00; font-size: .8em; font-family: Arial, Helvetica, sans-serif; }
	/* font size */
	.f12 { font-size: .9em; }
	.f16 { font-size: 1.4em; }
	.f18 { font-size: 1.6em; }
	.f20 { font-size: 1.8em; }
	/* font weight */
	.fnorm { font-weight: normal; }
	.fbold { font-weight: bold; }
	/* font family */
	.tms { font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; }
	/* text alignment */
	.centerTXT { text-align: center; }
	/* text color */
	.dgray { color: #7b7a7a; }
	.dblack { color: #000; }
	.dgold { color: #866f36; }
	.dgreen { color: #5c9b10; }
	/* line-height */
	.ohalf { line-height: 1.5em; }
	
