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;
	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;}



header {
	position:fixed;
	width:100%;
	height:28px;
	/*background: rgba(0, 0, 0, 0.3);  */
	background: rgba(0, 0, 0, 0.2) url(../images/hbg.png) repeat  0 0;
	
}

header a {
	display:block;
	width:100px;
	height:25px;
	float:right;
	overflow:hidden;
	margin-right:10px;
	background: url(../images/linkedin.png) no-repeat  0 -25px;;
	text-indent:-9999px;
	
}

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

