
	body
	{
		background: #ae2471;
		margin: 0px 0px 0px 0px;
		font-family: arial, verdana, helvetica;
		font-size: 14px;
		line-height: 20px;
	}

	#text
	{
display: none;
		position: absolute;
		background: url(images/text.gif) no-repeat 50% bottom;
		left: 509px;
		top: 139px;
		width: 56px;
		height: 626px;
	}

	#content
	{
		background: white url(images/header.gif) no-repeat left top;
		width: 994px;
		margin: auto;
		overflow: auto;
		padding: 420px 0px 155px 0px;
		z-index: 2;
		position: relative;
		_overflow: hidden;
	}

	#header
	{
display: none;
		background: #c20046 url(images/header.gif) no-repeat 50% bottom;
		width: 100%;
		height: 139px;
		margin-bottom: 20px;
	}

	#footer
	{
		display: none;
	}

	#menu a
	{
		color: #ae2471;
		text-decoration: none;
		font-weight: bold;
		text-align: center;
		display: block;
	}
	#menu a:hover
	{
		padding-left: 5px;
	}

	#returnLink
	{
		position: absolute;
		left: 428px;
		top: 380px;
	}
	#returnLink a
	{
		color: #ae2471;
		text-transform: uppercase;
		font-weight: bold;
		text-decoration: none;
		border-bottom: 1px solid #ae2471;
	}

	a.thumb
	{
		border: 2px solid #868889;
		padding: 2px;
		background: white;
		display: block;
		float: left;
	}
/*
	a.horizontal
	{
		margin: 43px 41px;
	}
	a.vertical
	{
		margin: 13px 71px;
	}
*/
	a.thumb:hover
	{
		border: 2px solid #c20046;
	}
	img
	{
		border: 0px;
		display: block;
	}
