html,body
		{
		height:100%;
		width:100%;
		bottom:0;
		min-height: 100%;
		background-color:#FFF;
		font-family: Helvetica, Arial, sans-serif;
		font-size:14px;
		}

body
		{
		font-weight: normal;
		padding:0;
		margin:0;
		overflow-y : scroll;
		min-height: 100%;
		}

#blogIframe
		{
	   overflow-x:hidden;
		}

h4 {
	display:block;
	font-weight:bold;
	margin:0;
}

h3{
	display:block;
	font-size:32px;
	font-weight:bold;
	margin:8px 0;
}

table {
	border-collapse:separate;
	border-spacing:8px;
	text-indent:0;
}

#background{
	width:100%;
	height:100%;
	position:absolute;
	background-attachment: fixed;
}

img { border: 0px;}

.trans_box {
  font-family:Arial;
  font-weight:normal;
  font-size:11px;
  border:solid 1px #555;
  width: 810px;
  position: relative;
  left: 50%;
  margin-left: -405px;
  margin-top: 70px;
  
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/75p_white.png');
 }

 /* IE ignores styles with [attributes], so it will skip the following. */
.trans_box[class] {
  background-image:url('../images/75p_white.png');
  /* height: 410px;	*/
  position: relative;
  margin-top: 105px;
  border: none;
}

.trans_box_co {
  font-family:Arial;
  font-weight:normal;
  font-size:11px;
  border:solid 1px #555;
  width: 810px;
  position: relative;
  left: 50%;
  margin-left: -405px;
  margin-top: 70px;
    /* Mozilla ignores crazy MS image filters, so it will skip the following */
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/75p1_white.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.trans_box_co[class] {
  background-image:url('../images/75p_white.png');
  height:465px;
  /*position: relative;
  top: 50%;*/
  margin-top: 65px;
  border: none;
}

.top_div{width:100%;}
.top_div_right{float: left;}
.top_div_left{float: left;width:25px;}

.left_div { width: 225px; float: left;}
.right_div { width: 550px; float: right;font-size:11px;padding-top:8px;padding-right:25px;}
.right_div_co { width: 550px; float: right;font-size:11px;padding-top:8px;padding-right:25px;}
.top_div{float:left;}

.right_div p {
text-align: justify;
padding-right: 20px;
		font-family: Helvetica, Arial, sans-serif;
		font-size:14px;
}

.menu ul{
list-style-type: none;
padding-left: 20px;
width:150px;
}

.menu ul li {
/*border-bottom:2px solid #D0D0CF;*/
border-bottom:2px solid #E0DEDF;
padding-top: 10px;
padding-bottom: 10px;
width: 155px;
}

.menu ul li a{
font-family:Arial;
font-size: 14px;
font-weight: normal;
padding-left: 10px;
padding-bottom: 10px;
}

.menu ul li a, a.name,
a:active.name{
text-decoration: none;
color: #262427;
padding-top: 3px;
} 

.menu ul li a:hover{
color:#E79950;
}