
body, input, select
{
	font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	color: #666;
	font-size: 0.8em;
}

body 
{
	background: #EDEBDE url("images/gradient.jpg") center top repeat-x;
	padding: 0 25px;
	margin: 29px 0;
	_margin: 28px 0;
	text-align: center;
}

/* Content frame */

#shadow
{
	
	margin: 0 auto 0 auto;
	padding: 9px 0 0;
	text-align: left;
	width: 716px;
}

#content
{
	border: 1px solid #666600;
	
	background: #fff;
	margin: 0 8px;
	padding: 0 20px 20px;
	_height: 1em;
	 -moz-border-radius: 16px;
        -webkit-border-radius: 16px;
}


#location
{
	padding: 20px 0 16px 0;
}

#location h1
{
	color: #ffc76f;
	font-size: 21px;
	padding: 0;
	margin:0px;
	font-weight: normal;
	text-transform: none;
}

#location h1 a 
{
	color: #718ea5;
	font-size: 18px;
	text-decoration: none;
}

#location h1 a:hover
{
	color: #93b2c8;
}


#front
{
	background: url("images/NT.jpg") center no-repeat;
	height: 271px;
	max-height: 324px;
	margin: 20px 0;
}


/* Main & Extra */

#main
{
	position: relative;
	float: left;
	width: 460px;
	margin: 20px 0;
}

#extra
{
	position: relative;
	float: right;
	width: 180px;
	margin: 20px 0;
}

#main h3, #extra h3 
{
	font-size: 1.25em;
	font-weight: bold;
	color: #718ea5;
	margin: 0;
}


#files
{
	position: relative;
	float: left;
	margin: 20px 0;
	width: 100%;
}

#files h3 
{
	font-size: 1.25em;
	font-weight: normal;
	color: #718ea5;
	margin: 0;
}

.line
{
	background: #718ea5;
	height: 1px;
	font-size: 0;
	clear: both;
	margin: 0;
	padding: 0;
}



.item
{
	position: relative;
	background: #fafbfc;
	padding: 10px 10px 10px 10px;
	margin-bottom: 5px;
	border: 1px solid #718ea5;
	 -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
}

.nav a 
{
	color: #93b2c8;
	text-decoration: none;
}

.nav a:hover 
{
	color: #256FA5;
	text-decoration: underline;
}

.item h4 
{
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	color: #718ea5;
}

.item p 
{
	font-size: 0.9em;
	text-align: justify;
	margin: 0 0 10px 0;
}

.nav 
{
	padding: 0;
	margin: 0;
	font-weight: bold;
	text-transform: capitalize;
}

.right
{
	position:relative;
	float:right;
}



#foot

{
	margin-top: 5px;
}

#foot p

{
	margin: 0;
	padding: 0;
	font-size: 0.75em;


