/************************************************
* B A C K G R O U N D                           *
************************************************/
html{
	height:		100%;
	min-height: 100%;
	margin:	    0px;
	padding:    0px;
	width:		100%;
}
body{
	text-align: center;
	background-image:	url(back_0001.jpg);
	background-repeat:	repeat;
	height:				100%;
	min-height:			100%;
	width:				100%;
	margin:				0px;
	padding:			0px;
}
/************************************************
* M A I N    S T R U C T U R E                  *
************************************************/
#frame{
	text-align:	  center;
	border-left:  1px solid #000;
	border-right: 1px solid #000;
	background:   #252530;
	width:        798px;
	min-height:   100%;
	margin-left:  auto;
	margin-right: auto;
	padding:      0px;
}
#flashbanner{
	background:		#505050;
	height:			177px;
	width:			798px;
	margin-left:	auto;
	margin-right:   auto;
	padding:		0px;
	letter-spacing: 0px;
}
/************************************************
* M E N U                                       *
************************************************/
#menu{
	text-align:	    left;
	border-top:	    1px solid #000;
	border-bottom:  1px solid #000;
	background:	    #505050;
	width:		    798px;
	margin-left:    auto;
	margin-right:   auto;
	padding-top:    3px;
	padding-bottom: 3px;
}
#menu ul{
	line-height:   18px;
	margin-left:   3px;
	padding-left:  3px;
	list-style:    none;
	display:	   inline;
}
#menu ul li{
	padding-left:	6px;
	margin-left:	0px;
	border-left:	1px dashed #000;
	list-style:		none;
	display:		inline;
	letter-spacing: 2px;
}
#menu ul li.first{
	padding-left: 0px;
	margin-left:  0px;
	border-left:  none;
	list-style:   none;
	display:	  inline;
}
#menu a{
	font-family:	 Tahoma, Arial, monospace;
	font-size:		 10px;
	color:			 #000;
	text-decoration: none;
}
#menu a:hover{
	font-family:	 Tahoma, Arial, monospace;
	font-size:		 10px;
	text-decoration: underline;
	color:			 #000;
}
/************************************************
* C O N T E N T                                 *
************************************************/
#contentpane{
	text-align:		center;
	margin-left:	auto;
	margin-right:	auto;
}
.articleTitle{
	font-family:	Tahoma, Arial, monospace;
	font-size:		16px;
	color:			#888;
	text-align:		right;
	letter-spacing:	2px;
	width:			738px;
	padding:		5px;
	border-right:	2px dashed #505050;
	border-bottom:	2px dashed #505050;
	margin-top:		30px;
	margin-left:	auto;
	margin-right:	auto;
}
.articleBody{
	font-family:	Tahoma, Arial, monospace;
	font-size:		11px;
	color:			#888;
	text-align:		justify;
	letter-spacing:	1px;
	width:			738px;
	padding:		5px;
	margin-bottom:  30px;
	margin-left:	auto;
	margin-right:	auto;
	border-left:	2px dashed #505050;
}
.articlePostData{
	font-size: 9px;
}
.articleBody a{
	font-family:	 Tahoma, Arial, monospace;
	font-size:		 11px;
	color:			 #888;
	text-decoration: none;
}
.articleBody a:hover{
	font-family:	 Tahoma, Arial, monospace;
	font-size:		 11px;
	color:			 #888;
	text-decoration: underline;
}
/************************************************
* S L O G A N                                   *
************************************************/
#prebanner{
	font-family:	Tahoma, Arial, monospace;
	font-size:		10px;
	letter-spacing:	2px;
	text-align:		justify;
	width:			798px;
	border-bottom:	1px solid #000;
	background:		#505050;
	margin-left:    auto;
	margin-right:   auto;
	padding-top:    3px;
	padding-bottom: 3px;
}
/************************************************
* C O P Y R I G H T                             *
************************************************/
#copyright{
	font-family:	Tahoma, Arial, monospace;
	font-size:		10px;
	letter-spacing:	2px;
	text-align:		center;
	width:			798px;
	border-top:		1px solid #000;
	background:		#505050;
	margin-left:    auto;
	margin-right:   auto;
	padding-top:    3px;
	padding-bottom: 3px;
}
/************************************************
* I N P U T    O B J E C T S                    *
************************************************/

/************************************************
* A N Y T H I N G    E L S E                    *
************************************************/
p{
	margin-top: 10px;
	margin-bottom: 0px;
}