body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}

.container {
	background-image: url(../images/design_02.jpg);
	width: 910px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 236px;
	position: relative;
	background-repeat: no-repeat;
}

.content {
	background-color: #D1D0E1;
	padding: 10px;
	height: 484px;
	width: 672px;
	margin-left: 4px;
	margin-top: 0px;
	margin-bottom: 16px;
	position: relative;
}

.b_left {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 15px;
	height: 15px;
	background-image: url(../images/b_left.jpg);
	background-repeat: no-repeat;
	z-index: 100;
}

.images {
	position: absolute;
	left: 14px;
	bottom: 0px;
	width: 224px;
	height: 442px;
	margin: 0px;
	padding: 0px;
} 

.content .images img, .content .images img a {
	margin: 6px 0px 0px 0px;
	padding: 0px;
}

.text {
	position: absolute;
	right: 4px;
	bottom: 0px;
	width: 422px;
	height: 442px;
}

.footer { position: relative;
	width: 100%;
	text-align: center;
	font-size: 10px;
	color: #999999;
}

.footer a, .footer a:visited {
	text-decoration: none;
	color: #888;
}

.footer a:hover {
	text-decoration: underline;
	color: #444;
}
.clear {
	clear: both;
}

/* ############################## POPUP IMAGE ############################## */



.popupField {
	position: absolute;
	padding: 6px;
	background-color: #D1D0E1;
	right: 12px;
	top: 61px;
	width: 440px;
	height: 400px;
	border: 0px solid #FFF;
	border-bottom-color: #333;
	border-right-color: #333;
	font-size: 90%;
	display: none;
	z-index: 200;
}

.popupField img {
	border: 1px solid #FFF;
	border-top-color: #333;
	border-left-color: #333;
	margin: 0px;
}



.popupField .topBar {
	position: absolute;
	width: 0px;
	height: 0px;
	padding: 0px;
	top: 6px;
	right: 19px;
	text-align: left;
	font-size: 80%;
}	



.popupField #topBar img{
	float: right;
}	



.popupField #popupContent {
	padding: 5px;
}	

.popContent h5 {
	font-size: 12px;
	margin: 0px 0px 2px 0px;
	font-weight: bold;
}	

.popContent {
	font-size: 12px;
	margin: 6px 4px;
}
