﻿#leftColumn {
	width: 331px;
}

#topImage {
	height: 221px;
	background-image: url(images/homepage_topleftback.jpg);
}

#bottomImage {
	height: 238px;
	background-image: url(images/homepage_bottomleftback.jpg);
}

img.topImage {
	position: relative;
	top: 15px;
	left: 60px;
}

img.bottomImage {
	position: relative;
	top: 12px;
	left: 60px;
}

#rightColumn {
	vertical-align: top;
}

#textHomepage {
	width: 246px;
	
	padding: 54px 6px 11px 6px;
	/*border: solid 1px #FF0;*/
	/*background-color: Red;*/
	background-image: url(images/homepage_textback.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.textBottomHomepage {
	width: 252px;
	height: 168px;
	
}

.vignette {
	background-image: url(images/vignetteback.jpg);
	background-repeat: no-repeat;
	width: 121px;
	height: 127px;
	margin-bottom: 10px;
	font-size: 7pt;
	padding-left: 4px;
}

.vignette img {
	margin: 3px 0 0 0;
}

.vignette a {
	background-image: url(images/images.gif);
	background-repeat: no-repeat;
	margin-left: 2px;
	line-height: 16px;
	padding: 2px 2px 2px 18px;
}