body
{
background: url(images/bgimg.jpg) repeat-x; 
background-color:rgb(255,255,255);
}

a:link,a:active,a:visited
{
color:rgb(102,153,204);
text-decoration:underline
}

a:hover
{
color:rgb(102,153,204);
text-decoration:line-through
}

font,body,p
{
color:rgb(0,0,0);
font-family:tahoma;
font-size:8pt
}

b, strong
{
color:rgb(255,153,153);
font-family:tahoma;
font-size:8pt
}


#content
{
position: absolute;
z-index:2;
top: 460px;
left: 10px;
width: 450px;
padding: 5px;
background: transparent;
line-height: 130%;
}


#natsuimg-01_ {
	position:absolute;
        z-index:1;
	left:0px;
	top:0px;
	width:800px;
	height:102px;
}

#natsuimg-02_ {
	position:absolute;
        z-index:1;
	left:0px;
	top:102px;
	width:800px;
	height:114px;
}

#natsuimg-03_ {
	position:absolute;
        z-index:1;
	left:0px;
	top:216px;
	width:800px;
	height:122px;
}

#natsuimg-04_ {
	position:absolute;
        z-index:1;
	left:0px;
	top:338px;
	width:800px;
	height:135px;
}

#natsuimg-05_ {
	position:absolute;
        z-index:1;
	left:0px;
	top:473px;
	width:800px;
	height:127px;
}

#topnav ul 
{
z-index:3;
top:425px;
left:250px;
padding: 1px;
padding: 0.3em;
margin: 0;
color:rgb(0,0,0);
width: 350px;
text-align: center;
position: absolute;
text-decoration: none;
}

#navmenu li 
{
display : inline;
}

li a.navlink
{
text-decoration : underline;
background-color : transparent;
color:rgb(255,255,255);
padding : 0.2em 1em;
}

li a.navlink:hover 
{
background-color: rgb(255,255,255);
color:rgb(161,196,222);
text-decoration : none;
}

h2
{
color:rgb(255,153,153);
letter-spacing:2px;
font-family: Verdana;
font-size:16pt;
border-bottom: 2px rgb(0,0,0) solid;
border-left: 4px rgb(0,0,0) solid;
}


h2:first-letter 
{
color: rgb(255,199,199); 
font-family: Never Let Go, Georgia;
font-weight: bold;
letter-spacing: 2px; 
font-size: 24pt;
text-transform : uppercase;
}

.line
{
border-bottom: 2px rgb(0,0,0) solid;
}

.codesort li {
	display: inline;
	padding-right: 0.5em;
	}