/* content css */
#main_content{
  /*padding: 5px 10px 10px 10px;*/
  font-size: 1.3em;
  font-family: tahoma, helvetica, arial, verdana, geneva,  sans-serif;
  text-align: justify;
  color: #333333;
  height: 460px;
  width: 470px;
}


.header{
  font-weight: bold;
  color: #780303;
  white-space: nowrap;
  font-size: .9em;
  margin: 0;
  
  
}

.header_img{
  padding: 10px 0px 10px 15px;
}
.header_img2{ /*press page fix*/
  padding: 10px 0px 15px 15px;
}
#content_txt{
  clear: both;
  height: 400px;
  width: 440px;
  padding: 0px 15px 0px 15px;
  overflow-x: hidden;
  overflow: auto;

}
#content_txt2{/*press page fix*/
  clear: both;
  height: 400px;
  width: 440px;
  padding: 0px 15px 0px 15px;
  overflow-x: hidden;
  overflow-y: scroll;
  overflow: auto;
}
.content_center{
  text-align: center;
}
.contact_header{
  font-weight: bold;
  color: #780303;
  
}
.designer_logo{
  margin-left: 9px;
  margin-bottom: 25px;
  border: 2px solid #cccccc;
  opacity:100;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}
.designer_logo:hover{
  opacity:.50;
	filter: alpha(opacity=50); 
	-moz-opacity: 0.5;
}
.submenu{
  position: absolute;
  top: 20px;
  left: 275px;
  color: #780303;
}
.submenu a:link, .submenu a:visited{
  color: #333333;
  text-decoration: underline;
}
.submenu a:hover{
  color: #780303;
}
.press_item{
  float: left;
  width: 125px;
  margin-bottom: 25px;
  margin-left: 12px;
  text-align: center;
  text-decoration: none;
  color: #333333;
  font-size: .9em;
  z-index: 2;
}
.press_item a:visited, .press_item a:link{
	text-decoration: none;
}

.press_img{
  border: 2px solid #cccccc;
  opacity:100;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}
.press_img:hover{
  opacity:.50;
	filter: alpha(opacity=50); 
	-moz-opacity: 0.5;
}

.gallery_item{
  float: left;
  width: 125px;
  margin-bottom: 25px;
  margin-left: 12px;
  text-align: center;
  text-decoration: none;
  color: #333333;
  font-size: 1.2em;
  z-index: 2;
}

.gallery_img{
  border: 2px solid #cccccc;
  opacity:100;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}

.gallery_img:hover{
  opacity:.50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}
 /*test area*/

