/* CSS Document */

/*browser reset*/

html, body {
font-size: 0; 
margin: 0 auto; 
padding: 0; 
line-height: 1px;
}



p {
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.25 em;
	color: #333333;
	font-weight: lighter;
	font-family: arial;
	margin: 0 0 1em 0px;
	text-decoration: none;
}

a 
{
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1em;
	color: #FF8C00;
	font-weight: lighter;
	font-family: arial;
	margin: 0 0 10px 0px;
	text-decoration: none;
}

h1{
	float: left;
	font-size: 32px;
	letter-spacing: 0.1em;
	color: #FFA500;
	font-weight: lighter;
	font-family: arial;
	margin: 0px 0px 0px 0px;
}

/*img {
	position: relative;
	top: 0px;
	float:left;
}*/

.logo 
{
float:left;
margin: 0px 0 0px 0px;
}

.logoC 
{

margin: 0 auto;
}

.about_image 
{

float:left;

}


.note, a {
font-size: 11px;
color: #DC143C;
letter-spacing: 0.15em;
line-height: 1em;
font-weight: bold;
margin: 0px 0px 1px 0px;
display: inline;
text-decoration: none;
}

#navigation {

	float: right;
	letter-spacing: 0.15em;
	width: 580px;
	margin: 16px 0px 0px 0px;

}

#navigation li {

list-style-type: none;
white-space: nowrap;
float: left;

}

#navigation li a {
color:#666;
display:block;
text-decoration: none;
padding:10px 10px 10px 10px;
font-size: 18px;
letter-spacing: .15em;
font-weight:lighter;

}

#navigation a:hover {
background: inherit;
color: #000;
text-decoration: none;
padding:10px 10px;
}

#navigation a.selected {
background:#ffffff;
color: #000;
text-decoration: none;
padding:10px 10px;

}



/****************************************** end Navigation *****/


/****************************************** Footer *****/

#footer  {
clear: both; 
padding: 15px 0 30px 0;
border-top: 1px solid #eee;
margin:0 auto;
width: 776px;
text-decoration: none;
text-align: center;
background: #ffffff;
color: #808080;
font-size: 12px;
font-weight: normal;
text-decoration: none;
}

#footer  a {
color: #000;
font-size: 12px;
text-decoration: none;
font-weight: normal;

}

