html {
	overflow-y: scroll;
}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	background: url(/img/bg-container.png) top repeat-x;
}
img {
	border: none;
	margin: 0;
	padding:0;
}
h2 {
font-size: 20px;
}

#container {
	width: 778px;
	margin: 0 auto;
	padding: 0;
	
}

#header {
	width: 778px;
	height: 148px;
	background: url(/img/bg-header.png) top left no-repeat; 
}


#logo {
	position:relative;
	float:left;
	width:216px;
	height:148px;
	padding: 0 0px 0 0;
	margin: 0px 0px 0px -13px;
	color:white;
}
#logo h1 {
	margin:0;
	padding:0;
}

#header-container {
	float:left;
	width:572px;
	height:148px;
}
#belons {
	width:572px;
	height:98px;
	text-align:right;
	padding: 0 0px 0 0;
	margin: 0px 0 0px 0px ;
	color:#ade389;
	font-weight:bold;
	font-size:15px;
}

.xl a, .xl{
background: url(/img/bg-menu-xl.png) top left no-repeat;
width:115px;
	display: block;
	float: left;
	height: 28px;
	line-height:28px;
	margin: 0 0px 0 0;
	padding: 0;
	border: none;
	text-decoration: none;
	text-align:center;
	font-size: 12px;
	font-weight: bold;
	color: white;
}
#menu {
	margin: 0;
	height: 28px;
	margin:0px 0px 0 28px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

.normal a {
	background: url(/img/bg-menu.png) top left no-repeat;
	width:82px;
	display: block;
	float: left;
	height: 28px;
	line-height:28px;
	margin: 0 0px 0 0;
	padding: 0;
	border: none;
	text-decoration: none;
	text-align:center;
	font-size: 12px;
	font-weight: bold;
	color: white;
}



.normal a:hover, .xl a:hover {
	text-decoration: underline;
}

#page{
	float:left;
	clear:both;
	width: 778px;
	background-color:white;
	color:black;
	overflow:auto;
}

#sidebar {
	margin: 0 0px 0px 0px;
	float:left;
	width: 190px;	
	height:645px;
	background:url(/img/bg-sidebar.png) top left repeat-x;
	
}
#sidebar ul {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}

#sidebar ul li a{
	display: block;
	width:150px;
	margin: 10px 15px 10px 15px;
	padding: 0 0 0 10px;
	height:18px;
	line-height:18px;
	background: url(/img/bg-sidebar-menu.png) top left no-repeat;
	color:black;
	text-decoration:none;
	font-weight: bold;
}
#sidebar ul li a:hover{
	background: url(/img/bg-sidebar-menu-active.png) top left no-repeat;
}
#sidebar h2 {
	margin: 0px 0 40px 15px;
}

#sidebar img {	
	border:0px;
	margin: 80px 0 10px 0;
	padding:0;
}



#content {
	float:left;
	margin: 0px 0px 0px 30px;
	padding-bottom:25px;
	width:532px;
}

#content h2 {
	margin: 0px 0 10px 0px;
	padding: 0;
}
#content h3 {
	margin: 10px 0 5px 0;
	padding: 0;
}
#content a {
	color: blue;
	text-decoration:none;
}
#content a:hover {
	text-decoration:underline;
}
#content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#content li {
	margin: 8px 0 8px 10px;
	padding: 0;
	list-style: none;
}


#footer-container {
clear: both;
width:100%;
height: 56px;
background-color:#dbad00;
}

#footer {
	width: 758px;
	margin: 0 auto;
	padding:10px 0 0 20px;
	height: 46px;
	line-height:16px;
	font-size:11px;
	background-color: #dfb61c;
}

#footer  a {
	color:black;
	text-decoration:none;
}
#footer span a:hover {
	text-decoration:underline;
}

.post h1 {
    padding:0;
    margin:0;
    font-size:20px;
}
.post h2 {
    font-size:16px;
}
.post h3, .post h4 {
    font-size:14px;
}
