﻿.PagesDiv
{
	width: 580px;
	height: auto;
	margin: auto;
	border: solid 0px white;
	color: White;
	float:right;
	text-align: right;
}

.DefaultPic
{
	width: 80px;
	height: 280px;
	margin: auto;
	border: solid 4px white;
	background-position: center center;
	background-repeat: no-repeat;
}

.DefaultPic:hover
{
	width: 160px;
	border: solid 2px White;
}

.IntormationTitleDiv
{
	width:580px;
	float:right;
	margin-top:20px;
	padding-bottom:10px;
	background-image:url('../../img/Main/InfoSep.jpg');
	background-repeat:no-repeat;
	background-position:bottom right;
	font-family:Times New Roman;
	font-size:11pt;
	font-weight:bold;
	color:Lime;
}

.InformationsDiv
{
	background-image:url('../../img/Main/Back-Blues.jpg');
	background-repeat:repeat-x;
	background-position:bottom left;
}


.SmallImgContainer
{
	width: 145px;
	height: 145px;
	float: right;
	border: solid 0px white;
	text-align:center;
}

.SmallImgContainer img
{
	width: 135px;
	height: 135px;
	margin:auto;
	border: solid 2px white;
}

.SmallImgContainerWithText
{
	width: 145px;
	height: 180px;
	float: right;
	border: solid 0px white;
	text-align:center;
	color:silver;
	line-height:12pt;
}


.SmallImgContainerWithText img
{
	width: 135px;
	height: 135px;
	margin:auto;
	border: solid 2px white;
}