* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #5B0011;
	text-align: center;
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

#wrapper {
	width: 950px;
	margin: 0 auto;
}

#innerwrap {
	width: 900px;
	height: 700px;
	margin: 10px 25px;
	position: relative;
	background: url(images/website1.jpg) no-repeat;
}

#navigation {
	width: 170px;
	position: absolute;
	top: 466px;
	left: 150px;
	text-align: right;
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #FFFFFF;
}

.facelink {
	float: right;
	margin: 8px 0 8px 12px;
	width: 28px;
}

.facelink a:link, .facelink a:visited {
	color: #5B0011;
	text-decoration: none;
}

.facelink a:hover {
	color: #EAB2AD;
}

.facelink a:active {
	color: #5B0011;
	text-decoration: none;
}


a {
	color: #FDF6E3;
	text-decoration: none;
}

a:visited {
	color: #FDF6E3;
}

a:hover {
	text-decoration: underline;
}

a:active {
	outline: none;
}

a:focus
{
-moz-outline-style: none;
}

#tag {
	position: absolute;
	top: 650px;
	left: 36px;
	width: 318px;
}

#tag h3 {
	font-size: 16px;
	line-height: 24px;
	color: #B59FA2;
	padding: 20px 0;
	border-top: 1px solid #D7969A;
	border-bottom: 1px solid #D7969A;
}

#primary-info {
	position: absolute;
	top: 650px;
	left: 386px;
	width: 450px;
}

.primary {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	margin-bottom: 8px;
	color: #DEC4C7;
}

#primary-info p {
	font-size: 11px;
	color: #D3BABE;
	text-align: left;
	margin: 8px 0;
	
}


