@import "menu.css";
@import "polecamy.css";
@import "foot.css";
body {
		background: #2b1009 url(../images/bgWood.jpg) repeat-x;
		text-align: center;
		font-family: arial, helvetica, sans-serif;
		color: #150603;
		margin: 0;
		padding: 0;
	}
img {
		border: 0px;
	}
p {
		margin: 12px 0 12px 0;
	}
h1{
	 font-size: 19px; 
	 font-weight: bold;
	 color: #bf3b1c;
	 margin: 0px;
	}
a:active, a:link, a:visited {
    text-decoration:underline;
    color:#150603;
	}
a:hover {
    text-decoration:underline;
    color:#3791cc;
	}



#center {
		margin: auto;
		overflow: visible; 
		width: 900px;
		position: relative;
	}
#top {
		width: 100%;
		height: 89px;
		background: #fff url(../images/topBg.gif) no-repeat;
	}
#topInside {
		margin: auto;
		overflow: hidden;
		width: 900px;
		position: relative;
	}
#topLeft {
		background: #1b0b07 url(../images/topLeftBg.jpg) no-repeat;
		width: 233px;
		height: 89px;
		float: left;
	}
#topRight {
		background: #1b0b07 url(../images/topRightBg.jpg) no-repeat;
		height: 89px;
		width: 667px;
		float: left;
	}
#topMenu {
		width: 504px;
		height: 33px;
		background: url(../images/menuBg.gif) no-repeat;
		margin: 40px 0 0 130px;
		float: left;
		display:inline;
	}
#flashAnimation {
		height: 420px;
	}
.space {
		height: 15px;
	}
#content {
		background: #140602 url(../images/contentBg.jpg) repeat-y;
		overflow:hidden;
		height:auto;
	}
#contentTxt {
		background: #fff url(../images/contentTxtBg.jpg) repeat-y;
		width: 560px;
		text-align: left;
		margin-left: 20px;
		float: left;
		display:inline;
		border: solid 1px #593f12;
		height:auto;
	}
#contentTxt div {
		width: 540px;
		font-size:14px;
		margin: 10px 0 10px 10px;
		float: left;
		display:inline;
		height:auto;
	}
.contentPx {
		height: 1px;
		background: #cfd2df url(../images/contentPx.gif) repeat-x;
	}
#contentEnd {
		background: #140602 url(../images/contentEnd.jpg) no-repeat;
		height: 22px;
	}
#sidebar {
		width: 290px;
		color: #e1b265;
		font-size: 12px;
		float: left;
	}
.sidebarPx {
		height: 1px;
		background: #a77a31 url(../images/sidebarPx.gif) repeat-x;
		overflow: hidden;
	}
#sidebar div {
		text-align: left;
		width: 265px;
		margin-left: 20px;
	}
#sidebar a {
		color: #e1b265;
		font-size: 12px;
		text-decoration: none;
	}
#sidebar a:hover {
		color: #e1b215;
		font-size: 12px;
		text-decoration: underline;
	}
