/* CSS Document */
.body{
	margin: 0px;
	padding: 0px;
	background-color: #0F1316;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;


}
.head-top_bg{
	background-image: url(images/head_top-bg.jpg);
	background-repeat: repeat-x;

}
.content_bg{
	background-image: url(images/content_bg.jpg);
	background-repeat: repeat-x;

}
.projects_bg{
	background-image: url(images/proj_bg.jpg);
	background-repeat: repeat-x;

}
.content_txt{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: justify;

}
.content_hdg{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #6C5521;
	text-decoration: none;
	text-align: ;

}
.content_hdg1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: ;

}
.content_hdg1:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
	text-align: ;

}
.more_txt{
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #990000;
	text-decoration: none;

}
.more_txt:hover{
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;

}
.projects_txt{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;

}
.main_hdg{
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;

}
.txt_field{
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #FEF3D3;
	border: 1px solid #8D7841;

}
