@charset "utf-8";
body {
	background-color: #414a4c;
	background-image:url(bg.gif);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
}

#LogoPlacement {
	position:absolute; 
	left:75px; 
	top:380px;
}

#Navigation {
	position:absolute; 
	left:51px; 
	top:80px;
	width:264px;
	font-size: 12px;
	text-align:right;
}

#Navigation a {
	text-decoration:none;
	color: white;
}

#Navigation a:hover {
	text-decoration:underline;
}

#HorizontalDividerPlacement {
	position:absolute; 
	left:385px; 
	top:80px;
}

#MainContentPlacement {
	position:absolute; 
	left:465px; 
	top:80px;
}

.PaintingTitle {
	color: #424b4c;
	font-size: 24px;
}
.ContentDiv {
	width: 465px;
	color: white;
	font-size: 12px;
	text-align:justify;
}

.ContentDiv a {
	color: white;
	font-weight: bold;
}

.ContentDiv img {
	border: 0px;
}
