/* CSS Document */

html, body
{
	margin:0px;
	padding:0px;
	background-color:#230a34;
	background-image:url('images/bg.jpg');
}

#menu
{
	width:347px;
	float:left;
}

#search
{
	position:absolute;
	z-index:0;
	top:144px;
	left:0px;
}

#form
{
	background-image:url('images/menu_02.gif');
	background-position: left top;
	background-repeat:no-repeat;
	width:347px;
	height:54px
}

#btn
{
	padding-top:54px;
	_padding-top:50px;
}

#content
{
	position:absolute;
	top:0px;
	left:347px;
}

#table
{
	background-image:url('images/about_03.jpg');
	background-repeat:no-repeat;
	height:403px;
	padding-left:15px;

	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold
}

#table a:link, a:visited, a:active, a:hover
{
	color:#FFFFFF;
	text-decoration:none;
}

#table a:hover
{
	color:#B9DE81;
	text-decoration:underline;
}

#listing
{
	width:650px; 
	height:390px; 
	overflow:auto;
}

#listing a:link, a:visited, a:active, a:hover
{
	color:#333333;
}

#listing a:hover
{
	color:#333333;
	text-decoration:underline;
}

#item_0
{         
        background-image:url('images/ar.jpg');
        background-repeat:no-repeat;
        background-position: left 50%;
	background-color:#B9DE81;
	width:590px;
	font-size:11px;
        padding-left:30px; padding-right:5px; padding-top:5px; padding-bottom:5px
}

#item_1
{
	background-color:#CCCCCC;
	width:630px;
	font-size:11px;
	padding:2px;
}

.image
{
	margin-right:10px;
}

.color
{
	color:#000000;
}

h4{
  font-size:14px;
  font-wight:bold;
  padding:5px;
}