/* CSS Document */

body{
background-image:url(images/11.jpg);
background-repeat:repeat;
padding:0px;
margin:0px;
}

.body_bg{
background-image:url(images/body_bg.jpg);
background-repeat:repeat-x;
}
.left_bg{
background-image:url(images/left_bg.jpg);
background-repeat:repeat-y;
}
.right_bg{
background-image:url(images/right_bg.jpg);
background-repeat:repeat-y;
}
.side_bar_bg{
background-image:url(images/side_bar_bg.jpg);
background-repeat:repeat-y;
}
.footer_bg{
background-image:url(images/footer_bg.jpg);
background-repeat:no-repeat;
}

.side_bar_text {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.content_text {
	font-family: Arial;
	font-size: 12px;
	font-weight:normal;
	color: #CCCCCC;
	text-align:justify;
	text-decoration: none;
}
.content_text a{
	font-family: Arial;
	font-size: 12px;
	color: #FF9900;
	text-decoration: underline;
}
.content_text a:hover{
	font-family: Arial;
	font-size: 12px;
	font-weight:normal;
	color: #C16805;
	text-decoration:onderline;
}
.heading_text {
font-family:Tahoma;
	font-size: 23px;
	font-weight: bold;
	color: #C16805;
	text-decoration: none;
; letter-spacing: -1px
}
