/* CSS Document */

/*browser reset*/

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

body {
font-size: 0; 
margin: 0 auto; 
padding: 0; 
line-height: 1px;
background-color:#fff;
}

#container {
margin: 0 auto; 
padding: 0; 
width: 910px;

}
p { text-align:left;
	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;
	text-align:left;
	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;
	text-align:left;
	letter-spacing: 0.1em;
	color: #000;
	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;

}

.see  {
font-size: 11px;
color:#06C;
letter-spacing: 0.15em;
line-height: 1em;
font-weight:bolder;
margin: 0px 0px 1px 0px;
display: inline;
text-decoration:none;
text-align:left;
}


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

#navigation {

	float: right;
	letter-spacing: 0.15em;
	width: 440px;
	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: 12px;
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;
color: #808080;
font-size: 12px;
font-weight: normal;
text-decoration: none;
}

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

}

