/* 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(image/bgback.png) repeat; font:8pt 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 */
#title {color:#555; font-size:3.6em; font-weight: bold; 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:74em;}
#container{background:#fff url(image/AM-background.gif) bottom left no-repeat; border:2.5em solid #555; color:#555; margin:0 auto 15px; padding:10px; width:74em; line-height:1.75em;}
#sidebar{float:left; padding-left:20em; width:12em;}
#sidebar p{margin:10px 0 5px 0; text-align:center; font-size:0.8em;}
#main{float:right; width: 37em;}
#footer{clear:both;}
p.clear{clear: both;}
p.center{text-align: center;}

/* .webgen-menu ul { display: inline; }
.webgen-menu ul li { display: inline; } */

/* Menu */
.menu,
.webgen-menu ul li a,
.webgen-menu ul li span {border:1px solid #ffffff; display:block; font-size:1.1em; font-weight:bold; padding:2px 2px 2px 10px; width:10em;}

.menu:hover,
.webgen-menu ul li a:hover,
.webgen-menu ul li span:hover {background-color:#f8f8f8; border:1px solid #dadada; text-decoration:none;}

/* Various classes */
.credits{color:#888; font-size:0.9em; margin-bottom:0;}
.credits a{color:#888;}
