/* ---------------------- CONTENT ---------------------- */


body
{	color : #7A7A7A;
	font : 13px "Arial", Sans-serif;
	background-color: #0f0f0f;
	margin: 0px;
	padding: 0px;
    line-height: 25px;
   text-align: justify;
   background-image: url(bg20big.png); 
	background-repeat: repeat; }
		
b, strong {
	color: #8dbb17;
	font-family: Century Gothic;
	font-weight: normal;}

		
em, i {
 	color: #D65416;}

		
p {	margin-right: 10px; 
	margin-bottom: 10px; 
	margin-top: 10px; 
	margin-left: 10px; }


a, a:visited, a:active
{	color: #e9385d; 
	text-decoration: none;
	border-bottom: 0px dotted #A8A01E;
	cursor: help}

a:hover
{   color: #eaeaea;
	border-bottom: 2px dotted #AE7E00;}

ul
{	list-style: square;}


h1 {
	color : #7F4A73;
	font : 20px "Georgia", sans-serif;
	letter-spacing : -1px;
	margin-bottom: 4px;
	margin-top: 10px;
	margin-left:20px;
	text-align : left;
	padding : 2px;
}



blockquote
{   margin-right: 100px; margin-bottom: 15px; margin-top: 15px; margin-left: 100px;  
	font-size: 9pt;
	padding: 10px; 
	background: url(bg.gif);
	border-top: 10px solid #272727;
	border-bottom: 10px solid #272727;
    font-weight: normal;}


#content
{	overflow: hidden;
	margin: 0px auto;
	background: #313131;
	width: 650px;
	border-top: 5px solid #121212;
	border-bottom: 5px solid #121212;}

#mainsite
{	width: 650px;
	border: 15px solid #1a1a1a;
	margin: 60px auto 0px auto;}

#nav
{	text-align: center;
	margin: 0px auto;
	color: #DDDDDD;
	font-size: 11pt;
	font-family:  Georgia, serif;
	width: 650px;
	padding: 20px 0px 20px 0px;
	background-image: url(bg.gif); 
	background-repeat: repeat; }

#nav a
{	padding: 10px;
	color: #ebc325;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0px solid #BA3C6B;
	text-align: center;}

#nav a:hover
{	border-bottom: 0px solid #F05C14;
	text-decoration: none;
	color: #ffffff;}


#head
{   background: #B1CF89 url(header.png);
	width: 650px;
	height: 270px;
	margin: 0px auto 0px auto;
	}

/* ---------------------- FOOTER ---------------------- */

#footer 
{	clear: both;
	font-size: 10px;
	width: 650px;
	height: 0px;
	margin: 0px auto;
	text-align: center;}

#footer p
{	padding: 30px 0px 30px 0px;
	margin: 0px 0px 0px 0px;}


/* ---------------------- FORMS ---------------------- */

input, textarea, option, select {
	background-color: #403f3f;
	font : 13px "Arial", Sans-serif;
	color: #ffffff;
	border: 1px solid #565454;
	padding:3px;}

input:hover, textarea:hover, option:hover, select:hover {
	background-color: #565454;}
	
/* ------------------------------------------------	IMAGES
*/


img 	{ border:0px }


img.pic 	{
	border : 5px solid #1d1c1c;
	margin : 2px;
	}

img:hover.pic {
	border : 5px solid #e19723;
	margin : 2px;
	cursor:crosshair}



