body {
	text-align: center;
	font-family: arial, verdana, sans-serif;
	font-size: 10pt;
}

h2 {
	font-size: 12pt;
}

#container {
	margin: 0 auto;
	width: 740px;
	text-align: left;
	border: 0px solid #000;
}

img {
	border: none;
}

img.art {
	boder: none;
	padding-left:10px;
	/*padding-right:10px;*/
	padding-bottom:10px;
}

#logo {
	height: 88px;
}


#content_container {
	float: left;
	width: 518px;
	border: 0px solid #000;
	padding-bottom: 10px;
}

#footer_container {
	background-image: url('../images/contentbox_bottom.png');
	background-repeat: repeat-x;
	padding-top: 10px;
	clear: both;
	border: 0px solid #000;
	margin-top: 10px;
	height: 50px;
	width: 100%;
}

#footer_left {
	float: left;
	height: 100%;
}

#footer_right {
	float: right;
	text-align: right;
	height: 100%;
}

#contact_info {
	border: 1px solid #000;
	width: 188px;
	margin-top: 20px;
	padding-left: 10px;
	float: bottom;
}

p.art {
	text-align: justify;
}

