<head>
	<title> My Style Sheet</title>

<style type="text/css">



#canvas		{
		
		position:			absolute;
		top:				0px;
		margin-left:		0px;
		width:				800px;
		height:				600px;
		background-color:	transparent;
		
		}

#heading	{
		
		position:			absolute;
		top:				0px;
		margin-left:		0px;
		width:				1000px;
		height:				50px;
		background-color:	#ffffff;
		border:				solid;
		border-width:		0px;
		border-color:		#000000;
		overflow:			none;		
		background:			;
		background-position:	center center;
		z-index:		100;
		
		}



a 	{  	text-decoration:			none;
		color:						#000000;
	}

A:LINK	{
		color:						#000000;
	}

a:active{	color:					#000000;
	}

a:hover	{
	text-decoration:		underline;
	font-weight: bold;

	}


#heading2	{
		
		position:			absolute;
		top:				0px;
		margin-left:		0px;
		width:				1000px;
		height:				25px;
		background-color:	#ffffff;
	
		
		}

#left		{
	position:			absolute;
	top:				201px;
	margin-left:		0px;
	width:				100px;
	height:				400px;
	border:				solid;
	border-width:		0px;
	border-color:		#000000;
	left: 44px;
	background-color: #FFFFFF;


		
		}

#main		{
		
		position:			absolute;
		top:				30px;
		margin-left:		200px;
		width:				1000px;
		height:				600px;
		background-color:	ffffff;
		border:				solid;
		border-width:		1px;
		border-color:		#FFFFFF;
		overflow:			none;
				
		}

