html, body {
	height: 95%;
}

body {
	text-align: -moz-center;
	#text-align: center;
}


p {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
}

#background {



}

#wrapper {
	width: 900px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border: 0px solid #731c1c;
	padding-left: 5px;
	padding-right: 5px;
	background-color: transparent;
	position: relative;
}

#header {
	text-align: right;
	border: 0px solid #000;
	position: relative;
	padding-bottom: 15px;
}



#content {
	background-image: url(images/background2.jpg);
	background-repeat: no-repeat;
	width: 750px;
	height: 623px;
	text-align: left;
	border: 0px solid #000; //#D4D4CF;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #00438A;
	float: right;
}

#menu {
	float: left;

	background-color: #FF0000; //#ee3324;
}

.text {
	float: right;
 	width: 750px;



	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, 	src='images/opacity75.png');

	padding-bottom: 20px;
	padding-top: 60px;

}

.text[class] {
  background-image:url(images/opacity75.png);
}




#dummy {
background-color: #FFF; filter: alpha(opacity=75);
}


div.menutop {
	height: 70px;
	width: 145px;
	background: url(images/top.png) no-repeat top left;
}

div.menubottom {
	height:70px;
	width: 145px;
	background: url(images/bottom.png) no-repeat top right;
}

div.menucontent ul {
	list-style-type: none;
	margin: 0px;
	padding: 2px;
}

div.menucontent ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}

div.menucontent ul li a 
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	display: block;
	padding: 5px 0px 2px 4px;
	text-decoration: none;
	width: 130px;
	max-width: 130px;
	border-bottom: 1px dashed #731c1c;
}

div.menucontent ul li a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 12px;
	display: block;
	padding: 5px 0px 2px 4px;
	text-decoration: none;
	width: 130px;
	max-width: 130px;
	border-bottom: 1px dashed #731c1c;
}

#tabs a
{
	 font-weight: normal;
	 padding-left: 5px;
	 width: 139px; 
	 border-bottom: 0px;

}

img.transparant {
	filter:alpha(opacity=100);
	opacity:1.0;
}