@charset "iso-8859-1";
/* CSS Document */

* {
margin: 0;
padding: 0;
border: 0;
}
body {
padding: 2% 0 0;
background: #fff;
color: #333;
font-family: Arial; 
}
#container {
width: 760px;
margin: 0 auto ;
}

.style_link {color:#666666;}


#header {
background :  url(....) no-repeat;
font-size : 90%;
font-weight : bold;
width : 760px;
height : 158px;
}

#header a{
color : #000;
}
#header a:hover {
color : #666;
}



#nav {
background : #CCC;
font-size : 90%;
font-weight : bold;
line-height : 1.8em;
text-align : left;
width: 27% ;
height: auto ;
float: left; 
}
#nav ul {
list-style-type : none;
}
#nav li {
margin : 0;
padding: 0% 0% 0% 20%;
}
#nav li a {
color : #000;
}
#nav li a:hover {
color : #666;

}
a {
text-decoration : none;
}


#text {
width: 67%;
font-size: small;
color:#666666;
margin: 10px auto;
float:right;
}
#text p {
text-align: justify;
margin: 0;
padding: 0 15px;

}

#text h3 {
font-size: small;
text-align: right;}
#text h4 {
font-size: small;
text-align: center;}

#text a {
color:#999;
}
#text a:hover {
color:#CCCCCC;

border-bottom: #009966 dotted 1px;
}


#footer {
background : #fff;
color:#999;
font-size : 70%;
margin:9%;

clear : both;
width: 92%;
float:right;
}


#footer a {
color:#999999;
}
#footer a:hover {
color:#009966;
}
#footer p {
text-align : right;
}


.clearfloat {
clear : both;
}