/*	Desc: *title* Screen Style Sheet
	Author: *your name*
	Date: *last modified date*
	+ Colours
	- *colour hex* *colour name* (*purpose*)
=== === === === === === === === === === */
/*=STRUCTURE
=== === === === === === === === === === */
html {

}
body {
	font: 12px "Courier New", Courier, mono;
}
/*=COMMON
=== === === === === === === === === === */
* {
	padding: 0;
	margin: 0
}
p,
li {
	line-height: 150%
}
#masthead h1 {
	text-indent: -9999px;
	font-size: 1%
}
img {
	border: 0
}

#content a {
	color: #dd0707;
	text-decoration: none;
	border-bottom: 1px dashed #f00;
}

h1,h2 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

/*=WRAPPER
=== === === === === === === === === === */
#wrapper {
	margin: 0 auto;
	margin-top: 25px;
	border: 0px solid #000;
	width: 920px;
	overflow: auto;
}


#toplogo {
	width: 592px;
	height: 72px;
	border: 0px solid #000;
	float: left;
}

#navigation {
	width: 320px;
	height: 70px;
	border: 0px solid #000;
	float: left;
	letter-spacing: 0px;
	line-height: 8px;
	padding-top: 2px;
	padding-left: 2px;
}

#content {
	width: 550px;
	border: 0px solid #000;
	float: left;
}

#images {
	width: 319px;
	height: 460px;
	border: 0px solid #000;
	float: left;
	margin-left: 15px;
	padding-top: 20px;
	overflow: hidden;
}

#logos {
	width: 320px;
	height: 115px;
	border: 0px solid #000;
	float: right;
	margin-top: 10px;
	overflow: hidden;
}

/*=Lyrics
=== === === === === === === === === === */
#lyrics {
	padding: 10px;
}




#content p.content {
	padding-top: 20px;
}

