/*----------CSS Document for profile.html----------*/
/*--------generic fonts--------*/	
p
	{font: 0.9em Verdana, arial, sans-serif;
	text-align: justify;
	margin: 0em 3em 1.5em 0;}
	
h1
	{}
	
h2
	{font: normal 25px Haettenschweiler, arial, sans-serif;
	color: #666666;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	padding: 5px 0 5px 40px;
	line-height: 0.8em;}
	
h3
	{}
	
h5
	{margin: 0 0 0.3em 0;
	padding: 0;}
	
h6
	{}
	
li
	{font: 0.9em Verdana, arial, sans-serif;
	margin: 0 1em 0.5em 2em;}
	
/*--------generic text links--------*/
a:link
	{text-decoration: none;}

a:visited
	{text-decoration: none;}

a:hover
	{text-decoration: underline}

/*--------specific divs--------*/ 
#videos
	{}

.video
	{width: 290px;
	height: 116px;
	float: left;
	padding: 0 0 0 10px;}
*html .video
	{height: 119px;}
	  
#shadow
	{float: left;
	width: 96px;
	height: 96px;
	background: url('images/shadow.gif')
		no-repeat
		top left;}
	  
#shadow img.thumbnail
	{float: left;
	width: 80px;
	height: 80px;
	margin:  8px;
	cursor: pointer;
	border: 1px solid #666666;}
#shadow img.thumbnail:hover,
#shadow img.over
	{opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;}
	
#description
	{margin: 10px 0 0 10px;
	padding: 0px;
	width: 170px;
	float: left;}

#footer
	{float: left;
	clear: left;
	width: 200px;
	margin: 20px 0 20px 200px;}
*html #footer
	{margin: 10px 0 10px 100px;}
	
#footer p
	{text-align: center;
	font-weight: bold;
	background: #DDDDDD;
	border: 1px solid #000000;
	margin: 0;}
	
#footer a
	{display: block;
	color: black;
	padding: 3px;}

#footer a:hover
	{background: #CCCCCC;
	text-decoration: none;}
	
/*--------specific fonts--------*/