/* takahashi v1.0 (Jan 01, 2008) - An open source template by Chad Woolley - http://thewoolleyweb.com. Free to use for any purpose as long as the proper credits are given to the original author. */

body {
background: #FFFFFF;
color: #303030;
font: 90% Verdana,Tahoma,Arial,sans-serif;
margin: 0;
padding: 0;
text-align: center;
}

a {
text-decoration: none;
}

/*** Main container ***/

#container {
min-width: 770px;
width: 100%;
}

/*** Header section ***/

#header a {
color: #ffffff;
}

#header h1 {
background: #000000;
color: #ffffff;
font-style: italic;
font-size: 3.5em;
margin: 0;
padding: 10px;
border-bottom: 10px;
}


/*** Content ***/
#content a {
color: #000000;
font-weight: bold;
text-decoration: none;
}

#content a:hover {
color: #808080;
text-decoration: underline;
}

#content {
background: #EAEAEA;
color: #000000;
font-weight: bold;
letter-spacing: 1px;
}

#content h1 {
background-color: #C0C0C0;
font-size: 2.7em;
margin: 0px;
margin-bottom: 10px;
padding: 3px;
}

#content h2 {
font-size: 1.9em;
margin: 0px;
padding: 0px;
padding-bottom: 10px;
}

#content pre {
margin-top: 0px;	
}

#content .notes {
font-size: 1.3em;
margin: 20px;
padding-bottom: 10px;
text-align: left;
width: 80%;
}

#content .notes a {
color: #606060;
text-decoration: underline;
}

/*** Footer ***/

#footer {
background: #FFFFFF;
color: #999999;
font-size: 1.0em;
font-weight: bold;
margin-top: 10;
padding: 10px 0;
width: 100%;
}

#footer a {
color: #666666;
font-weight: bold;
}


/*** End of file ***/
