/* === Hidden guff ======= */
.hidden{
	left:-9999px;
	width:0px;
	overflow:hidden;
	position:absolute;
	}	

/* CSS Document */
/*-----------------------------------------------------------------html tag-------------------------------------------------------------------------*/

body{
		margin:0 auto;
		font:normal normal normal 70%/130% Verdana;
		text-decoration: none;
		color:#000;
		background:#FFF;
		}

a, 
a:link, 
a:visited {
		font-weight:bold;
		text-decoration: none;		
		color:#DF1722;
		}

a:hover,
a:visited:hover,
a:active  { 
		text-decoration: none;	
		color:#000; 
		}

img {  
		border:0px;  
		}
p{
		margin:0;
}



/*-----------------------------------------------------------------main structure-------------------------------------------------------------------------*/

#structure{ 
		width:100%;  
		margin:0 auto;
		}
#main {	
		width:770px;
		height:595px;
		margin:0 auto;
		margin-top:50px;
		padding:70px 0 0 0;
		background:#FFF url(../images/bg_landing.jpg) top  left no-repeat;
		}

#footer {	
		width:738px;  
		height:55px;
		margin:0;
		padding:0;
		text-align:center; 
		background:url(../images/bg_footer.gif) top  left repeat-x;
		}


#footer  #nav{
		font-weight:bold;
		margin:10px 0 20px 0;
}




