
/*              GLOBALS               */
/**************************************/

html {
	overflow: -moz-scrollbars-vertical;
overflow: scroll;
overflow-x: auto;
overflow-y: scroll	
}


/*              HEADER                */
/**************************************/


body 
{
	margin: 0 0 15px 0;
	background-image:url(../gfx/pixel.gif);
}

.container
{
	background-color: White;
	padding: 0px 30px 15px 30px;
	background-image:url(../gfx/pixelback.gif);

	
}
.header 
{
	height: 70px;
	margin-bottom: 15px;
	
}


/*             NAVIGATION             */
/**************************************/



/*            MAIN CONTENT            */
/**************************************/

.firstRow 
{
	height: 175px;
	margin-bottom: 15px;	
	
}

.secondRow 
{


}

.secondColumn
{
	width:665px;
	margin-left: 5px;
}

.infoBody
{
	background-image:url(../gfx/imgShadow.gif); 
	background-repeat:no-repeat;
}

/*               FOOTER               */
/**************************************/


.footer
{
	margin-top: 40px;
	
	text-align: center;
}