HTML, BODY {
	margin: 0;
	padding: 0;
	color: #D0D0D0;
	background-color: #323232;
	font-family: Arial, Verdana;
	font-size: 10px;
	background-image: url(../images/top_bg2.gif);
   background-position: top;
   background-repeat: repeat-x;
}

A:link, A:active, A:visited, A:hover {
	color: #D0D0D0;
	text-decoration: none;

}

A.lnkUrl:link, A.lnkUrl:active, A.lnkUrl:visited, A.lnkUrl:hover {
	color: #A5A5A5;
	font-family: Verdana, Arial;
}



.blockMain {
	clear: both;
	width: 100%;
}

.blockMain .blockMain1, .blockMain .blockMain2 {
	float: left;
}

.blockMain1 {
   //	margin-right: -100%;
	width: 76%;
}

.blockMain2 {
   //	margin-left: 38%;
	width: 24%;
}

.menu {
	float: left;
	padding: 25px 23px 20px 23px;
}

.logo {
	padding-top: 54px;
}

.sectionTitle {
	position: relative;
	float: left;
	width: 49.4%;
	padding: 50px 0 0 0;
	border: 0px solid #ffffff;
}

.projectT {
	position: relative;
	float: left;
	width: 49.4%;
	padding: 22px 0 5px 0;
}

.projectB {
	position: relative;
	float: left;
	width: 99%;
	padding: 3px 0 22px 0;
}

.projectLine{
   position: relative;
	float: left;
	background-image: url(../images/project_line.gif);
	background-repeat: repeat-x;
	width: 99%;
	height: 1px;
}

.text1 {
	color: #A5A5A5;
	font-family: Verdana, Arial;
}



#content {
   width: 1004px;
   padding-bottom: 60px;
}

#footer {
   background-image: url(../images/bottom_bg.gif);
   height: 55px;
   width: 100%;
}
