/*
    Document   : style
    Created on : 2010-03-07, 20:22:57
    Author     : Rafał Dołgopoł
    Description:
        Purpose of the stylesheet follows.
*/

root {
    display: block;
}

body {
    background-color: #a44a17;
    background-image: url(img/bcg.jpg);
    background-repeat: repeat-x;
    background-position: top center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
}

#header {
    width: 1024px;
    height: 346px;
    background-image: url(img/top4.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
}

#header img {
    border: none;
}

#header p {
    margin-left: 320px;
    font-size: 42px;
    margin-top: 10px;
    color: #6d5116;
}

#wrapper {
    width: 1024px;
    background-image: url(img/wrapper.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
}

#menu {
    width: 320px;
    float: left;
}

#button {
    margin-left: 100px;
    width: 190px;
    height: 40px;
    border-bottom: 1px solid #f2e0bb;
    padding-left: 10px;
    padding-top: 5px;
}

#button1 {
    margin-left: 100px;
    width: 190px;
    height: 40px;
    border-bottom: 1px solid #f2e0bb;
    padding-left: 10px;
    padding-top: 5px;
	background-color: #fcf7ee;
}

#button:hover {
    background-color: #fcf7ee;
}

#button a {
    color: #6d5116;
    text-decoration: none;
    font-size: 28px;
}

#button1 a {
    color: #6d5116;
    text-decoration: none;
    font-size: 28px;
}

#contact {
    margin-left: 100px;
    height: 100px;
    padding-top: 200px;
    color: #2e2e2e;
}

#content {
    color: #6d5116;
    margin-right: 90px;
    height: 450px;
}

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

#footer {
    width: 1024px;
    height: 94px;
    background-image: url(img/footer.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
	color: #ffffff;
}

#footer table {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	font-family: Arial;
	text-decoration: none;
}

#footer a {
	color: #ffffff;
	font-size: 12px;
	font-family: Arial;
	text-decoration: none;
}
