body{
	padding:0px;
	margin:0px;
	background:#a99883 url(../images/bg.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#e3d9cc;
	}
	
h1{
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	font-weight:normal;
	color:#b3a28d;
	}

.header-bg{
	background:url(../images/header-bg.png);
	background-position:left top;
	background-repeat:no-repeat;
	height:85px;
	}
	
.body-bg{
	background:url(../images/body-bg.png);
	background-position:left top;
	background-repeat:repeat-y;
	}
	
.menu-text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#b3a28d;
	text-decoration:none;
	}
	
a.menu-text:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#e7e1cc;
	text-decoration:none;
	}
	
.img-border{
	border:2px solid #6f5550;
	}
	
.text1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#c3b099;
	}
	
.footer-text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#e7e1cc;
	text-decoration:none;
	}
	
a.footer-text:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#e7e1cc;
	text-decoration:underline;
	}

