/* CSS Document */

/************************************************************************

	Site:		Microsoft Art Collection

	Author:		eROI		[www.eroi.com]  

	Listing Order:
	==============

	1 - Global

	

************************************************************************/

/***********************************************************************
	1 - GLOBAL STYLES
************************************************************************/

body { 
	background-color:#00529c;
 }

html, h1, h2, h3, h4, h5, h6, ol, ul, li, dl, dt, dd, form, input, select, div, p, img, table, td { 
	margin: 0; 
	padding: 0; 
}


div#container { 
width: 635px;
background-color:#FFFFFF;
padding:0 0 20px 20px;

 }
 
div#header {
width: 530px;
background-color:#00529c;
margin-bottom:10px;
}

div#content {
width: 530px;


}

div#footer {
width: 530px;
background-color:#FFFFFF;
}

a
{

}

a:hover
{
	text-decoration: underline;
}

TD.TitleBar

  {

  background: #003366;

  font-family: verdana, arial, helvetica, sans-serif;

  color: #FFFFFF;

  font-size: 12px;

  font-weight: bold;

  padding-left:5px;

  padding-top:3px;

  padding-bottom:3px; 

  }

TD.searchInterfaceBar

  {

  background: #003366;

  font-family: verdana, arial, helvetica, sans-serif;

  color: #FFFFFF;

  font-size: 11px;

  font-weight: bold;

  padding-left:5px;

  padding-top:3px;

  padding-bottom:3px; 

  }


