body{
	background-color: #eaeaea;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #bbbbbb;
	margin: 0px;
	padding: 0px;
}

body a:link, a:visited, a:active{
	color: #b2b2b2;
	text-decoration: underline;
	background-color: #eaeaea;
}

body a:hover{

	background-color: fuchsia;
	text-decoration:none ;
}
	
h2{
line-height: 26px;
	margin-top:10px;
	padding-top:0px;
	color: #dddddd;
	font-weight: bold;
	font-size: 22px;
	
}	
	
h3{
	margin-top:0px;
	padding-top:0px;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}	
	
h4{
	margin-top:0px;
	padding-top:0px;
	color: #dddddd;
	font-size: 12px;
}


.p_zero{
	margin: 0;
	padding: 0;
}

.ulxx{
	
	list-style-type: none;
	margin: 0;
   padding: 0;
}	
	



#content{
	margin: 150px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	float: left;
	width: 538px

}

#main_menu{

	width: 538px;
	margin: 100px 0px 0px 588px;
	
}

.border_top{
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dashed;
	border-color: #dddddd;
}

.border_bottom{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed;
	border-color: #dddddd;
}

/*.border_right{
	
	margin-right: 5px;
	border-right: 1px dashed;
	border-color: #dddddd;
}*/

.small9{
	font-size: 9px;
}

.fat_h2{
	font-weight: bold;
	font-size: 22px;
}

.visit_bg{
background-color: fuchsia;
}

.right{
  float: right;
  display: block;
  position: relative;
}


#works_container{
width: 1055px;
	height: 500px;	
	padding: 0px;
}


#works_menu{
	padding:10px 0px 0px 10px;
	width:200px;
	float: left;
	overflow: auto;
	display: block;
	
}

#works_des{
	border-right: 1px dashed;
	border-left: 1px dashed;
	border-color: #dddddd;
	padding:10px 5px 0px 5px; 
	height:500px;

	width:230px;
	float: left;
	display: block;
	
}



#works_pres{
	display: block;
	float: right;	
}



