/*
-----------------------------------
All Styles
-----------------------------------
*/

* {
	outline:none;
}

body {
	font-family: "lucida grande", arial, helvetica, sans-serif;
	font-size: 62.5%;
}

h1, h2, h3, h4, h5, h6,
address, blockquote, ol, p, ul {
	margin: 0 0 1em;
	padding: 0;
}

button, input, select, textarea {
	font-family: "lucida grande", arial, helvetica, sans-serif;
}

/*
-----------------------------------
General Layout
-----------------------------------
*/

body {
	background-color: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
}

#container {
	margin: 0 auto;
	padding: 100px 0px 0 0;
	width: 900px;
	text-align: left;
}

#header {
	background: url(../images/bg-header.png) repeat-x 0 0;
	height: 150px;
	left: 0;
	padding: 15px 0 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 50;
}

#header-inner {
	background: url(../images/header-lion.png) no-repeat center bottom;
	height: 60px;
	margin: 0 auto;
	position: relative;
	width: 900px;
}

.content {
	height: 500px;
	padding: 160px 0 15px;
	position: relative;
	width: 100%;
}

.inner {
	margin: 0 auto;
	overflow: hidden;
	width: 700px;
	height: 450px;
}

/*
-----------------------------------
General Typography
-----------------------------------
*/

.content a {
	font-weight: bold;
	text-decoration: none;
}

.content a:link,
.content a:visited {
	border-bottom: 1px dotted #cb2020;
	color: #cb2020;
}

.content a:hover {
	border-bottom: 1px dotted #222;
	color: #222;
}

h1 {
	margin: 0;
	width: 150px;
}

	h1 a img {
		border: 0;
	}

	h1 img {
		display: block;
	}

h2 {
	font-size: 4em;
    font-weight: normal;
    letter-spacing: -2px;
    word-spacing: 0.1em;
	font: 36px / 36px Georgia, "Times New Roman", Times, serif;
	border-top: 4px double #CCC;
    border-bottom: 4px double #CCC;
	padding: 10px 0 10px 0;
	text-align: center;
}

h3 {
	font-size: 4em;
	line-height: 1em;
	margin: 0 0 3px;
	text-align: center;
}

h4 {
	background: url(../img/img-dotted-h.png) repeat-x 0 bottom;
	color: #aaa;
	font-size: 2.2em;
	line-height: 1em;
	margin: 0 auto 15px;
	padding: 0 0 15px;
	text-align: center;
}

h5 {
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1em;
	margin: 0 0 10px;
	text-align: left;
}

p {
	color: #555;
	font-size: 1.2em;
	line-height: 2em;
	text-align: left;
}

p strong {
	color: #222;
	font-size: 0.95em;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}
	
li {
	list-style-position: inside;
	color: #555;
	font-size: 1.2em;
	line-height: 2em;
}

a {
	color: #ed6b20;
}

a:hover {
	color: #000000;
}
	
/*
-----------------------------------
Footer
-----------------------------------
*/

p.footer {
	position: relative;
	clear: both;
	color: #555555;
	font-size: .9em;
	padding-top: 15px;
	margin-bottom: 15px;
}

p.footer a {
	border: 0;
	color: #777;
	font-weight: normal;
	text-decoration: none;
}