html, body{
	background: url("images/bg.png");
}
.f, table{
	font-family: Arial, Verdana, sans-serif;
	font-size:12px;
}
#header{
	background-image: url("images/header.png");
	width: 760px;
	height: 186px;
	background-repeat: no-repeat;
}
#mar{
	position: relative;
	top: 60;
	left: 40;
	width: 350;
}
#menu{
	background-image: url("images/menu.png");
	width: 760px;
	height: 39px;
	background-repeat: no-repeat;
}
#content{
	background-image: url("images/content_bg.png");
	width: 760px;
	background-repeat: repeat-y;
	padding: 5px 10px 10px 10px;
}
#menu ul{
	margin: 7px 0 0 20px;
	padding: 0;
}
#menu li{ 
	display: inline;
	margin: 0; padding: 0;
	list-style-type: none;
}
#menu a { padding: 4px 10px; font-size:12px; border-right: 1px dotted black; margin: 0; color: #0033CC; }
#menu a:link, #menu a:visited{
	font-weight: normal;
	color: #0033CC;
	background-color: transparent;
	text-decoration: none;
}
#menu a:hover{
	font-weight: normal;
	color: #0033CC;
	background-color: #FFCD04;
	text-decoration: underline;
}

#footer{
	background: #FFCD04;
	font-weight: bold;
	text-align:center;
	height: 17px;
	font-size: 10px;
}

table.list{
	border: 1px solid #FECC04;
}
tr.title{
	background: #FFCD04;
	font-weight: bold;
	text-align:center;
	height: 20px;
}
table.list td{
	border: 0px solid gray;
	padding: 5px;
}



a {color: #0033CC; }
a:link,a:visited{
	font-weight: normal;
	color: #0033CC;
	text-decoration: none;
}
a:hover{
	font-weight: normal;
	color: #0033CC;
	text-decoration: underline;
}
.search{
	border:1px solid #FFCD04;
	font-size: 10px;
}