/* CSS Document */
p {
font-family: verdana;
font-size: 9px;
}

h1 {
font-family: verdana;
font-size: 14px;
}

body
{
text-align: center;
}

div#container
{
width: 800px;
margin: 10px auto;
text-align: left;
background-color: white;
color: black;
border: 1px solid black;
line-height: 130%;
}

#top
{
padding: 0;
background-image: url(http://nakigoe.brinkster.net/images/naki-header.jpg);
background-repeat: no-repeat;
height: 200px;
}

#top h1
{
padding: 0;
margin: 0;
}

#leftnav
{
float: left;
width: 100px;
margin: 0;
padding: 1em;
background-image: url(http://nakigoe.brinkster.net/images/naki-navibg.jpg);
background-repeat: no-repeat;
}

#rightnav
{
float: right;
width: 100px;
margin: 0px;
padding: 1.5em;
background-image: url(http://nakigoe.brinkster.net/images/naki-Rbg.jpg);
background-repeat: no-repeat;
}

#content
{
margin-left: 150px;
margin-right: 150px;
padding: 1em;
max-width: 36em;
}

#footer
{
clear: both;
margin: 0;
padding: .5em;
color: black;
height: 46px;
background-image: url(http://nakigoe.brinkster.net/images/naki-footer.jpg);
background-repeat: no-repeat;
font-family: verdana;
font-size: 9px;
}

#leftnav p, #rightnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }

a:link {
color: #000;
text-decoration: none;
}

a:visited {
color: #000;
text-decoration: none;
}

a:hover {
color: #FF0072;
text-decoration: line-through;
}

a:active {
color: #000;
text-decoration: none;
}

.style1 {
	color: #FF0072;
	font-size: 9px;
}

.style2 {
color: #FF0072;
font-size: 10px;
}