html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


body {
	background: #c4d7ed url('images/body-background.jpg') repeat-x top;
	text-align: center;
	color: #666;
	font-family: Tahoma, sans-serif;
	font-size: 16px;
	}

#container-all {
	margin: 0 auto;
	width: 900px;
	height:auto;
}

#header-top {
	width: 900px;
	height: 40px;
	background: url('images/header-top.jpg') no-repeat top;
	overflow: hidden;
}


#lang-select {
text-align:right;
margin: 10px auto auto auto;
}
#lang-select a {
font-size: 12px;
font-weight: normal;
line-height: 18px;
margin-right: 5px;
color:#FFFFFF;
}

#menu-top {
	width: 900px;
	height: 50px;
	background: #FFF;
	overflow: hidden;
	font-size: 17px;
	background: url('images/menu-background.jpg') repeat-x top;
}

#menu-top ul {
	margin: 15px auto auto auto;
	height: 52px;
}

#menu-top ul li {
	display:inline;
	background:url('images/arrow2.gif') no-repeat left;
	margin: 0 15px auto 15px;
}

#menu-top ul li a {
	margin: 0 0 0 18px;
	color:#375d81;
	text-decoration: none;
}


#header {
	width: 900px;
	height: 124px;
	background: url('images/header.jpg') no-repeat top;
}

#container {
	width: 900px;
	height: auto;
	background: url('images/faux.gif') repeat-y top;
}

#sidebar {
	width: 250px;
	height: 300px;
	float:left;
	background: url('images/sidebar-top.gif') no-repeat top;
	text-align: left;
}

#sidebar h3 {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	margin: 17px auto auto 15px;
	}

#sidebar ul {
	margin: 27px auto auto 15px;
	font-size: 14px;
}

#sidebar ul li {
	list-style: none;
	background:url('images/arrow2.gif') no-repeat left;
	margin-top: 5px;
}

#sidebar ul li a {
	margin: 0 0 0 15px;
	color:#375d81;
	text-decoration: none;
}

#sidebar ul li a:hover {
	margin: 0 0 0 20px;
	color:#375d81;
	text-decoration: none;
}

#content {
	margin-bottom: 30px;
	width: 650px;
	height: auto;
	float:right;
	background: url('images/content-top.gif') no-repeat top;
	text-align:justify;
}

.title h1 {
	margin: 30px auto auto 20px;
	background: url('images/arrow1.gif') no-repeat left;
}

.title h1 a {
	text-decoration: none;
	margin: 0 auto auto 35px;
	font-size: 20px;
	color:#375D81;
	line-height: 28px;
}

.post {
	margin: 20px 20px auto 20px;
	font-size: 16px;
	font-family: Arial, sans-serif;
}

.post p {
	margin: 0 auto 15px auto;
	line-height: 22px;
	}
	
.post li {
	margin: 0 auto auto 15px;
	}

.post a {
	color: #375d81;
	text-decoration: none;
	}
	
#footer {
	height: 40px;
	width:900px;
	margin: 0 auto;
	background: url('images/footer-background.png') repeat left;
	color: #FFFFFF;
	font-size: 14px;
	text-align: left;
	overflow: hidden;
	}

#footer p {
	margin: 10px auto auto 15px;
	}
