 #dm_page {
	WIDTH: expression((document.documentElement.clientWidth || document.body.clientWidth) < 1024? "1024px": "auto");
	/*min-width: 1200px*/
}
.dm_layout_top {
	background-image: url(../images/top.gif);
	background-position: top;
	background-repeat: repeat-x;
	padding-top: 10px;
}
.dm_layout_top p {
	padding-right: 20px;
}
.dm_layout_top h3 {
	font-size: 20px;
	padding-top: 10px;
	margin-bottom: 15px;	
}

.dm_content {
 	margin: 0px 275px 0px 275px;
 	padding-top: 20px;
}

.dm_layout_left {
  float: left;
  width: 240px;
  padding: 12px 0px 0px 20px;
}
.dm_layout_right{
 float: left;
  width: 240px;
  padding: 12px 0px 0px 20px;
}
.dm_layout_left h3, .dm_layout_right h3 {
	font-size: 20px;
	background-image: url(../images/bg_left_stand.jpg);
	background-position: left bottom;
	padding: 15px;
	margin-bottom: 10px;
}
.dm_layout_left li {
	/*list-style-type: disc;*/
	background: transparent url('../images/li_type_left.gif') no-repeat left top;
	padding-left:15px;
}
.dm_layout_right li {
	background: transparent url('../images/li_type_right.gif') no-repeat left top;
	padding-left:15px;

}
.dm_layout_left ul, .dm_layout_right ul {
	margin-left: 14px;
	margin-bottom: 20px; 
        margin-right:20px;
}
.layout_left_column_a {
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}
.layout_left_column_text {
	text-align: justify;
	margin: 0px 50px 20px 10px;
	font-size: 11px;
}

.dm_layout_right {
	float: right;
	width: 240px;
	padding-top: 20px 10px 0px 0px;
}
.layout_right_column_text {
	font-size: 11px;	
}
.about_project {
	color: #666666;
	font-size: 11px;
	margin-left: 160px;
}
.about_project:hover {
	text-decoration: underline;
	color: #666666;
}
/*.web_artis_creator {
	position: relative;
	top: 22px;
}*/
.web_artis_creator a {
	padding: 4px 0px 4px 2px;
	/*background-image: url(../images/qwert.gif);
	background-position: left center;*/
}
.web_artis_creator img {
position: relative;
bottom: 7px;
}
a.qwa {
position: relative;
bottom: 18px;
}
.dm_layout_bottom .navigation_menu a {
	color: white;
	text-decoration: underline;
}
.dm_layout_bottom .navigation_menu a:hover {
	text-decoration: underline;
	color: #E2BEBE;
}
.dm_layout_bottom .navigation_menu {
	background-color: #660000;
	color: #E2BEBE;
	text-align: center;
	padding: 10px 0px 10px 0px;
	width: 100%;
}
.dm_layout_bottom .dm_current {
	text-decoration: underline;
}

.dm_layout_bottom .navigation_menu li {
	display: inline;
	margin-right: 10px;
	background-color: #660000;
}
.dm_layout_bottom {
	overflow: hidden;
}