body 	
	{
	background-color: black;
	}

div#container
	{
	width: 1000px;	
	background: url(background_main.jpg) no-repeat  top;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	margin:  50px auto;
	}
div#linklist
	{
	float:right;
	background: url(links-bg.jpg) top left no-repeat ;
	margin-top: 300px;
	padding-top: 50px;
	padding-bottom: 10px;
	font: 16pt bold times;
	background-color: transparent;
	width: 250px;
	text-align:center;
	border-top:solid 1px gray;
	border-bottom:solid 1px gray;
	}

div#quote
	{
	padding-top: 10px;
	padding-bottom: 10px;
	color:#393939;
	font:  italic bold 12pt times;
	border-top:1px solid #393939;
	border-bottom: 1px solid #393939;	
	position: relative;
	background-color: transparent;
	width: 300px;
	margin-top: 250px;
	margin-left: 50px;
	text-align: left;
	}
	


div#main
	{
	padding: 10px 10px 10px 40px;
	color: gray;
	margin-top: 30px;
	margin-left: 0px;
	margin-bottom: 50px;
	position: relative;
	background-color: transparent;
	width: 700px;
	text-align: left;
	}
	
div#main h3
	{
	background: url(WhereamI.jpg) top left no-repeat;
	background-color: transparent;
	height: 50px;
	width: 400px;
	}

A:link	
	{ 
	color: gray;
	text-decoration: none;
	}

A:visited
	{
	color: #393939;
	text-decoration: none;
	}
A:hover
	{
	color: white;
	text-decoration: none;
	}

