
body {
	background-color:		#eeeeee;
	background-image:		url("images/background-0.png");
	background-position:		center;
	background-position:		top;
	background-repeat:		no-repeat;

	border:				0px solid green;
}

div {
	font-family:	helvetica;
	color:			#5C6061;
}

div.content {
	margin-left:	auto;
/*
	background-color:	black;

	border: 1px solid red;*/
	margin-right:	auto;
}

div.body {
	overflow:	hidden;
/*
	background-color:	black;
*/	
	border:		0px solid red;
	clear:		both;
}

div.footer {
	height:		86px;
	clear:		both;
}

div.logo-block {
	position:	absolute;
	border:		0px solid blue;
	height:		213px;
	width:		100%;
	z-index:	-4;
/* border: 1px solid green; */
}

div.logo-align {
	width:		750px;
	height:		200px;
	border:		0px solid green;
	margin-left:	auto;
	margin-right:	auto;
}

div.logo-left-block, div.logo-right-block {
	border:		0px solid red;
}
/*
div.logo-left-block {
	float:		left;
	width:		295px;
	height:		213px;
	left:		0px;
	top:		0px;
	background-image:	url("images/logo-0.png");
	background-repeat:	no-repeat;
}


div.logo-right-block {
	width:		345px;
	height:		213px;
	right:		0px;
	top:		0px;
	float:		right;
	background-image:	url("images/logo-1.png");
	background-repeat:	no-repeat;
}
*/
/* body */

div.centerBlock {
	float:		left;
	width:		532px;
}

div.centerBlock a {
	text-decoration:	none;
	color:			inherit;
	border:			0px solid red;
}

div.centerLeft, div.centerRight {
	float:	left;
	width:	180px;
	min-height:	40px;
	border:	0px solid green;
}

/* <curves> */

div.centerBlock div.curves {
	width:			532px;
	min-height:			400px;
}

div.centerBlock div.curves div.curves {
	width:			532px;
	min-height:			400px;
	position:		absolute;
	/* background-image:	url("images/curves-533x400.png"); */
}

div.centerBlock div.curves div.curves img {
	width:			532px;
	height:			400px;
	z-index:		1;
}

div.right-text-align, div.left-text-align {
/*	font-family:		helvetica; */
	font-size:		small;
	color: #333366;
}

div.right-text-align {
	margin:		0px 0px 0px 7px;
}

div.left-text-align {
	margin:		0px 7px 0px 0px;
}

/* </curves> */

div.rightBlock {
	float:		left;
	width:		107px;
	height:		300px;
}

div.rightBlock div.item {
	margin-left:	7px;
	height:		75px;
	width:		100px;
	border:		0px solid red;
}

div.rightBlock div.notSelected div.fade {
	position:		absolute;
	background-color:	white;
	height:			75px;
	width:			100px;
	opacity:		.3;
	filter:			alpha(opacity = 30);
	-moz-opacity:		.3;
}

div.rightBlock div.itemCenter {
	margin-top:	6px;
}

div.rightBlock div.itemLast {
	margin-top:	7px;
}

div.rightBlock a, div.rightBlock img {
	border:		0px solid red;
}

div.rightBlock div.curves {
	width:			100px;
	height:			75px;
}

div.rightBlock div.curves div.curves {
	width:			100px;
	height:			75px;
	position:		absolute;
	/* background-image:	url("images/curves-100x75.png"); */
}

div.rightBlock div.curves div.curves img {
	width:			100px;
	height:			75px;
	z-index:		1;
}

/* </body> */

/* <footer> */

div.footer div.itemInformation {
	text-align:		center;
	font-style:		italic;
	font-family:		helvetica;
	height:			20px;
	width:			900px;
	border:			0px solid blue;
}

div.footer div.pager {
	height:			40px;
}

div.footer div.pager div.previous {
	float:			left;
	height:			40px;
	width:			150px;
	text-align:		right;
}

div.footer div.pager div.pages {
	float:			left;
	height:			40px;
	width:			600px;
}

div.footer div.pager div.pages table {
	margin-top:	7px;
	margin-left:	auto;
	margin-right:	auto;
	font-size:	small;
}

div.footer div.pager div.next {
	float:			left;
	height:			40px;
	width:			150px;
	text-align:		left;
}

div.footer div.pager div.previous, div.footer div.pager div.next {
	font-size:		small;
	font-weight:		bold;
	text-transform:		uppercase;
}

div.footer div.pager div.previous div.text, div.footer div.pager div.next div.text {
	float:			left;
	width:			150px;
	margin-top:		8px;
}

div.footer div.pager div.previous div.text {
	background-image:	url("images/pager-previous.png");
	background-repeat: 	no-repeat;
	background-position:	left;
}

div.footer div.pager div.next div.text {
	background-image:	url("images/pager-next.png");
	background-repeat: 	no-repeat;
	background-position:	right;
}

div.footer div.pager a {
	text-decoration:	none;
	color:			inherit;
}

div.footer div.pager td.selected {
	font-weight:		bold;
}

div.footer div.copyright {
	height:			20px;
	font-size:		x-small;
	font-weight:		bold;
	color:			gray;
}

/* </footer> */


