*
{
	margin:0;
	padding:0;
}

body
{
	background: #736643;
	margin:30px 0 10px 0;
	font-size: 82%;
	padding: 30px 0 10px 0;
	color:#B6DEE4;
	font-family: arial;
}

h1
{
	text-indent:-1000em;
	height:171px;
	background: url(../images/header.gif);
}

h2, h3
{
	text-transform: uppercase;
	font-family: verdana;
	font-weight: normal;
}

h2
{
	color: #FFFD7F;
	font-size:1.3em;
}

h3
{
	color:#fff;
	font-size:1em;
}

strong
{
	color: #fff;
}

em
{
	color:#FFFD7F;
	font-style: normal;
}

a
{
	color:#fff;
	letter-spacing: 2px;
	font-size: .85em;
	text-decoration: none;
}

ul
{
	list-style-type:none;
}

p
{
	margin:10px 0;
}

embed
{
	float:left;
}

#container
{
	background:url(../images/container-back.gif) repeat-y;
	padding: 0 6px;		/* for the dropshadow/border */
	position:relative;
	padding-top:49px;
	font-size:.85em;
	width: 750px;
	margin:0 auto;
}

/****
	Common nav styles like font
****/

.nav
{
	text-align: right;
}

.nav a
{
	text-transform: lowercase;
	padding:0 10px;
	border-right: 1px solid #4E777D;
}

.nav li.last a
{
	border-right:none;
}

.nav li
{
	display:inline;
}


/****
	Top navigation
****/

#top-navigation
{
	padding-top:20px;
	padding-left:154px;
	background: url(../images/tower-top.gif) no-repeat;
	position:absolute;
	top:-25px;
	left:6px;
	width:596px;
}

#top-navigation ul
{
	background: url(../images/top-nav-back.gif) repeat-x;	
}
	
#top-navigation li a
{
	line-height:60px;
	color:#FFFD7F;
}


/****
	Bottom navigation
****/



/****
	Sections
****/

#content
{
	border-top:1px solid #FFFD7F;
	border-bottom: 1px solid #FFFD7F;
	background-color: #0D363C;
	text-align: right;
	clear:both;
}

#introduction, #about
{
	padding:15px;
	position: relative;
}


/****
	Introduction
****/

#introduction
{
	float:left;
	width:225px;
	border-right:1px solid #1B4448;
	padding-right: 72px;
}

#introduction ul.thumbnails
{
	margin: 0 15px;
	position: absolute;
	top:15px;
	right:0;
}

#introduction ul.thumbnails li
{
	margin-bottom:15px;
}


/**** 
	About
****/

#about
{
	margin-left:307px;
}

#about img
{
	border:1px solid #80A1A6;	
	margin:0 15px;
	float:right;
}


/****
	Footer
****/

#footer
{
	border-top:1px solid #FFFD7F;
	border-bottom: 1px solid #8BBAC4;
	clear: both;
	line-height: 50px;
	background: #042D33;
}

#footer p
{
	float:left;
	margin:0;
	margin-left:10px;
	font-size: .8em;
}

#footer a
{
	color:#B6DEE4;
}

/****
	Clearfix
****/

.clearfix:after 
{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {display:inline-block;}

/* Hide from IE Mac \*/
.clearfix 
{	
	display:block;
}
/* End hide from IE Mac */
