/* CSS Document */

body{
background-image:url(images/b_bg.jpg);
background-repeat:repeat;
padding:0px;
margin:0px;
}
.left_shadow_bg{
background-image:url(images/left_shadow_bg1.jpg);
background-repeat:repeat-y;
}
.right_shadow_bg{
background-image:url(images/right_shadow_bg1.jpg);
background-repeat:repeat-y;
}
.right_content_bg{
background-image:url(images/right_content_bg.jpg);
background-repeat:repeat-y;
}
.main_content_bg{
background-image:url(images/main_content_bg.jpg);
background-repeat:repeat-y;
}

.footer_bg{
background-image:url(images/footer_bg1.jpg);
background-repeat:no-repeat;
height:96px;
}
.content_text {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.content_text a{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #4B3D30;
	text-decoration:underline;
}
.content_text a:hover{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #4B3D30;
	text-decoration: none;
}
.content_text1{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

#pic_box {
float:left;
width:131px;
height:100%;
padding:0px;
margin-right:0px;
margin-top:0px;
border:0px solid red;
}
#box123 {
float:left;
width:350px;
height:100%;
padding:0px;
margin-left:10px;
border:0px solid red;
}
#box1 {
float:left;
width:500px;
height:100%;
padding:0px;
margin-right:15px;
margin-top:10px;
border:0px solid red;
}
#box2 {
float:left;
width:400px;
height:100%;
padding:0px;
margin-left:70px;
margin-top:10px;
border:0px solid red;
}
#box3 {
float:left;
width:525px;
height:100%;
padding:0px;
margin-right:5px;
margin-top:10px;
margin-bottom:10px;
border:0px solid red;
}

h2 {
font-family:Georgia;
	font-size:16px;
	font-weight:bold;
	color: #A90077;
	font-variant:small-caps;
	text-decoration: none;
}
.heading_text {
font-family:Georgia;
	font-size:16px;
	font-weight:normal;
	color: #A90077;
	font-variant:small-caps;
	text-decoration: none;
}
.footer_text {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #4B3D30;
	text-decoration: none;
}
.footer_text a{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #4B3D30;
	text-decoration: none;
}

.footer_text a:hover{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-decoration:underline;
}