html, body, #main 
{ 
	height: 100%;
	margin: 0; 
	padding: 0; 
	font-family:Verdana, Geneva, sans-serif;
	background: #ccc url(../images/alb2.gif) no-repeat 300px 90px;
}

a:active {
	outline: none;
}

a:focus {
	-moz-outline-style: none;
}


#list3
{
	
	font-family: verdana;
	margin:144px 0 0 300px;
	float:left;

}

#list3 div
{	
	margin-bottom:5px;
	/*background-color:#999;*/
}

#list3 p
{
	margin-bottom : 0px;
	border: none;
	text-decoration: none;
	font-size: 10px;
	margin: 0;
	padding: 0 0 10px 0;
	color:#666;
}

#list3 a
{
	cursor:pointer;
	display:block;
	padding:5px 0 5px 0;
	margin-top: 0 0 0 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	color:#FF6600;
}

#list3 img 
{
	border: 5px solid #666;
	margin: 0px 0 3px 0;
}

#list3 a.link {
	float:none;
	display:inline;
	background: url(../images/lnk.gif) no-repeat  right 7px;
	padding-right:12px;
}

#list3 a.link-none {
	float:none;
	display:inline;
	background: none;
	padding-right:0px;
}

#list3 .selected .title a {color:#666;}


.clear {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	overflow: hidden;
}
