@charset "utf-8";
/* CSS Document */

*{margin:0; padding:0;}

body {
background-color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
#content {
width:100%;
padding-top:20px;
}

#searchengine {position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;}

#header {
width:1000px;
}


#menu {
width:1000px;
}

#footer {
width:1000px;
padding-top:15px;
color:#000000;
font-size:9px;
}

#maincontent {
	width:320px;
	padding-left:160px;

}

#title {
color:#000000;
font-size:12px;
font-weight:bold;
padding-bottom:10px;
}

#text{
color:#000000;
font-size:10px;
}


a.foot:link {color:#000000; text-decoration:underline;}
a.foot:visited {color:#000000; text-decoration:underline;}
a.foot:active {color:#000000; text-decoration:underline;}
a.foot:hover {color:#999; text-decoration:underline;}

a img { border-color:#9C3; border-width:thin;
  }

