/* CSS Document */

body {
	background: #FFB871;
	font: 13px "Franklin Gothic Medium", "Gill Sans", "Trebuchet", Verdana, Helvetica, Arial, sans-serif;
	line-height: 19px;
	margin: 0;
	padding: 0;
	text-align: center;
	}

#content {
	margin: auto;
	width: 600px;
	position: relative;
	padding-top: 15px;
	}

#nav {
	margin: 0 0 5px 0;
	}

h1 {
	font: 20px "Franklin Gothic Medium", "Gill Sans", "Trebuchet", Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #fff;
	}

.images {
	text-align: center;
	display: inline-block;
	border: 15px solid #fff;
	}

p {
	text-align: left;
	color: #000;
	padding: 0 85px 0 95px;
	}

p em {
	color: #fff;
	font-style: normal;
	text-transform: uppercase;
	}

a:link {
	background-color: transparent;
	border-bottom: 1px solid #000;
	text-decoration: none;
	color: #000;
	}

a:visited {
	background-color: transparent;
	border-bottom: 1px solid #000;
	text-decoration: none;
	color: #000;
	}

a:hover {
	background-color: transparent;
	border-bottom: 1px solid #fff;
	color: #fff;
	}

a:active {
	background-color: transparent;
	border-bottom: 1px solid #000;
	text-decoration: none;
	color: #000;