/* andreas05 - 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: 2.0, July 15, 2006 */

/* General tags */
*{
    margin:0;
    padding:0;
}
body{
    background:#ccc url(bodybg.gif) repeat;
    font:76% verdana,tahoma,sans-serif;
}
a{
    background-color:inherit;
    color:#286ea0;
    font-weight:bold;
    text-decoration:none;
}
a:hover{
    text-decoration:underline;
}
p{
    margin:0 0 16px 0;
}
ul, ol{
    margin:0 0 16px 15px;
    padding-left:5px;
}
ul ul, ol ol{
    margin:3px 0 0 15px;
}
img{
    float:left;
    margin:0 10px 5px 0;
}

/* Headers */
h1{
    color:#555;
    font-size:3.6em;
    letter-spacing:-3px;
    margin:0;
    text-align:right;
}
h2{
    font-size:1.6em;
    font-weight:normal;
    letter-spacing:-1px;
    margin:5px 0 10px;
}

/* IDs */
#title{
    margin:20px auto -9px;
    width:700px;
}
#container{
    background:#fff url(front.png) bottom left no-repeat;
    border:5px solid #555;
    color:#555;
    margin:0 auto 15px;
    padding:10px;
    width:800px;
    line-height:1.3em;
}
#navbar{
    float:left;
    padding-left:150px;
    width:110px;
}
#navbar p{
    margin:10px 0 5px 0;
    text-align:center;
    font-size:0.8em;
}
#contents{
    padding: 0.5em;
    padding-right:0.5em;
    padding-left:0.5em;
    text-align:center;
    float: left;
    width: 11em;
}
#contents a{
    text-align: left;
    line-height: 200%
    text-size: 50%;
}

#main{
    float:right;
    width:535px;
    min-height:400px
}
#main p, dd ,dt,code {
    text-align: justify;
}
#footer{
    clear:both;
    padding:2px;
    background: #ffffff;
    min-height:33px;
    border-bottom: solid 1px;
    border-top:solid 1px;
    text-align:center;
  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
  /* for Mozilla */
  -moz-opacity:0.6;
}
#footer img{
    border:0px;
    float:none;
    vertical-align:middle;
}
#footer:hover{ 
    filter:alpha(opacity=100);
    opacity:1.0;
    -moz-opacity:1.0;
}

/* Menu */
.menu {
    background-color:#fff;
    padding-left:1em;
}
.menu a{
    border:1px solid #fff;
    color:#286ea0;
    filter:alpha(opacity=60);
    opacity:0.6;
    -moz-opacity:0.6;
    
    display:block;
    font-size:1.1em;
    font-weight:bold;
    padding:4px 2px 4px 2px;
    width:100px;
}
.menu a:hover{
    background-color:#f8f8f8;
    border:1px solid #dadada;
    color:#286ea0;
    text-decoration:none;
    filter:alpha(opacity=100);
    opacity:1.0;
    -moz-opacity:1.0;
}

/* Various classes */
.credits{
    color:#888;
    font-size:0.9em;
    margin-bottom:0;
}
.credits a{
    color:#888;
}
.image table{
   text-align:center;
 }
.image img {   
   float:none;
   margin-left:auto;
   margin-right:auto;
}
table {
    margin-top: 25px;
    margin-bottom:25px;
    margin-left:auto;
    margin-right:auto;
    border: 1px dashed #ccc;
    padding: 5px;
    font-size: 85%;
}
th {
    background: #ddd;
}
tr:hover {
    background: #eef;
}
th,td {
    text-align: center;
    min-width:100px;
    margin:0px;
    padding:2px;
    padding-left:5px;
    padding-right:5px;
}
