/* andreas07 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com . Free to use for any purpose as long as the proper credits are given for the original design work.

Version: 1.1, November 28, 2005 */

/**************** Page and tag styles ****************/

body
{margin:0; padding:0; color:#303030; background:#fafafa url(img/bodybg.gif) top left repeat-y; font:76% Verdana,Tahoma,sans-serif;height: 900px;}

ul
{list-style:circle; margin:15px 0 10px 0; font-size:0.9em; 
    float: left;    
    width: 500px;
    padding: 0; }

li
{margin:0 0 2px 15px; padding: 0;}

a
{color:#d85d5d; font-weight:bold; text-decoration:none;}

a:hover
{color:#505050; text-decoration:underline;}

img
{float:left; margin:0 auto; padding:0px; background:#ffffff; display: inline-block;}

a img
{border-color:#808080;}

a img:hover
{background:#767676; border-color:#aaa;}

/**************** Sidebar area styles ****************/

#sidebar
{position:relative; top:0; left:0; width:220px; height:100%; overflow:auto; background:#e0e0e0 url(img/sidebarbg.gif) top right repeat-y; text-align:right;}

body > #sidebar
{position:fixed;}

#sidebar h1
{   
    background:url(img/kooname.png) right no-repeat;
    float:right;
    margin:20px 18px 0 80px;
    width:190px;
    height: 120px;
    letter-spacing: -2px;

    
    <!--width: 120px;

    margin:20px 18px 0 80px; color:#797979; font-size:2emrl letter-spacing:-2px; text-align:right;-->}

#sidebar h2, #sidebar h3
{margin:0 20px 18px 5px; color:#808080; font-size:1.0em;  letter-spacing:-1px; text-align:right;}

#sidebar h3
{margin:20px 18px 4px 5px; color:#606060;}

#sidebar  p
{margin:0 20px 18px 5px; color:#606060; font-size:0.8em;}

#sidebar a
{color:#808080}

/**************** Navigation menu styles ****************/

#menu>ul {list-style: none; width: 202px; padding:5px 18px 5px 0;}

#menu>ul>li {display:block; width:202px; padding:5px 18px 5px 0;background:#e0e0e0 url(img/sidebarbg.gif) top right repeat-y; margin: 0px 5px 0px 0px;}

#menu>ul>li>a
{font-size:1.2em; font-weight:normal; text-decoration:none; letter-spacing:0px; line-height: 1.5em;
 color:#353f77;  display: block;}


#menu>ul>li:nth-child(4)>a {font-size:1.2em; font-weight:normal; text-decoration:none; letter-spacing:0px; line-height: 1.5em; color:#2a9a4a; }

#menu>ul>li:nth-child(5)>a {font-size:1.2em; font-weight:normal; text-decoration:none; letter-spacing:0px; line-height: 1.5em; color:#2a9a4a; }
#menu>ul>li:nth-child(6)>a {font-size:1.2em; font-weight:normal; text-decoration:none; letter-spacing:0px; line-height: 1.5em; color:#2a9a4a; }
#menu>ul>li:nth-child(7)>a {font-size:1.2em; font-weight:normal; text-decoration:none; letter-spacing:0px; line-height: 1.5em; color:#2a9a4a; }


#menu>ul>li>a:hover 
{color:#303030;}

#menu>ul>li>a.active
{padding:5px 18px 5px 0; background:#fafafa; border-top:2px solid #c0c0c0; border-bottom:2px solid #c0c0c0;
width: 202px;}

#menu>ul>li>a.active:hover
{color:#505050; background:#fafafa;}



/****************Wrap Styles*************************/



h2 {
	font: bold 190%/100% Arial, Helvetica, sans-serif;
	margin: 0 0 .2em;
}
h2 em {
	font: normal 50%/100% Arial, Helvetica, sans-serif;
	color: #999999;
}

#wrap {
 width: 500px;
 height: 2050px;
 border: 0px solid blue;
 margin: 0px 0px 0px 250px;
}

#solid>h2 {font:18px/1em normal Arial, Helvetica, sans-serif; margin: 45px 0px 0px 0px;}

#solid>ul {
        width:520px; list-style: none;height: auto;
}

#solid>ul>li {margin: 20px -10px 0px 25px; width: 95px;
 float: left;  display: inline-block; overflow: hidden; border-radius: 10px;}

#solid_2 {margin-top: 150px;}

*h3 {font:18px/1em normal Arial, Helvetica, sans-serif; margin: 85px 0px 0px 0px; text-decoration: none;
        }

#solid_2>ul {
        width:520px; list-style: none;height: auto;
}

#solid_2>ul>li {margin: 20px -10px 0px 25px; width: 95px;
 float: left;  display: inline-block; overflow: hidden; border-radius: 10px;}



#solid_3>ul {
        width:520px; list-style: none;height: auto;
}

#solid_3>ul>li {margin: 20px -10px 0px 25px; width: 95px;
 float: left;  display: inline-block; overflow: hidden; border-radius: 10px;}

#footer {width: 540px; height: 100px; overflow: hidden; 
            margin: 0px 0px 0px 230px; float: left; border: 0px solid red;}


