@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	background:#353535 url(images/bg_main.gif) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}

.padding_bar {
	height:8px;
	background:url(images/bg_gold.png) repeat; 
}

img {
	border:none 0px white;
}

hr {
  border: 0;
  width: 100%;
  color: #dddddd;
  background-color: #dddddd;
  height: 1px;
}


a,
a:link,
a:active,
a:visited {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:underline;
	color:#4b82c3;
}

a:hover {
	color:#705b0a;
	text-decoration:underline;
}
