body			{
				width:890px;
				margin:20px auto auto auto;
				font-family:"Times New Roman", Times, serif;
				background-color:#FFFFFF;
				}
				
h1				{margin:0; padding:0;}
h2				{margin:0; padding:0;}
h3				{margin:0; padding:0;}
h4				{margin:0; padding:0;}

p				{}

ul				{}
li				{}

a				{}
a:hover			{}
a:visited		{}

/*--------------------------------------------------------------------------*/
#header			{
				width:100%; height:20px;
				background:url(../img/background_header.png) top left no-repeat;
				background-color:#FFFFFF;
				}
				
#pageBox		{
				width:100%; height:560px;
				position:relative;
				background-color:#FFFFFF;
				background:url(../img/background_body.png) top left repeat-y;
				}
				
#logoBox		{
				width:250px; height:250px;
				position:absolute; top:20px; left:20px;
				text-align:center;
				background-color:#FFFFFF;
				}
#logoBox img	{margin:20px;}
#logoBox h1		{font-size:16px; margin:-10px 0 0 0;}

#imageBox		{
				height:268px;
				position:absolute; top:20px; right:25px;
				background-color:#004A9C;
				overflow:visible;
				}

#menuBox		{
				width:840px;
				position:relative; left:20px; top:270px;
				background-color:#FFFFFF;
				}

#menuBox ul		{width:800px; margin:0 auto; padding:0;}
#menuBox li		{
				width:170px; 
				margin:20px 0 20px 23px;
				list-style:none; display:inline-box; 
				text-align:center; 
				float:left;
				}
#menuBox li img	{width:150px; border:none;}
#menuBox h2		{font-size:12px; background-color:transparent; text-decoration:inherit;}
#menuBox a			{color:inherit; text-decoration:none;}
#menuBox a:hover	{text-decoration:underline;}

#footer			{
				position:absolute; bottom:0; left:0;
				width:100%; height:20px;
				background:url(../img/background_footer.png) bottom left no-repeat;
				background-color:#FFFFFF;
				}

#infoBox		{
				width:100%; position:relative; bottom:8px;
				text-align:center; font-size:16px; font-weight:normal;
				color:#FFFFFF;
				}
				
#paradimesImg	{border:none; position:absolute; right:10px; bottom:10px;}
/*--------------------------------------------------------------*/
.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* * html .threePxFix	{margin:0 0 -3px 0; } */