/* CSS Document by Dieter Schneider 2006 www.csstemplateheaven.com */

* {margin: 0;
   padding: 0;
}

/*********************************** Site Structure ******************************/

body {
	font-size: 62.5%;
	background-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a {
	color:black;
}
#container {
	margin: 10px auto;
    width: 729px;
	font-size: 1.2em;
}

#header{
	background-image: url(images/header_bg5.jpg);
	height: 186px;
	width: 670px;
	padding-top: 300px;
	padding-left: 59px;
	color:black;
}

#content_top {
	background-image: url(images/content_top.jpg);
	height: 120px;
	width: 529px;
	text-align: center;
	padding-top: 25px;
	padding-left: 100px;
	padding-right: 100px;
}

#content {
	background-image: url(images/content_tile.jpg);
	background-repeat: repeat-y;
	padding-left: 60px;
    padding-right: 60px;
	font-size:large;
}

#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 211px;
	text-align: center;
}
#menu {
	padding-top:100px;

	padding-right:70px;
	text-align:right;
	font-size:17px;
}

/********************************** Text formatting *****************/


p {
   padding-bottom: 25px;
}


p.text:first-letter
{
font-size: 2.5em;
padding: 0.143em;
float: left;
}

.footertxt {
	padding-top: 180px;
	color: #F1DBC6;
}

h2 {
	font-weight: bold;
	padding: 10px;
	color: #673711;
	font-size: 1.2em;
}
h1 {
	font-weight: bold;
	color: #673711;
	font-size: 25px;
	font-variant:small-caps;
}

/*************************** Hyperlinks ***********************/

a:link {color: Maroon;font-weight:bolder;}     /* unvisited link */
a:visited {color: Maroon}  /* visited link */
a:hover {color: Maroon}   /* mouse over link */
a:active {color: Maroon}   /* selected link */

/***************************  Navigation **********************/

#navlist
{
width: 210px;
text-align: center;
}

#navlist li
{
	list-style: none;
	padding-bottom: 14px;
	font-weight: bold;
}

#navlist li a { text-decoration: none; }

/************************************ Image Headings ******************************/

#heading_piano {
	background-image: url(images/heading_the_piano.png);
	height: 40px;
	background-repeat: no-repeat;
	background-position: center;
}


#heading_about {
	background-image: url(images/heading_about.png);
	height: 40px;
	background-repeat: no-repeat;
	background-position: center;
}

#heading_ipsum {
	background-image: url(images/heading_headings.png);
	height: 40px;
	background-repeat: no-repeat;
	background-position: center;
}

.invisible_headings {
	margin-left: -3000px; /* This is used to remove the original heading*/
}
.inp{
	background-color:tan;
	border:none;
}
#gomb{
	background-color:tan;
	min-width:200px;
	max-width:200px;
}