@font-face {
	font-family: "Burin Sans AT";
	src: url('fonts/BurinSansAT.otf') format('opentype'),
		 url('fonts/BurinSansAT.eof') format('embedded-opentype'); /*IE9*/
}


body {
	background-image: url('images/vert-ribbon.png');
	font-family: "Burin Sans AT";
	font-size: 18pt;
	width: 960px;

}


h2 {
	font-size: 18pt;

}

h3 {
	font-size: 13pt;
}

h3 a {
	text-decoration: none;
	color: #000000;
}

h3 a:hover {
	color: #736d1c;
}

.about {
	margin-top: 35px;
	margin-left: 40px; 
}

.splash-main {
	margin-top: 30px;
}

.splash-logo {
	display: block;
}

.splash-logo img {
	display: inline;
	position: relative;
	left: 260px;
}

.splash-logo #name {
	display: inline;
	position: relative;
	bottom: 29px;
	left: 8px;

}

#name h2 {
	display: none;
}

#tagline {
	padding-left: 507px;
	display: block;
}