/* CSS Document */

body
{
margin:0px auto;
padding:0px;
background-image:  url("/image/image_background.jpg");
background-repeat:repeat-x;
padding:12px;
font-family:tahoma;
font-size:13px;
font-style:normal;
font-weight:normal;
text-decoration:none;
}
.logo_background
{
height:125px;
background-image: url("/image/logo_background.jpg");
background-repeat:repeat-x;
}
.border_left
{
width:2px;
background-image:  url("/image/border_left.jpg");
background-repeat:repeat-y;
} 
.border_right
{
width:2px;
background-image:  url("/image/border_right.jpg");
background-repeat:repeat-y;
background-position:right;
}   

/* CSS box */  
.box_left
{
height:885px;
width:193px;
border:1px solid #B6B7B8;
background-color:#E4E5E6;
}
.box_category
{
height:885px;
width:188px;
padding:5px;
border:1px solid #B6B7B8;
background-color:#ECEDEE;
}
.inside_category_box
{
width:176px;
padding:5px;
border:1px solid #B6B7B8;
background-color:#D5D6D7;
}
.inner_page_body_box
{
width:571px;
padding:15px;
border:1px solid #B6B7B8;
background-color:#E8ECEF;
}
.post_a-comments
{
width:570px;
padding:15px;
border:1px solid #B6B7B8;
}

/* text  */ 
.link_font
{
font-family:tahoma;
font-size:11px;
font-style:normal;
font-weight:normal;
text-decoration:none;
color: #000000;
}
.link_font:hover
{
font-family:tahoma;
font-size:11px;
font-style:normal;
font-weight:normal;
text-decoration:underline;
color: #000000;
}
.categories_text
{
font-family:tahoma;
font-size:11px;
font-style:normal;
font-weight:bold;
text-decoration:none;
color: #000000;
}
.th
{
font-family: Arial;
font-size:16px;
font-style:normal;
font-weight:normal;
text-decoration:none;
color: #5A5526;
}
.th2
{
font-family: Arial, Helvetica, sans-serif;
font-size:20px;
font-style:normal;
font-weight:bold;
text-decoration:none;
color: #5A5526;
}
.red_tex
{
font-family:tahoma;
font-size:11px;
font-style:normal;
font-weight:normal;
text-decoration:none;
color: #FF0000;
}
.white_text
{
font-family:tahoma;
font-size:13px;
font-style:normal;
font-weight:bold;
font-stretch:extra-expanded;
font-style:normal;
letter-spacing:5px;
text-decoration:none;
color: #FFFFFF;
}
.link_general
{
font-family:tahoma;
font-size:11px;
font-style:normal;
font-weight:bold;
font-style:normal;
text-decoration:none;
color: #336666;
}
.link_general:hover
{
font-family:tahoma;
font-size:11px;
font-style:normal;
font-weight:bold;
font-style:normal;
text-decoration:underline;
color: #0099FF;
}



/*input text box  */ 

.input_textbox
{
width:150px;
height:18px;
background-color:#ffffff;
border:1px  groove #313513;
padding-left:4px;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
color: #33486A;
font-size: 11px;
font-style: normal;
line-height: 18px;
font-weight: normal;
font-variant: normal;
text-transform: none;
text-decoration: none;
}
.input_text_area
{
background-color:#ffffff;
padding-left:4px;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
color: #33486A;
font-size: 11px;
font-style: normal;
line-height: 18px;
font-weight: normal;
font-variant: normal;
text-transform: none;
text-decoration: none;
}.catheading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 30px;
	left: 8px;
}

