body{background-color:#900000}
.mainPageWrap
		{
			float: left;
			width: 100%;
		}
.container
		{
			float: left;
			width: 96%;
			padding: 2%;
			min-height: 800px;
			background-color: #fff;
		}
.headingWrap
		{
			float: left;
			width: 100%;
			padding: 10px 0;
			border-bottom: 2px solid #ebebeb;
		}
.headingWrap p
		{
			float: left;
			width: 100%;
			font-size: 12px;
		}
.contentWrap
		{
			float: left;
			width: 100%;
			padding: 20px 0;
		}
.rightSideBar
		{
			float: left;
			width: 74%;
			margin-right: 1%;
		}
.projectTitle
		{
			float: left;
			width: 100%;
			font-size: 16px;
			font-weight: bold;
		}
.projectList
		{
			float: left;
			width: 100%;
			margin-top: 20px;
		}
.projectList li
		{
			float: left;
			width: 32.6%;
			margin-right: 1%;
			min-height: 220px;
			margin-bottom: 5px;
		}
.projectList li:nth-child(3n)
		{
			margin-right: 0;
		}
.projectListImageWrap
		{
			float: left;
			width: 100%;
			height: 160px;
			position: relative;
			background-color: #ccc;
		}
.projectListImageWrap img
		{
			float: left;
			width: 100%;
			height: 100%;
		}
.projectListTitle
		{
			float: left;
			width: 100%;
			margin: 5px 0;
			font-size: 12px;
			text-align: center;
			color: #000;
			text-transform: capitalize;
		}
.projectLogoImage
		{
			width: 40px;
			height: 40px;
			float: left;
			position: absolute;
			bottom: 10px;
			right: 10px;
			background-color: #ebebeb;
			border-radius: 90%;
			-o-border-radius: 90%;
			-ms-border-radius: 90%;
			-moz-border-radius: 90%;
			-webkit-border-radius: 90%;
			border: 2px solid #900000;
			overflow: hidden;
		}
.projectTiming
		{
			float: left;
			padding: 2px 8px;
			position: absolute;
			font-size: 12px;
			bottom: 10px;
			left: 10px;
			background: rgba(0,0,0,0.4);
			color: #fff;
		}
aside
		{
			float: left;
			width: 24%;
			margin-left: 1%;
		}
.sideBarWrap
		{
			float: left;
			width: 100%;
		}
.projectfilter
		{
			float: left;
			width: 100%;
			padding: 5px 0;
			border: 1px solid #ccc;
		}
.currentWorking
		{
			float: left;
			width: 100%;
			margin-top: 20px;
		}
.currentWorking h3
		{
			float: left;
			padding: 10px 0;
			width: 100%;
			border-bottom: 2px solid #ccc;
		}
.currentWorking a
		{
			float: left;
			clear: both;
			font-size: 14px;
			padding: 5px 0;
			color: #000;
			font-weight: bold;
		}






