/* 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:#000000 url(images/bodybg.gif) repeat; font:76% verdana,tahoma,sans-serif;}
a{background-color:inherit; color:#ced4a2; font-weight:bold; text-decoration:none;}
a:hover{text-decoration:underline;}
p{margin:0 0 16px 0;}
hr {text-align:center; background-color:#485020; color:#485020;}
ul, ol{margin:0 0 16px 15px; padding-left:5px;}
ul ul, ol ol{margin:3px 0 0 15px;}
li {margin:15px}
img{border: 1; border-color:#889050; float:left; padding: 0 0 0 0; margin:0 0 0 0;}

/* Headers */
h1{color:#889050; font-size:1.1em; letter-spacing:3px; margin:0; padding:20px; 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:#000000 url(images/sect_bg.png) repeat-y; border:0px solid #555; color:#889050; margin:0 auto 15px; padding:0px; width:700px; line-height:1.3em;}
#sidebar{float:left; padding-left:55px; padding-right:20px; width:130px;}
#sidebar p{margin:10px 0 5px 0; text-align:left; font-size:0.8em;}
#main{float:left; width:390px;}
#footer{clear:both;}

/* Menu */
.menu{border:1px solid #485020; background-color:#000000; color:#889050; display:block; font-size:1.1em; font-weight:bold; padding:4px 2px 4px 10px; width:130px;}
.menu:hover{background-color:#000000; border:1px solid #dadada; color:#FFFFFF; text-decoration:none;}

/* Various classes */
.credits{color:#888; font-size:0.9em; margin-bottom:0;}
.credits a{color:#888;}

/* Table styling */
td.titlecell {
	background-color:#485020;
	color:#FFFFFF;
	}
	
.addborder
{
    border:1px solid #7e8645;
}