html {
	color: #000;
	background-color : #efefef;
}

body#layout-naked {
	background-image: none;
	background-color: White;
}

/* ---------- Layout ----------- */

#container {
	background-image: url('./img/bg.png');
	background-repeat: repeat-y;
}

#header {
	background-color:#ec9b18;
}

.logo {
	background-image: url('./img/logo.png');
	background-repeat: no-repeat;
}

.header-right {
	background-image: url('./img/header_right.png');
	background-repeat: no-repeat;
}

#sidepanel-left a{
	color:#000;
	font-size:14px;
}

#main-content {
	font-family:Arial, Helvetica, sans-serif;
	text-align: justify;
}

#search-box input{border: 1px solid #000}

#footer {
	background-color:#ec9b18;
}

.footer-content {
	color:#000000;
	font-size:11px;
}

.footer-content a{
	color:#000000;
	text-decoration:none;
}

.footer-content a:hover{
	color:#000000;
	text-decoration:underline;
}