/* Basic styles
================================================*/
* {
	margin: 0;
	padding: 0;
	font-family: arial,sans-serif;
}

body{
	font-size: 12px;
	background: #E7E0D1;
	text-align: center;
	color: #422121;
}

img{
	border: 0;
	display: block;
}
td {
	vertical-align: top;	
}
fieldset{
	border: 0;
}

a:link, a:visited{
	color: #1f1f1f;
	font-weight: normal;
	text-decoration: underline;
}

a:hover, a:active{
	text-decoration: underline;
}

.center{
	text-align: center;
}
.clear {
	clear:both;
}
.error {
	color:red;
}
.success {
	color:blue;
}

/* Layout
================================================*/
#body{
	margin: 0 auto;
	width: 720px;
	text-align: left;
}

/** top header */
#topheader {
	position:relative;
	height:115px;
	background:url('/templates/img/leliwa/topheader.jpg') top left no-repeat;
}
ul#flags {
	position:absolute;
	top:3px;
	right:0;
	list-style:none;
}
ul#flags li {
	float:left;
	padding-right:4px;
}
ul#links {
	position:absolute;
	top:98px;
	left:5px;
	list-style:none;
}
ul#links li {
	float:left;
	padding-right:16px;
}
ul#links li a{
	font-size:9px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
ul#links li a:hover{
	text-decoration:underline;
}

/** middle header */
#middleheader {
	position:relative;
	height:199px;
	background:#CBB27B;
}
ul#pics {
	list-style:none;
}
#pics li {
	padding-top:4px;
	padding-left:3px;
	float:left;
}

/** bottom header */
#bottomheader {
	position:relative;
	height:9px;
	background:#85744F;
}


/** footer */
#footer {
	height:25px;
	line-height:25px;
	background:#85744F;
	color:#DEDAD0;
	font-size:9px;	
	text-align:center;
}

/** main */
#main {
	margin:30px 25px 10px 25px;
}
