/* 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:#f8fff8 /*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 1.4em 0;
	padding-left:0.2em;
}

ul, ol {
	margin:0 0 1.4em 1.3em;
	padding-left:0.5em;
}

ul ul, ol ol {
	margin:0.3em 0 0 1.3em;
}

img{
	float:left; 
	margin:0 1em 0.4em 0;
}

#no_wrap {
	float:none;
	margin:0 0 1em 0em;
}

/* Headers */
h1 {
	color:#555; 
	font-size:3.6em; 
	letter-spacing:-0.08em; 
	margin:0; 
	text-align:center;
}

h2 {
	font-size:1.6em; 
	font-weight:normal; 
	letter-spacing:-0.05em;
	margin:0.3em 0.5em 0.8em;
	float: center;
}

h3 {
	font-size:1.5em; 
	font-weight:bold; 
	letter-spacing:-0.05em;
	margin:0.2em 0.2em 0.8em;
	float: center;
}

h4 {
	font-size:1.2em; 
	font-weight:bold;
	letter-spacing:-0.05em;
	margin:0.2em 0.2em 0.6em;
	float: center;
}

h5 {
	font-size:0.9em; 
	font-weight:bold;
	letter-spacing:-0.05em;
	margin:0.2em 0.3em 0.6em;
	float: center;
}

/* IDs */
#title h1 {
	color:#333;
	font-weight:bold;
	font-size:2.7em; 
	letter-spacing:-0.07em;
	text-align:right;
	margin:0 auto 0.1em; 
	width:23em;
}

#container {
	background:#ffffff url(dragon071s.gif) bottom left no-repeat; 
	border:0.8em solid #000; 
	color:#333; 
	margin:0 auto 0.8em; 
	padding:0.8em; 
	width:720px; 
	line-height:1.3em;
}

#sidebar {
	float:left; 
	padding-top:3em;
	padding-bottom:20em;
	width:100px;}

#sidebar p {
	margin:0.8em 0 0.3em 0; 
	text-align:center; 
	font-size:0.8em;
}

#main {
	float:right; 
	width:500px;
}

#footer {
	clear:both;
}

/* Menu */
.menu {
	border:0.08em solid #ffffff; 
	color:#286ea0; 
	display:block; 
	font-size:1.1em; 
	font-weight:bold; 
	padding:0.3em 0.1em 0.3em 0.8em; 
	width:7.5em;
}

.menu:hover {
	background-color:#f8f8f8; 
	border:0.08em solid #daf0da; 
	color:#286ea0; 
	text-decoration:none;
}

#current {
	font-size:1.3em;
	color:#30a070;
	border:none; 
	background-color:#ffffff; 
}


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

.credits a{
	color:#888;
	font-weight:normal;
}

