body {
	margin: 0px;
	padding: 0px;
	background-color: #AE212A;
}
.header-bg {
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 45px;
	width: auto;
}
.footer-bg {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 118px;
	width: auto;
}
.body-bg {
	background-color: #780210;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 460px;
}
#vrt-images{
	margin:0px;
	height:0px;
}
#vrt-images img{
	margin:0px 2px 0px 2px;
}
.links {
	font-family: sans-serif, Verdana;
	font-size: 9px;
	font-weight: normal;
	color: #bb71ca;
	text-decoration: none;
	line-height: 14.1px;
}
.links:hover {
	font-family: sans-serif, Verdana;
	font-size: 9px;
	font-weight: normal;
	color: #FEECB6;
	text-decoration: none;
}
.links_bg {
	font-family: sans-serif, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #bb71ca;
	text-decoration: none;
	line-height: 14.1px;
}
.links_bg:hover {
	font-family: sans-serif, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #FEECB6;
	text-decoration: none;
}
.dots{
	color: #fed77a;
	font-family: sans-serif, Verdana;
	font-size: 8px;
	font-weight: normal;
	text-decoration: none;
	width:8px;
	text-align: center;
	vertical-align: middle;
}
.main-content-bg {
	background-color: #92080D;
	background-image: url(../images/main_content_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.content-padding{
	padding: 20px 0px 52px 20px;
	background-image: url(../images/symbol.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	border: 1px solid #D93534;
}
.scrooll{
	overflow:auto;
	width:657px;
	height:405px;
}
.tit-image{
	position:relative;
	top:3;
}
.text {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FEECB6;
	text-decoration: none;
	line-height: 16px;
}
.redtext-bold {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fed77a;
	text-decoration: none;
}
.image-border {
	border: 1px solid #D93534;
}
.leftimg{
    float:left;
	margin:0px 15px 15px 0px;
	border: 5px solid #D93534;
}
.rightimg{
    float: right;
	margin:0px 0px 15px 15px;
	border: 5px solid #D93534;
}
