html
{
	font-size: 100%;
	overflow-y: scroll;
	padding: 0;
	margin: 0;
}

body
{
	font: 90%/1.4 arial, helvetica, sans-serif;
	padding: 0;
	margin: 20px;
	color: #444;
	background: #fff;
	background-image: url('images/pegasus-bg.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right bottom; 
}

::selection
{
	background: #DDE5F0;
	color: #000;
	text-shadow: none;
}

#container
{
	margin: 0 auto;
	width: 800px;
	background: #fff;
	box-shadow: 0 0 15px #333;
	-webkit-box-shadow: 0 0 15px #333; 
	-moz-box-shadow: 0 0 15px #333;
	behavior: url(/wp-content/themes/pegasus/PIE.htc);
}

#header
{
	background: #D0DBF5;
	overflow: auto;
}

#header h1
{
	margin: 10px 10px 0 10px;
	font-size: 3.5em;
	font-family: 'MuseoSans500', Arial, sans-serif;
}

p#strapline
{
	margin: 0 0 0 10px;
	font-size: 1.5em;
	font-family: 'MuseoSans500', Arial, sans-serif;
}

#header-logo
{
	float: right;
	width: 150px;
}

#navigation
{
	float: left;
	width: 800px;
	background:#333;
}

#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	list-style-type: none;
	display: inline;
	font-family: 'MuseoSans500', Arial, sans-serif;
}

#navigation li a
{
	display: block;
	float: left;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #fff;
	font-size: 1em;
}

#navigation li.current_page_item a
{
	display: block;
	float: left;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #fff;
	background: #3E77FA;
}

#navigation li.current_page_parent a
{
	display: block;
	float: left;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #fff;
	background: #3E77FA;
}

#navigation li a:hover
{
	background:#0033AB;
}

#sub-navigation
{
	float: left;
	width: 800px;
	background:#777;
	border-top: 1px solid #fff;
}

#sub-navigation ul
{
	margin: 0;
	padding: 0;
}

#sub-navigation ul li
{
	list-style-type: none;
	display: inline;
	font-family: 'MuseoSans500', Arial, sans-serif;
}

#sub-navigation li a
{
	display: block;
	float: left;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #fff;
	font-size: 0.8em;
}

#sub-navigation li.current_page_item a
{
	display: block;
	float: left;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #fff;
	background: #555;
}

#sub-navigation li a:hover
{
	background:#0033AB;
}

#content
{
	clear: left;
	padding: 20px;
}

#content h2
{
	font-size: 1.8em;
	margin: 0 0 .5em;
	font-family: 'MuseoSans500', Arial, sans-serif;
}

#content h4
{
	font-size: 1em;
	margin: 0 0 .5em;
	font-weight: bold;
	font-style: italic;
}

#content h3
{
	font-size: 1.1em;
	margin: 0 0 .5em;
	font-weight: bold;
}

#content p
{
	line-height: 1.3em;
	margin-bottom: 10px;
}

#footer
{
	text-align: right;
	margin: 0;
	background: #D0DBF5;
}

#footer p
{
	font-size: 0.8em;
	font-family: 'MuseoSans500', Arial, sans-serif;
	padding: 4px;
}