/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	text-align: center;
	margin:0px auto;
	background: url(../format/media/images/background.jpg);
	background-repeat:repeat-x;
	background-color:#0071bc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding:0px;
}
img{
  border:0;
}
p{
	font-size:12px;
}
/*--------------------------------------------*/
/* styles content*/
/*--------------------------------------------*/
#background_top{
	background:url(../format/media/images/top_content.jpg);
	background-repeat:no-repeat;
	height:29px;
	width:818px;
}
#background_content{
	background:url(../format/media/images/content_main.jpg);
	background-repeat: no-repeat;
	width:818px;
}
#background_content_2{
	background:url(../format/media/images/content.jpg);
	background-repeat: repeat-y;
	width:818px;
}
#background_bottom{
	background:url(../format/media/images/botom_content.jpg);
	height:122px;
	width:818px;
	background-repeat:no-repeat;
}
/**Styles Classes**/
.relative{
	position:absolute;
	width:818px;
}
.absolute_{
	position: absolute;
	width:818px;
	top:0px;
	left:0px;
	z-index:1;
}
.absolute{
	position: absolute;
	width:752px;
	top:30px;
	left:30px;
	z-index:100;
	height: 412px;
}
.text_1{
	font-weight:bold;
	font-size:10px;
}
.text_2{
	font-weight:bold;
	font-size:15px;
}
.text_3{
	font-size:14px;
	color: #FFCC33;
}
.align{
	padding:20px;
}
.background{
	background-repeat:no-repeat;
}
.clear{
	clear:both;
}
a.text_footer:link, a.text_footer:visited{
	font-weight: normal;
	color: #B87D6B;
	text-decoration: none;
}

a.text_footer:hover {
	font-weight: normal;
	color: #B87D6B;
	text-decoration: underline;
}
