/* CSS Document */
* body{
     margin: 0;
 }
html, body {
    height: 100%;
 }
body {
	background-color: #46312c;
	background-image: url(images/bg.jpg);
	background-repeat:repeat-x; 
	background-position:top
}
body,td,th {
	font-family: Tahoma;
	font-size: 14px;
	color: #afafaf;
}
a {
	font-family: Tahoma;
	font-size: 12px;
	color: #F3F0DA;
	font-weight:bold;
}
a:visited {
	color: #D4D4D4;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a:active {
	color: #D4D4D4;
	text-decoration: none;
}
a:link {
	color: #D4D4D4;
	text-decoration: none;
}
.wrapper {
     min-height: 100%;
     height: auto !important;
     height: 100%;
     margin: 0 auto -2em;
}
.footer, .push {
	height: 2em; /* .push must be the same height as .footer */
}
.style1 {font-size: 12px}
