html, body {
        background: url(images/bgdrepeat.jpg) #cec9c5 fixed;
        background-repeat: repeat-x;
        font-family: Arial, sans-serif;
        color: #562718;
        margin: 0;
        padding: 0;
        font-size: 12px;
        line-height: 1.4em;
}
h1 {
        font-family: "Times New Roman", Times, serif;
        padding: 0;
		font-size: 22px;
        margin: 1em 1em 0.2em 1em;
}
h3 {
        margin-bottom: 0.2em;
}
p {
        margin: 1em 2em;
        text-indent: 1.5em;
}
a {
        color: #562718;
        font-weight: bolder;
        text-decoration: none;
}
a img {
border: none;
}
ul {
font-size: 14px;
line-height:1.4em;
}
a:hover {
        color: #cfa47b;        
        text-decoration: underline;
}
#wrap {
        
        width: 1024px;
        margin: 0 auto;
}
#container {
        float: left;
        position:relative;
        background-color: #f9e1c5;
        border-top: 3px solid #562718;
			border-left: 3px solid #562718;
			border-right: 3px solid #562718;
        width: 1024px;
        margin: 0 auto;
}
#header {
float: left;
        position:relative;
        background-color: #aa6d4b;
        margin: 0;
}
#logo {
float: left;
        position:relative;
        width: 1024px;
        height: 113px;
        border: none;
        margin: 0 0 1em 0;
}
#navigation {
float: left;
        position:relative;
        width: 1024px;
        background: url(images/navigation-bg.jpg) #fff bottom right no-repeat;
        margin: 0;
        font-weight: normal;
        font-family: "Times New Roman", Times, serif;
        font-size: 14px;
        }

#content {
        width: 1024px;
        clear: both;
        float: left;
		position: relative;
        background: url(images/content-bg.jpg) #f9e1c5 bottom right no-repeat;
        padding: 0 ;
			margin: 0;

        }

#contentright {
        float: left;
        position:relative;
        width: 550px;        
}
#footer {
        float: left;
        position:relative;
        width: 1030px;
		background: url(images/content-footer.jpg) top left no-repeat;
			padding-top: 53px;
			margin: 0;
}        
#footer table{
        float: left;
        position:relative;
        font-size: smaller;        
        position: relative;
			margin-top: 10px;
}



img#nmg {
        width: 129px;
        height: 34px;
        float: right;
        margin-top: 4px;
}
