body {
	background-color: #eeeeee;
	background-image: url(../images/bg_main.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}
h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
}
ul, ol {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
body a:link, body a:visited{
	color: #e03026;
	text-decoration: none;
} 
body a:hover {
	color: #AD2018;
	text-decoration: underline;
}
#content {
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}
.footLine {
	background-image: url(../images/foot-line2.gif);
	background-repeat: no-repeat;
	background-position: right;
} 
#foot {
	font-size:11px;
	color: #eae5d4;
	line-height: 17px;
} 
#foot a:link, #foot a:visited{
	color: #eae5d4;
	text-decoration: underline;
} 
#foot a:hover {
	color: #5f0500;
	text-decoration: underline;
}
#boxMenu {
	background-color: #fef5d7;
	padding: 10px;
}
#drash {
	background-image: url(../images/drash.gif);
	height: 1px;
	width: 100%;	
}
.nav {
	padding-right: 13px;
	padding-left: 13px;
}
.txt_date {
	padding-right: 13px;
	font-size: 11px;
	font-style: italic;
	color: #666666;
}
.txt_gold{
	color: #c7c2b2;	
}
.txt_white{
	color: #ffffff;	
}
.txt_red{
	color: #e03026;	
}
.txt_black{
	color: #000000;	
}
.txt_small{
	font-size: 10px;
}
.imgBorder{
	color: #e03026;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
}

