#content_table {
	width: 100%; 
	border-collapse: collapse;
}

#content_table td {
	text-align: left;
	vertical-align: top;
	overflow: hidden;
}

#content_table_left {
	height: 250px;
	width: 33%;
	background: #3366FF url('../images/index-content-head-bg.gif') repeat-x;
	font-size: 90%;
}

#content_table_left .angle {
	margin:0px;
	background: url('../images/index-content-left-angle.gif') no-repeat;
	position:relative;

	padding-top: 25px;
}


#all_works {
	padding-left: 160px;
	border: 0px solid #ccc;
}

#random_work {
	padding-top: 20px;
	padding-left: 26px;
	padding-right: 20px;
	color: #fff;
	border: 0px solid #ccc;
}

#random_work p {
	margin:0px;
	margin-top: 10px;
}

#random_work .description {
	font-size: 73%;
}

#content_table_center {
	width: 43%; 
	background: url('../images/center-foto.jpg') 50% 50% no-repeat;
}

#content_table_center .angle_center {
	margin:0px;
	back-ground: url('../images/content-center-angle.png') no-repeat;
	position:relative;
	float: left;
	height: 35px;
	width: 30px;
	border: 0px solid #ccc;
}

#content_table_center .angle_center_right {
	margin:0px;
	ba-ckground: url('../images/content-center-rigth.png') 100% 0% no-repeat;
	background: url('../images/content-center-rigth.png');  /* пишем бэкграунд для нормальных браузеров */
	-background: none;  /* убираем бэкграунд для ie6 */
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/content-center-rigth.png', sizingMethod='scale');  /* подгружаем полупрозрачный png для ie6 */
	position:relative;
	float: right;
	height: 250px;
	width: 25px;
	margin:0px;
	border: 0px solid #ccc;
}

#content_table_right {
	width: 21%;
	font-size: 90%;
	background: #74960E url('../images/index-content-bottom-angle.gif') 100% 100% no-repeat;
	padding: 0px;
	border: 0px solid #ccc;
}

#content_table_right #activities {
	background: #74960E url('../images/index-table-right-bg.gif') repeat-x;
}

#content_table_right #activities .green_bullet {
	position: relative;
	left: -15px;
}

#content_table_right_angle {
	width: 3%; 
	background: url('../images/index-content-right-angle.gif') no-repeat;
}

#content_table_bottom {
	height: 25px;	
	background: #fff url('../images/index-content-footer.gif') no-repeat;
}

#index_content{
	width: 100%; 
	//padding-right: 1px; 
	//overflow-x: hidden; 
	color: #5C647A;
	font-size: 80%;
}

#index_content_right h1, #index_content_right h2, #index_content_right h3, #index_content_right h4, #index_content_right h5{
	margin:0px;
	padding:0px;
	padding-bottom:10px;
	font-size: 150%;
	font-family: Arial Narrow;
	border: 0px solid blue;
}

#index_content_left h1, #index_content_left h2, #index_content_left h3, #index_content_left h4, #index_content_left h5{
	margin:0px;
	padding:0px;
	padding-bottom:10px;
	padding-left:35px;
	font-size: 150%;
	font-family: Arial Narrow;
	border: 0px solid blue;
}


#index_content_right, #index_content_left{
	float: left; 
	overflow: hidden;
	padding:0px;
}

#index_content_right p, #index_content_left p{
	margin:0px;
	margin-top:10px;
}

#index_content_left{
	border: 0px solid blue;
	width: 33%;
	font-weight: bold;
}


#index_content_right {
	width: 66%;
	border: 0px solid red;
}

#index_content_left .grey_bullet{
	margin-top:10px;
	position: relative;
	left: -5px;
	border: 0px solid red;
}


#footer_content{
	background: url('../images/footer-img.gif') 20% 0% no-repeat;
}

#footer_content{
	height: 190px;
}

