body {
	background-color: #000000;
	background-image:url("images/bg.gif");
	font-family: "Bookman", "Bookman Old Style", Garamond, Georgia, sans-serif;
	color:#000;
}

#global{
	margin-top:35px;
	margin-bottom:35px;
	background-image:url("images/paper.jpg");
}

#top{
	background-image:url("images/top.png");

	height:16px;
}

.spacer{
	height:20px;
	background-color:#000;

}

#header {
	text-align:center;
	height:230px;
}

#header h1{
	height:4.5em;
	line-height:4.5em;
	color:#000;
	font-style: italic;
	font-family: "Bookman", "Bookman Old Style", Garamond, Georgia, sans-serif;
	font-size:40px;

}

#header h1 img {
	padding-bottom:20px;
	margin-bottom:50px;
}

#middle{
	background-image:url("images/middle.png");
	min-height:300px;
}

#bottom{
	background-image:url("images/bottom.png");

	height:20px;
}

#sidebar {
	min-height:350px;
	border-right:1px solid #9B7B4E;
}

#content {
	min-height:350px;
}

#last_news {
	min-height:100px;
}

#last_downloads {
	min-height:100px;
}

img.logo {
	vertical-align:middle;
	padding-left:35px;
	padding-right:35px;
}

#footer {

	padding-top: 2em;
	padding-bottom: 2em;
	color:#573A2A;
}

#content p {
	font-size:1.1em;
}

#last_news h2 {
	font-size:1.3em;
	color:#573A2A;
}

#last_downloads h2 {
	font-size:1.3em;
	color:#573A2A;
}

a {
	color:#572A2A;
}

a:hover {
		color:#572A2A;
	text-decoration:none;
}

ul.menu {
	list-style-type: none;
	padding:0;
	text-align:left;
	font: 1.2em;
}

ul.menu li a {
	display:block;	
} 

.sidebar-logobottom {
	width:120px;
	margin-left:33px;

}

#overglobal {
	width:1000px;
	background-color:black;
	margin:30px auto;
	border:2px solid #333;
}

.sidebar-notes {
	text-align:center;
	color:#000;
	font-weight: bold;
	margin-top:10px;
	margin-left:-33px;
}

blockquote {
	color:black;
}

hr {
	color: #9B7B4E;
	background-color: #9B7B4E;
	height: 1px;
	border: 0;
}
