/* CSS Document */

body {
	background-color: #F1ECD6;
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	color: #666666;
	font-size: 12px;
	line-height: 16px;
	background-image: url(images/shadow.jpg);
	background-repeat: repeat-y;
	background-position: center;

}

a {
	outline: none;
}

#wrapper {
	width: 613px;
	padding: 58px 33px;
	margin: auto;
	background-image: url(images/top.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#sidenav {
	float: left;
	width: 202px;
	text-align: right;
}

#sub-links {
	margin: 15px 15px 15px 0px;
	color: #FFC0AB;
}

#sub-links a {	
	color: #D15C53;
}

#content {
	float: left;
	width: 388px;
	margin-left: 23px;
}

#content a {
	text-decoration: underline;
}

#title {
	margin-top: 32px;	
	margin-bottom: 36px;
	height: 41px
}

#nav-title {
	float: left;
	width: 202px;
	text-align: right;
	height: 41px;
}

#content-title {
	float: left;
	width: 388px;
	margin-left: 23px;
}

#person {
	height: 71px;
	width: 388px;
	background-color: #F1ECD6;
	margin: 21px 0px;
	text-align: right;
}

#footer {
	clear: both;
}

#email {
	width: 100px;
	margin: 10px 0px 0px 0px;
}

#email a {
	text-decoration: underline;
}

h1.home {
	font-family: "Times New Roman", Times, Georgia, serif;
	color: #CB1C1C;
	font-size: 20px;
	font-weight: normal;
	line-height: 24px;
	margin: 0px;
	border: none;
	padding: 0;
}

h1 {
	font-family: "Times New Roman", Times, Georgia, serif;
	color: #CB1C1C;
	font-size: 20px;
	font-weight: normal;
	line-height: 24px;
	margin: 0px;
	border: solid 1px #9C9D9F;
	padding: 5px 5px 20px 10px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CB1C1C;
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	margin: 0px;
}

h3 {
	font-family: "Times New Roman", Times, Georgia, serif;
	color: #9C9D9F;
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	margin: 0px;
}

h4 {
		color: #000000;
		display: inline;
		font-weight: normal;
}

h5 {
	font-size: 11px;
	font-weight: normal;
	margin: 5px 0px 4px 0px;
	display: inline;
}

h6 {
		color: #003053;
		font-weight: bold;
		padding: 20px 0 0 0;
		margin: 20px 0 0 76px;
		border-top: 1px solid #9C9D9F;
		width: 125px;
		font-size: 11px;
}

h6 a {
		text-decoration: none;
		color: #003053;
}

h6 a:hover {
		text-decoration: underline;
}

a {	
	color: #666666;
	text-decoration: none;
}

a:hover, #sub-links a:hover {
	color: #CB1C1C;
	text-decoration: none;
}

a.active, #sub-links a.active {
	color: #CB1C1C;
}

.nav-title-margin {
	margin-bottom: 44px;
}

#people-name {
	padding: 30px 10px 0px 0px;
}

#redline {
		height: 1px;
		line-height: 1px;
		font-size: 1px;
		background-color: #CB1C1C;
		margin: 5px 0px;
}

.more {
		color: #CB1C1C;
		font-weight: bold;
		font-size: 10px;
		font-family: Arial, Helvetica, sans-serif;
}

#question ul {
	margin: 0px;
	padding: 0px 0px 0px 12px;
}

#answer {
	margin: 10px 0px;
}
body#new #person {
	height: 125px;
}
body#new #people-name {
	padding: 80px 10px 0px 0px;
}