/* CSS Document */
html {
	margin: 20px 10px 0 0;
	padding: 0 0 0 0;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	background-image: url(../images/jay_as_bob.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #FFFFCC;
	margin: 2px 10px 2px 2px;
	padding: 0;
	}

div.main {
	background-color: transparent;
	color: #FFFFCC;
	top: 0;
	width: 50%;
	margin: 2px 2px 2px 2px;
	padding: 2px 2px 2px 2px;
	float: left;
	}

div.left {
	background-color: transparent;
	color: #FFFFFF;
	top: 0;
	left: 0;
	float: left;
	width: 14%;
	height: 100%;
	padding: 0 10px 0 0;
	margin: 2px 2px 2px 2px;
	}

div.right {
	background-color: transparent;
	color: #FFFFCC;
	text-align: center;
	float: right;
	width: 100%;
	padding: 0 2px 0 2px;
	margin: 2px 60px 2px 2px;
	}

div.album {
	background-color: transparent;
	color: #FFFFCC;
	width: 80%;
	margin: 2px 10px 2px 5px;
	padding: 5px 2px 0 10px;
	float: left;
	}

p {
	width: 95%;
	}

img {
	left: 0;
	float: left;
	clear: both;
	margin: 5px 40px 5px 40px;
	}

.emp {
	font-size: larger;
	font-weight:600;
	}

A:link       { 
	color: #FFA6D2; 
	font-weight: bold; 
	text-decoration: underline; 
	}
A:visited	{	
	color:	#CCFFFF;
	font-weight:	bold;
	text-decoration: underline;
	}	
		
A:active	{
	color: #00FFCC;
	font-weight:	bold;
	text-decoration: underline;
	}	
		
A:hover	{	
	color: #FFFF00;
	text-decoration: underline;
	}	
		
area.slb	{	
	color: #FFFF00;
	background-color:#FF66FF;
	}	
		
ul li {
	font-weight: 600;
	}
