html, table {
    font-family: verdana;
    font-size: 11px;
    color: #666666;
}
body {
	margin: 0 0 20px 0;
	background-image: url(images/bg-head.jpg);
	background-repeat: repeat-x;
    text-align: center;
}
form { display: inline; }

#container { padding: 5px 20px; }

.footer-bg {
	background: url(images/box.gif);
}

.footer-txt { padding: 0 23px; }

#lister { 
    padding: 50px 0 0 5px;
    width: 600px; 
	float: left;
}

#lister dl dt a {
    color: #940F04;
    font-weight: bold;
}
#lister dl dd {
    margin: 0;
    padding: 3px 0 20px 0;
}
#ads {
    float: right;
}

.txt-search {
    width: 480px;
    height: 20px;
	font-size: 11px;
    font-family: verdana;
    border: solid 1px #666;
}
.txt-search-error {
    width: 480px;
    height: 20px;
	font-size: 11px;
    font-family: verdana;
    border: solid 1px red;
}
.butt-normal {
    width: 80px;
    font-family: verdana;
    font-size: 11px;
}
.pagename { padding: 5px 0; }

p.pages { float: left; margin: 10px 0 10px 0; }
p.pages a { text-decoration: none; color: #666666; }
p.pages a:hover { text-decoration: underline; }

p.record { float: right; margin: 10px 0 10px 0; }

h2.headline {
    margin: 0;
    color: #555555;
    font-size: 15px;
    padding-bottom: 7px;
    font-weight: bold;
}
.red { color: red; }

#dir_container {
	width:100%
	margin:0;
}

#dir_each {
	width:100%;
	height: 60px;
	border-bottom: dotted 1px #CCCCCC;
}

#dir_left {
	width: 100%;
	height: 60px;
	float:left;	
}

#dir_right {
	width: 50%;
	height: 60px;
	float:right;	
}

h1.dir_header {
    font-family: verdana;
    font-size: 14px;
	font-weight: bold;
	_margin-top: 5px;
}
h2.dir_data {
    font-family: verdana;
    font-size: 11px;
	font-weight: normal;
	_margin-bottom: -5px;
	margin-top: -10px;
}

a.dir_data_link:link {  color:#666666; text-decoration: none; font-family: Verdana; font-size: 11px;}
a.dir_data_link:visited { color:#666666; text-decoration: none; font-family: Verdana; font-size: 11px;}
a.dir_data_link:hover { color: #666666; text-decoration: underline; font-family: Verdana; font-size: 11px;} 

a.dir_head_link:link {  color:#666666; text-decoration: none; font-family: Verdana; font-size: 14px;}
a.dir_head_link:visited { color:#666666; text-decoration: none; font-family: Verdana; font-size: 14px;}
a.dir_head_link:hover { color: #666666; text-decoration: underline; font-family: Verdana; font-size: 14px;} 

.leftSide { float: left; }
.rightSide { float: right; }
