@charset "utf-8";
/* CSS Document */
#layout
{
width:811px;
position:relative;
margin-left:auto;
margin-right:auto;
top:-10px;
}
/*navigation*/
#navigation
{
padding-bottom:10px;
z-index:100;
}

/*top of box*/
#top
{

background-image:url(../Interface/Boxtop.jpg);
background-repeat:no-repeat;
width:811px;
height:10px;
}

/*middle*/
#middle
{
background-image:url(../Interface/Boxmiddle.jpg);
background-repeat:repeat-y;
width:811px;
}

/*footer*/
#footer
{
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
}
#footer a:link
{
text-decoration:none;
color:#00CC33;
}
#footer a:hover
{
Text-decoration:none;
color:#33CCFF;
}
#footer a:visited
{
text-decoration:none;
}
#footer span a:link
{
text-decoration:none;
color:#000000;
}

#footer span a:hover
{
text-decoration:none;
color:#CCCCCC;
}
#footer span a:visited
{
text-decoration:none;
}
/*footer end*/

