
	body
	{
		background: #eef8f9 url(images/bg.gif) repeat-x;
		margin: 0px 0px 0px 0px;
		font-family: Arial, Helvetica, sans-serif !important;
		color: white;
	}

	#bgCrosses
	{
		background: url(images/bgCrosses.gif) no-repeat 50% top;
	}
	#bgHeader
	{
		background: url(images/bgHeader.gif) no-repeat 50% top;
	}

	#site
	{
		width: 994px;
		margin: auto;
		overflow: auto;
		position: relative;
	}

	#header
	{
		height: 187px;
	}
	#logo
	{
		position: absolute;
		left: 34px;
		top: 20px;
	}
	#header span
	{
		position: absolute;
		left: 34px;
		top: 58px;
		font-size: 24px;
		font-weight: bold;
	}

	#content
	{
	}

	a.thumb
	{
		border: 1px solid #ABABAB;
		background: white;
		padding: 10px;
		margin: 30px 34px;
		display: block;
		float: left;
	}
	a.thumb:hover
	{
		padding: 9px;
		border: 2px solid #ABABAB;
	}
	img
	{
		border: 0px;
		display: block;
	}
