HTML, BODY {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11pt;
	padding: 0px;
	margin: 0px;
	min-height: 100%;
	width:100%;

}

HTML {
	height: 100%;
}

BODY {
	text-align:left;
	width:100%;
    height:100%;
	/*background-color:#ddd9d6;*/
	background-color:#1d1d1d;
	margin:0;
    padding:0;
}

#man_image {
    height:592px;
}

#wrap{
	background-image:url('images/b.jpg');
	background-repeat:repeat-x;
	float:left;
	width:100%;
	min-height:570px;
    height:auto !important;
    height:570px;
	text-align:left;
	background-color:#dad7d0;
}

#footer {
   position:relative;
   bottom:0px;
   width:100%;
  /* height:60px;   /* Height of the footer */
   background:#242424;
}

.clear{
	clear:both;
	margin:0;
}

.raquo{
	color:#3C6C98;
	font-size:12pt;
	line-height:25px;
}

#mycustomscroll {
	width: 635px;
	height: 380px;
	overflow: auto;
	position: relative;
}

.fontbodycontent{

	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	color:#ffffff;

}

.fontpurplefonts{

	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11pt;
	color:#7da5c8;

}

a{
	color:#ffffff;
	text-decoration:none;
}
