body {
    margin: 0;
    padding: 0;
    font-family: Verdana, Georgia, URW Bookman L, "Times New Roman", Times, sans-serif;
    background-color: #ffffff;
    font-size: 0.9em;
   	background-image: url(img/biserica.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 475px 199px;
    position: relative;
}

a {
    text-decoration: none;
}

#top {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 200px;
    background-image: url(img/front.jpg);
   	background-repeat: no-repeat;
}

#main {

    position: absolute;
    left: 0;
    top: 220px;
    margin: 0;
    padding: 0;
    width: 100%;
}

p {
    margin-left: 2em;
    padding: 0;
    border: 0;
    width: 480px;
    text-align: justify;
    line-height: 1.3;
}

h2 {
    padding: 0;
    margin: 2em 0 0 1em;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #D2B5A2;
    text-align: left;
    font-size: 1.5em;
    font-weight: normal;
    font-variant: small-caps;
    color: #0000dd;
    letter-spacing: 0.5em;
    width: 480px;
}

h3 {
    padding: 0;
    margin: 0 0 0 1.5em;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #D2B5A2;
    text-align: left;
    font-size: 1.5em;
    font-weight: normal;
    font-variant: small-caps;
    color: #0000dd;
    letter-spacing: 0.2em;
    width: 480px;
}
//p:first-letter {
    font-size: 1.5em;
    font-style: italic;
    color: #222222;
    float: left;
    margin-right: 0.3em;
}

a:link
{
	color: #664433;
	text-decoration: none;
}
a:visited
{
	color: #664433;
	text-decoration: none;
}
a:hover
{
	color: #FFFFFF;
	background: #994433;
	text-decoration: none;
}
a:active
{
	color: #FFFFFF;
	background: #994433;
	text-decoration: none;
}

