/* CSS Document */

body{
margin:0px;
background:#2e1e17 url(images/bgr.jpg) top;
font-family:tahoma;
color:#c7b79f;
font-size:12px;
}

p{
margin:10px;
color:#c7b79f;
font-size:12px;
}

.copy{
font-size:12px;
margin:5px;
margin-left:10px;
color:#c7b79f;
}

.copy-bg{
background:#5f513f;
}

.pattern-right{
background:url(images/patern.jpg);
}

h1{
font-family:tahoma;
margin:10px;
font-size:16px;
color:#b8a16a;
font-weight:lighter;
}

h2{
font-family:tahoma;
margin:10px;
font-size:12px;
color:#e0dbbe;
font-weight:lighter;
}

.light{
color:#e0dbbe;
}

.line{
background:url(images/line.jpg) repeat-x;
height:2px;
}

.main-bg{
background:#4e3227;
}

.gold{
color:#b8a16a;
margin:5px;
margin-top:10px;
margin-left:10px;
}

a:link {
	color: #b8a16a;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #b8a16a;
}
a:hover {
	text-decoration: none;
	color: #c7b79f;
}
a:active {
	text-decoration: none;
	color: #b8a16a;
}

a.backlink:link {
font-size:11px;
	color: #A3412A;
	text-decoration: none;
}
a.backlink:visited {
font-size:11px;
	text-decoration: none;
	color: #A3412A;
}
a.backlink:hover {
font-size:11px;
	text-decoration: none;
	color: #b8a16a;
}
a.backlink:active {
font-size:11px;
	text-decoration: none;
	color: #b8a16a;
}

.font15{
font-weight:bold;
font-size:15px;
color:#FFFF66;
}

.boldwhite{
font-weight:bold;
color:#FFFFFF;
font-size:12px;
text-transform:uppercase;
}

a.yellowLink:link {
	color: #FFFF66;
	text-decoration: none;
}
a.yellowLink:visited {
	text-decoration: none;
	color: #FFFF66;
}
a.yellowLink:hover {
	text-decoration: none;
	color: #c7b79f;
}
a.yellowLink:active {
	text-decoration: none;
	color: #FFFF66;
}

.yellowFont {
color:#FFFF66;
}



ul li{
	text-align: left;
	list-style-image:url(images/cross.jpg);
	padding-top: 10px;
	padding-left: 5px;
	margin:10px;
}

.floatRight{
	float:right;
	margin-left:5px;
	border:1px solid #c7b79f;
}