/*PARAGRAPH STYLES*/

body { 	
	color: #000000; 
	font-family: arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 1px;
	background-color: #f5f5f5;
	} 
p {

	line-height: 16px;
	text-align: justify;
	}
h1 {
	font-size: 30px;
	letter-spacing: 40px;
	text-align: center;
	}
h2 {
	font-size: 20px;
	letter-spacing: 10px;
	text-align: left;
	margin: 10px 0px;
	}
h3 {
	font-size: 14px;
	letter-spacing: 5px;
	text-align: left;
	margin: 5px 0px;
	}
h4 {
	font-size: 12px;
	letter-spacing: 4px;
	text-align: left;
	margin: 5px 0px;
	}
a { 
	color: #0090B0;
	font-weight: bold; 
	text-decoration: none;
	} 
a:link {
	color: #0090B0;
	} 
a:visited {
	color: #005070; 
	} 
a:hover {
	color: #00C0E0;
	text-decoration: line-through;
	} 
a:active {
	color: #00A0C0;
	}


	
/*CLASS selectors*/

.center {
	text-align: center;
	}
.right {
	text-align: right;
	}
.left {
	text-align: left;
	}
.brown	{
	color: #663311;
	}
.grey	{
	background-color: #c6c9c0;
	}
.red	{
	color: #a00000;
	}
.white	{
	color: #e9e6e6;
	}
.center-red {
	text-align: center;
	color: #a00000;
	}
.center-line {
	text-align: center;
	border-top: solid thin;
	}
.image	{
	max-width: 550px;
	border: none;
	}
.image-right	{
	max-width: 550px;
	float: right;
	margin: 0px 0px 0px 10px;
	border: none;
	}
.image-left	{
	max-width: 480px;
	float: left;
	margin: 0px 10px 0px 0px;
	border: none;
	}
.link	{
	letter-spacing: 5px;
	line-height: 20px;
	}
.quote	{
	font-size: 10px;
	font-style: italic;
	color: #663311;
	margin-left: 20px;
	margin-right: 20px;
	}
.lyric	{
	font-size: 9px;
	line-height: 12px;
	margin-left: 10px;
	margin-right: 10px;
	}


/*ID selectors*/

#container
	{
	position: relative;
	width: 700px;
	height: 525px;
	margin: 50px auto;
	background-image: url('images/container.jpg');
	text-align: center;
	overflow: hidden;
	}
#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 60px;
	}
#nav {
	position: absolute;
	top: 60px;
	left: 0px;
	width: 140px;
	height: 400px;
	margin: 10px;
	padding: 10px;
	letter-spacing: 10px;
	line-height: 40px;
	text-align: left;
	}
#main { 
	position: absolute;
	top: 60px;
	left: 180px;
	width: 480px;
	height: 400px;
	margin: 10px 0px 10px 10px;
	padding: 10px 20px 10px 10px;
	text-align: justified;
	overflow: auto;
	}
#footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 20px;
	font-size: 8px;
	letter-spacing: 1px;
	}
#table1 {
	width: 470px;
	border-spacing: 0px;
	font-size: 10px;
	letter-spacing: 0px;
	line-height: 14px;
	text-align: left;
	}
#table1 th {
	text-align: left;
	padding-left: 10px;
	vertical-align: top;
	color: #000000;
	background-color: #c6c9c0;
	}
#table1 td {
	padding-left: 10px;
	vertical-align: top;
	}