html, body{ 
 margin:0; 
 padding:0;
 background-color: #44025c; 
 text-align:center;
}

img {
border:0;
}

tr
{
	margin:0px;
	padding:0px;
}

td
{
	background-color:#f3bde1;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-family: "Century Gothic", Arial, Helvetica, Verdana, Arial, sans-serif, Tahoma;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	font-size: 9pt;
	text-align: justify;

}

h5 
{
margin-bottom: 10px;
}

.noborders{
line-height: 0;
font-size:0;
}

.minimal{
font-size: 8pt;
}


#header{
 float:left; 
 position:relative;
}

#footer{
 float:left; 
 position:relative;
}

#pagewidth{ 
 width:1000px; 
 text-align:left; 
 margin:0 auto;
 background-color:#f3bde1; 
}

#leftcol{
 width:324px;
 height:598px;
 float:left; 
 position:relative;
 background-image:url("images/menu_clean.jpg"); 
 }
#leftcolwrap {
margin:25px;
margin-right:5px;
margin-bottom:5px;
}

#leftcol p{
margin-top:18px;
font-family: "Arial Narrow",sans-serif,Arial,sans-serif,Tahoma;
font-size: 13pt;
line-height:0.9;
}

#leftcol a{
text-decoration: none;
color: white;
}

#leftcol a:hover{
color: yellow;}

 
#twocols{
 width:676px; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
 width:100px; 
 float:right; 
 position:relative; 
 }
 
#maincol{
 float: left; 
 position: relative; 
 width:576px;
 font-family: "Century Gothic", Arial, Helvetica, Verdana, Arial, sans-serif, Tahoma;
 font-weight: normal;
 text-decoration: none;
 text-transform: none;
 font-size: 9pt;
 text-align: justify;
 }

#maincolwrap {
margin:25px;
margin-top:30px;
margin-bottom:0px;
}
 
 
/* ******************************************************************** */ 
/* Clearfix: http://csscreator.com/attributes/containedfloat.php        */
/* ******************************************************************** */
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 
/* ******************************************************************** */ 
/*                      printer styles                                  */ 
/* ******************************************************************** */ 
     
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

