

/*   --------------WHOLE PAGE--------------   */



BODY
{	scrollbar-face-color: white;
	scrollbar-highlight-color: 888888;
	scrollbar-3dlight-color: white;
	scrollbar-darkshadow-color: 888888;
	scrollbar-shadow-color: white;
	scrollbar-arrow-color: white;
	scrollbar-track-color: white;
	background-color:white;
	text-align:center;
	margin-top: 25px;
	margin-bottom: 25px;
	font-size:10px;}

img
{	border:0px;}


/*   --------------NAVIGATION--------------   */





div#navigation
{	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 518px;
	height: 161px;
	text-align: right;
	padding: 0px 0px 0px 0px;}

#navigation ul
{	margin: 0;
	padding: 0;
	list-style-type: none;}

#navigation li 
{	margin: 0 0 0 0;
	padding:0px; }

#navigation a
{	color: #000;
	background-color: transparent;
	width: 115px;
	text-decoration: none;
	font-family:arial;}

#navigation a:hover
{	background-color: #888;
	color: #fff;
	cursor: e-resize;}




/*   --------------CONTENTS--------------   */




div#contents 
{	display: block;
	background-image: url(images/contentbg.jpg);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	width: 518px;
	text-align: left;
	padding: 20px 0px 25px 0px;
	cursor: auto;}

span#contents
{	cursor: auto;}

#contents p 
{	font-family: verdana;
	font-size: 10px;
	color: #555555;
	line-height:11px;} 



#contents A
{	cursor:default;
	height:1px;
	font-weight:bold;
	text-decoration:none;
	color: #000000;}

#contents A:hover
{	text-decoration: underline;
	color:#000000;}




/*   --------------END--------------   */




div#end 
{	background-image: url(images/end.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 518px;
	height: 38px;
	text-align: center;
	padding: 4px 0px 0px 0px;}

#end p
{	font-family: verdana;
	color: #999999;
	line-height:11px;} 

#end a
{	color: #fff;
	background-color: transparent;
	padding: 0px;
	text-decoration: none;
	font-family:verdana;}

#end a:hover
{	background-color: #999;
	color: #fff;
	cursor: e-resize;}

