body {
    text-align: center;
    margin: 0px;
    padding: 0px;
	background: url(bg.jpg)
}
a:link, a:active, a:visited {
	font-weight: bold;
	color: #78633C;
	text-decoration: none;}
a:hover {color: #FBF0DC}

#container {
 text-align: left;
    margin: 0px auto;
    padding: 0px;
    width: 940px;
}
#header {
    width: 100%;
    height: 344px;
}

#rightside {
    width: 330px;
    float: right;
	padding: 15px;
	text-align: justify;
	color:#9F9789;
}
#text {
    width: 500px;
	padding: 15px;
    float: left;
	text-align: justify;
	color:#9F9789
}
#text2 {
    width: 250px;
	padding: 15px;
    float: left;
	text-align: justify;
	color:#9F9789
}
p {
    font: 12px Georgia, "Times New Roman", Times, serif;
}
#footer {
    width: 100%;
    height: 50px;
    clear: both;
    background: #483F2E;
	text-align:center;
	font: 10px Georgia, "Times New Roman", Times, serif;
	color:#C9C0B1;} 
