@charset "utf-8";
/* CSS Document */

@font-face{
	font-family:"Palatino Linotype";
	font-style:normal;
	font-weight:normal;
	src:url(PALATIN1.eot);
}

body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	color: #FFFFFF;
	font-family: "Palatino Linotype";
	font-size: .9em;
}
#container {
	width:800px;
	margin:0px auto;
}
#pageholder{
	margin:0 auto;
}
#flashHolder{
	margin:10px  0 0 auto;
	text-align: center;
}
.split{
	background:url(img/split_bg.jpg) repeat-y top left;
	width:780px;
	height: 475px;
	font-family: "Palatino Linotype";
}
.split-con_left{
	float: left;
	width: 345px;
	padding: 0px;
	margin: 0 0 0 35px;
	text-align: justify;
	display:inline;
}
.split-con_right{
	float: left;
	width: 345px;
	padding: 0px;
	margin: 0 0 0 35px;
	text-align: justify;
}
#footer{
	margin:0 auto;
	text-align: center;
}
h1 {
	display: inline;
	font-size: .9em;
	font-weight: bold;
}
h2 {
	display: inline;
	font-size: .9em;
}
a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
