/*	Desc: *title* Screen Style Sheet
	Author: *your name*
	Date: *last modified date*
	+ Colours
	- *colour hex* *colour name* (*purpose*)
=== === === === === === === === === === */
/*=STRUCTURE
=== === === === === === === === === === */
html {

}
body {
	background-color: #fdfcf7;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #35342f;
}



/*=COMMON
=== === === === === === === === === === */
* {
	padding: 0;
	margin: 0
}
p,
li {
	line-height: 120%
}
#masthead h1 {
	text-indent: -9999px;
	font-size: 1%
}
img {
	border: 0
}
a {

}

/*=WRAPPER
=== === === === === === === === === === */
#wrapper {
	margin: 0 auto;
	margin-top: 5px;
	width: 980px;
	border: 0px solid #d98069;
	overflow: auto;
}

#logo {
	width: 600px;
	height: 280px;
	border: 0px solid #d98069;
	float: left;
}

#topimage {
	width: 375px;
	height: 280px;
	border: 0px solid #d98069;
	float: right;
}


/*=NAVIGATION
=== === === === === === === === === === */
#left {
	width: 240px;
	border: 0px solid #d98069;
	float: left;
}

#right {
	width: 680px;
	border: 0px solid #d98069;
	float: right;
	overflow: auto;
}

#navigation {
	width: 180px;
	border: 0px solid #d98069;
	margin-left: 40px;

}
img.navigation {
	padding-bottom: 3px;
}

#leftbar {
	width: 180px;
	border: 0px solid #d98069;
	margin-left: 40px;
	margin-top: 20px;
}




/*=CONTENT
=== === === === === === === === === === */
#content {
	width: 630px;
	overflow: auto;
	border: 0px solid #d98069;
	margin-top: 10px;
}

ul.gal {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

li.gallery {
	border: 0px solid #d98069;
	width: 199px;
	height: 280px;
	background: url(../pics/bg-gallery.png) no-repeat;
	float: left;
	list-style: none;
	display: inline;
}

.gallery-pola {
	width: 157px;
	height: 153px;
	margin-top: 23px;
	margin-left: 25px;
	margin-bottom: 5px;
	border: 0px solid #d98069;
	overflow: hidden;
}

.galdescription {
	font-size: 11px;
	font-weight: bold;
	color: #e95c55;
	padding-left: 23px;
	padding-right: 10px;
}

/*=Lyrics
=== === === === === === === === === === */
#lyrics {
	padding: 10px;
}

/*=Textstyling
=== === === === === === === === === === */

h1 {
	color: #e95c55;
	font-size: 14px;
}

h2 {
	color: #726a43;
	font-size: 11px;
	padding-bottom: 5px;
}

p {
	padding-bottom: 5px;
}

td.light {
	color: #726a43;	
}

#content a {
	color: #e95c55;
	text-decoration: none;
}

#content a:hover {
	color: #e95c55;
	text-decoration: none;
	border-bottom: 1px dotted #e95c55;
}

#content a:visited {
	color: #e95c55;
	text-decoration: none;
}

#leftbar a {
	color: #e95c55;
	text-decoration: none;
}

#leftbar a:hover {
	color: #e95c55;
	text-decoration: none;
	border-bottom: 1px dotted #e95c55;
}

#leftbar a:visited {
	color: #e95c55;
	text-decoration: none;
}

#leftbar {
	font-size: 11px;
}

#leftbar span {
	font-weight: normal;
	color: #726a43;	
}

#leftbar p {
	padding-top: 5px;
	padding-bottom: 15px;
}

#content img {

	margin-right: 10px;
	margin-bottom: 10px;
}

