
/* html tags */
*
{
	margin: 0;
	padding: 0;
}

body
{
	background-color: #686151;
}

body, div, td
{
	font-family: verdana;
	font-size: 11px;
	color: #333333;
}

a
{
	color: #0099ff;
	font-weight: bold;
	text-decoration: none;
}
hr
{
	margin-top: 10px;
	margin-bottom: 10px;
}
strong {
	font-weight:bold;
}
/* classes */
.outer-wrapper
{
	width: 778px;
	height: 400px;
	left: 50%;
	top: 50%;
	margin-left: -389px; /* half of the width */
	margin-top: -200px; /* half of the heigth */
	position: absolute;
	background-image: url(../media/templates/backgrounds/default.jpg);
	background-repeat: no-repeat;
}

.menu
{
	position: absolute;
	left: 12px;
	top: 62px;
	width: 750px;
	height: 15px;
}

.menu td
{
	padding-right: 20px;
	text-align: center;
}

.menu a
{
	color: #666666;
	font-size: 12px;
}

.submenu
{
	position: absolute;
	left: 13px;
	top: 100px;
	width: 125px;
}

.submenu table
{
	width: 100%;
}

.submenu a
{
	font-weight: normal;
	color: #333333;
	float: right;
}

.submenu td
{
	padding-bottom: 6px;
	text-align:right;
}

.content
{
	position: absolute;
	left: 170px;
	top: 87px;
	width: 590px;
	height: 285px;
	overflow-x: hidden;
	overflow-y: scroll;
	padding-right: 10px;
}

.content .title
{
	color: #0099ff;
	font-weight: bold;
	font-size: 12px;
}

.presentation-current td {
	margin-right:500px;}

.presentation-current .title
{
	font-size: 11px;
	color: #000000;
}

.subject
{
	font-weight: bold;
}

.photo-slide
{
	position: absolute;
	left: 13px;
	top: 225px;
	font-weight: bold;
	width: 124px;
	height: 142px;
	text-align: center;
}

.photo-slide img
{
	position: absolute;
	bottom: 0;
	left: 0;
}

.address
{
	position: absolute;
	left: 12px;
	top: 380px;
	width: 770px;
	font-size: 9px;
}

.address a
{
	color: #333333;
	font-weight: normal;
}
