/* andreas05 - an open source xhtml/css website layout by Andreas Viklund (http://andreasviklund.com). Made for OSWD.org, free to use as-is for any purpose as long as the proper credits are given for the original design work.
Version: 1.1, October 21, 2005 */

body      { color: #fff; font: 76% Verdana, tahoma, sans-serif; background-color: #000; background-image: url("bodybg.jpg"); background-repeat: no-repeat; background-position: center top; margin: 0; padding: 0 }

a  { color: #fa0000; font-weight: bold; text-decoration: none }

a:hover { color: #777 }

h1 { color: #505050; font-size: 2em; text-align: left; letter-spacing: -3px; margin: 0 }

h2{
margin:5px 0 10px 0;
font-size:1.6em;
letter-spacing:-1px;
font-weight:normal;
}

p{
margin:0 0 15px 0;
line-height:1.3em;
}

img { margin: 0 10px 8px 0 }

/*#title{
margin:20px auto -9px auto;
width:800px;
}*/

#container        { color: #fff; margin: 6px auto 15px; padding: 30px; width: 860px; height: 530px }

#sidebar   { list-style-type: none; width: 330px; float: left }
#news          { margin-top: 125px; padding: 8px; width: 333px }
#main   { width: 480px; min-height: 324px; float: right }
#content   { width: 480px }
#gallery  { width: 860px; float: left }
#footer{
clear:both;
text-align: center;
}

#menu   { margin-top: 0; margin-right: 0; margin-bottom: 10px; padding: 0; width: 150px; float: left; clear: left }

#menu ul  { list-style: none; margin: 0 0 20px; padding: 0; width: 150px }

#menu li {
margin-bottom:5px;
}

#menu li a     { color: black; font-weight: bold; text-decoration: none; background: #747474 url("menubg.jpg") left bottom; display: block; margin-left: 195px; padding: 6px 0 0 10px; width: 140px; height: 20px; border: solid 1px #575757 }

#menu li a:hover, #avmenu li a.current     { color: black; background: #747474 url("menubg1.jpg") left bottom; border: solid 1px #575757 }

#menu ul ul {
margin:5px 0 5px 15px;
font-size:0.9em;
width:135px;
}

#menu ul ul a {
height:16px;
margin:0;
padding:4px 0 0 8px;
}

#menu h2 {
font-size:1.5em;
font-weight:normal;
}
.credits{
margin-bottom:0;
font-size:0.8em;
background-color:inherit;
color:#aaaaaa;
}

.credits a{
background-color:inherit;
color:#aaaaaa;
}

.small{
font-size:0.8em;
}

.center{
text-align:center;
}
