@import "mainstyle.css";
body {
	background: #d3be89 url(../images/bg.gif) top repeat-x; /*#DFD1AB*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin:0;
	padding:0;
	color:#000;
	font-weight:100;
	}

a img {border:none; outline:none;}
a, input, Object {outline:none; outline-style:none;}

p {margin:0;}
.fl {float:left;}
.fr {float:right;}
.re {position:relative;}
.ab {position:absolute;}
.block {display:block;}
.clear {clear:both;}
.break { clear:both; margin:0 auto; padding:7px 0;}

/** Heading Style **/
h1, h2, h3, h4, h5, h6 {margin:0;	padding:0;}

h2 {color:#8a7744;font-size:14px; margin-bottom:10px;}

/** Link Style **/
a {color:#000000; text-decoration:none;}
a:hover {color:#000000; text-decoration:underline;}