/* 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: "Trebuchet MS", Arial, Verdana;
}

#container {
	margin: 10px auto;
	width: 729px;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Verdana;
}

#header {
	background-image: url(images/header_wedding.gif);
	height: 186px;
	width: 670px;
	padding-top: 213px;
	padding-left: 59px;
}

#content_top {
	background-image: url(images/wedding_top.gif);
	height: 120px;
	width: 529px;
	text-align: center;
	padding-top: 25px;
	padding-left: 100px;
	padding-right: 100px;
}


#content {
	background-image: url(images/content_tile.gif);
	background-repeat: repeat-y;
	padding-left: 60px;
	padding-right: 60px;
	height: 777px;
}

#footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	text-align: center;
	height: 120px;
}

/********************************** Text formatting *****************/


p {
	padding-bottom: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
}


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: #4F2B0D;
	font-size: 16px;
}

/*************************** Hyperlinks ***********************/

a:link {
	color: #EBE4DE;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Verdana;
}     /* unvisited link */
a:visited {
	color: #F1EBDC;
	font-family: "Trebuchet MS", Arial, Verdana;
}  /* visited link */
a:hover {
	color: #FFCC66;
	font-family: "Trebuchet MS", Arial, Verdana;
}   /* mouse over link */
a:active {
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Verdana;
}   /* selected link */

/***************************  Navigation **********************/

#navlist
{
width: 210px;
text-align: center;
}

#navlist li
{
	list-style: none;
	padding-bottom: 18px;
	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;
}

.invisible_headings {
	margin-left: -3000px; /* This is used to remove the original heading*/
}
h1 {
	font-weight: bold;
	padding: 10px;
	color: #4F2B0D;
	font-size: 16px;
	font-family: "Monotype Corsiva";
}
