body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color:#d9b3ff;
	margin-left:auto;
	margin-right:auto;
	margin-top: 5px;
	margin-bottom:20px;
	width:1012px;	
}

.header{
	height:93px;
	width:1012px;
	float:left;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
}

.header2{
	height:63px;
	width:412px;
	float:left;
	font-family:"Birch Std";
	font-size:30px;
	color:#FFF;
	margin-left:640px;
	margin-top:30px;
}

.head:link {color:#FFF; text-decoration:underline;}
.head:active {color:#FFF; text-decoration:underline; }
.head:visited {color:#FFF; text-decoration:underline; }
.head:hover {color:#d9b3ff; text-decoration:underline; }

.foot:link {color:#FFF; text-decoration:none;}
.foot:active {color:#FFF; text-decoration:none; }
.foot:visited {color:#FFF; text-decoration:none; }
.foot:hover {color:#d9b3ff; text-decoration:none; }



.main{
	width:1012px;
	background-image:url(images/bg.gif);
	background-repeat:repeat-y;
	background-position:bottom;
	float:left;
}

.main2{
	width:1012px;
	background-image:url(images/building.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	float:left;
}

.left{
	width:633px;
	float:left;
	font-size:16px;
	margin-left:30px;
	margin-top:20px;
}

.right{
	width:349px;
	float:left;
	margin-top:10px;
}

.footer{
	background-image:url(images/footer.gif);
	height:70px;
	width:1012px;
	background-position:bottom;
	background-repeat:no-repeat;
	float:left;
	margin-bottom:10px;
	color:#FFF;
}

.footer2{
	width:1012px;
	float:left;
	color:#FFF;
	font-size:24px;
	font-family:"Birch Std";
	margin-top:3px;
}

.footer3{
	width:1012px;
	float:left;
	color:#FFF;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:3px;
}

.bull{
	height:20px;
	width:10px;
	vertical-align:middle;
}

@font-face {
  font-family: "Birch Std";
  src: url(BirchStd.otf) format("opentype");
}

