@import url('//fonts.googleapis.com/css?family=Raleway:400,700');

body {
	margin: 0;
	padding: 0;
	background: #48321C url(images/fur-bg.jpg) top center repeat;
	font: 16px/1.5 'Raleway', Arial, Helvetica, sans-serif;
	color: #333333;
}

#container {
	margin: auto;
	width: 859px;
	padding: 70px 50px 10px;
	background: #FFFFFF url(images/header-bg.jpg) top center no-repeat;
}

#header {
	line-height: 1.1;
}
#header td {
	height: 150px;
	padding: 0 0 10px;
}
#header a {	
	display: block;
	font-size: 36px;
	font-weight: bold;
	color: #DC4473;
	text-decoration: none;
}
#header a img {
	max-width: 860px;
	height: auto;
	border: none;
}
#header p {
	margin: 10px 0 0;
	font-size: 13px;
	text-transform: uppercase;
	color: #666666;
}
#stage {
	overflow: auto;
}



/* ============================================== side bar ============================================== */

#nav {
	float: right;
	width: 240px;
	margin: 0 0 30px;
	padding: 30px 0 0;
	list-style: none;
	border-bottom: 1px solid #EAEAEA;
}
#nav li {
	margin: 0;
	padding: 0;
	line-height: 0;
	background: none;
	border-top: 1px solid #EAEAEA;
}
#nav li a {
	display: block;
	line-height: 1.2;
	text-decoration: none;
	color: #DC4473;
	background: url(images/bullet.gif) 5px 18px no-repeat;
	padding: 10px 0 10px 18px;
}
#nav li a:hover {
	color: #666666;
	background-color: #F6F6F6;
}

#nav div {
	line-height: 0;
	margin-top: -5px;
	padding-bottom: 15px;
}
#nav div a {
	font-size: 13px;
	color: #666666;
	background: none;
	padding: 4px 0 4px 18px;
}
#nav div a:hover {
	color: #DC4473;
	background: none;
}



/* ============================================== general content ============================================== */

#content {
	margin-right: 280px;
	padding: 10px 0;
	min-height: 300px;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	line-height: 1.2;
	color: #DC4473;
}

h1 {
	margin: 12px 0 20px;
	font-size: 30px;
	font-weight: normal;
}
h2 {
	margin: 30px 0 14px;
	font-size: 24px;
	font-weight: normal;
}
h3 {
	margin: 20px 0 -10px;
	padding: 0;
	font-size: 18px;
}
p {
	margin: 14px 0;
}
a {
	color: #DC4473;
}
ul {
	margin: 20px 0;
	padding: 0;
	list-style: none;
}
li {
	margin: 0;
	padding: 0 0 7px 35px;
	background: url(images/bullet.gif) 20px 11px no-repeat;
}
hr {
	margin: 30px 0;
	height: 1px;
	color: #EAEAEA;
	background-color: #EAEAEA;
	border: none;
}
small {
	font-size: 11px;
	line-height: 14px;
	text-transform: none;
	font-weight: normal;
	color: #999999;
}
small a {
	color: #999999;
}
#content img {
	max-width: 579px;
	height: auto;
}

form {
	margin: 0;
}
input, select, textarea {
	font: 16px 'Raleway', Arial, Helvetica, sans-serif;
	color: #333333;
	width: 300px;
}
.button {
	width: auto;
	font-weight: bold;
	color: #DC4473;
	padding: 5px;
}
form table {
	margin: 14px 0;
}
form th {
	text-align: left;
	font-weight: normal;
	line-height: 1.2;
	width: 160px;
	padding: 5px 10px 0 0;
}
form td {
	line-height: 1.2;
	padding: 5px 0;
}
form small {
	display: block;
}



/* ============================================== footer ============================================== */

#footer {
	background: url(images/footer-bg.gif) top center no-repeat;
	padding: 25px 0;
	font-size: 13px;
	line-height: 1.2;
	text-align: center;
	color: #A4998E;
}
#footer p {
	margin: 0 auto 10px;
	width: 960px;
	color: #D1C8BF;
}
#footer a {
	color: #A4998E;
}

