a {color: #FF3;}
a:hover {color: #AA3;}

a img {border:0}

 img, div { behavior: url(/bstyles/iepngfix.htc) }

body {
	background: #000 url(/bimages/space.jpg) center top no-repeat;
	color: #7F7F7F;
	font: normal 62.5% "Trebuchet MS",Verdana,sans-serif;
	line-height:200%;
}

p,code,ul {padding-bottom: 1.2em;}

h3 {
	font: normal 1.4em Tahoma,sans-serif;
	margin-bottom: 4px;
}

h1, h2 {color: #D5B069; font: normal 1.3em Arial Narrow, Arial; margin: 8px 0px; padding-bottom: 11px; letter-spacing: 1px;}

blockquote {
	color: #CCA;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

/* misc */
.clearer {
	clear: both;
	font-size: 0;
}
.left {float: left;}
.right {float: right;}

/* structure */
#wrapper {
	background: url(/bimages/footer.gif) left bottom repeat-x;
	font-size: 1.3em;
	margin: 0 auto;
	width: 950px;
}
div#container {
	padding: 30px; 
	background: url(/bimages/bg.png);
	border: 1px solid #000;
	}

/* logo */
#logo {
	margin:180px auto 40px auto;
	text-align:center;
	}

/* sub navigation */
#sidenav {
	float: right;
	width: 200px;
	margin: 0px 0px 0px 15px;
	padding-left:15px;
	border-left: solid 1px #000;
}

#sidenav ul {padding: 0;}
#sidenav li {list-style: none;padding: 0.5em 0 0 0.5em;}
#sidenav li a {
	font-size: 1.1em;
	line-height: 1.5em;
	color: #4D4120;
	text-decoration: none;
}
#sidenav li a:hover {color: #D5B069;	text-decoration: underline;}
#sidenav li a.act, #sidenav li a.active {color: #D5B069}
/* content */
#content {
	float: left;
	width: 651px;
}

#content .descr {
	color: #8DC63F;
	margin-bottom: 6px;
}
#content li {margin-left: 18px;}

/* footer */
#footer {
	clear: both;
	padding: 10px;
	text-align:center;
	background: url(/bimages/bg.png);
	border: 1px solid #000;
}
#footer a {
	color: #784;
	text-decoration: none;
}

.cnt {text-align: center; }
.alignRight {text-align: right;}
