* {
	margin: 0;
  	padding: 0;
}

html, body {
	height : 100%;		/* footerStickAlt */
	border : none;
}

body {
  	font: x-small/1.4em "Lucida Grande", Verdana, Sans-serif;
   	color: #4a1b00;
	font-size/* */:/**/small;
	font-size: /**/small;
	background : #fbdb92 url(../img/bgwrap.gif) top center repeat-y;
	text-align : center;
}

#page {
	position : relative;
	width : 750px;
	min-height : 100%;	/* footerStickAlt */
	margin : 0 auto;
	padding : 0;
	background : #fbdb92 url(../img/bgwrap.gif) top center repeat-y;
	text-align : left;
}

* html #page {
	height : 100%;		/* footerStickAlt */
}

#container {
	float : left;
	display : inline;
	width : 100%;
	margin : 0 -300px 0 50px;
	padding : 0 0 60px 0;
}

#head {
	height : 120px;
	margin : 0 300px 0 0;
	padding : 0;
	background : #f7b734 url(../img/bghead.gif) bottom right no-repeat;
}

#head h1 {
	position : relative;
	width : 450px;
	height : 90px;
	margin : 0;
	font : bold x-small "Lucida Grande", Verdana, Sans-serif;
	text-transform : uppercase;
	background : #f7b734 top left no-repeat;
}

#head h1.en {
	background-image : url(../img/bgtitle-en.gif);
}

#head h1.it {
	background-image : url(../img/bgtitle-it.gif);
}

#head h1 a {
	position : absolute;
	top : 15px;
	left : 30px;
	display : block;
	width : 260px;
	color : #fff;

	overflow : hidden;
	padding : 40px 0 0 0;
	height : 0px !important;
	height /**/:40px; /* for IE5/Win only */
}

#head h1.it a {
	width : 315px;
}

#head h3 {
	float : left;
	margin-top : 5px;
	padding-left : 30px;
	color : #662400;
	font-size : x-small;
	font-weight : normal;
}

#head p {
	float : right;
	margin-top : 5px;
	padding-right : 30px;
	color : #662400;
	font-size : x-small;
	font-weight : normal;
}

#nav {
	clear : both;
	width : 450px;
	height : 35px;
	background : #fbdb92 url(../img/bgnav.gif) top left no-repeat;
	color : #662400;
}

#nav ul {
	margin-left : 30px;
	padding : 0;
	list-style-type : none;
}

#nav li {
	display : inline;
	margin : 0;
	padding : 0;
	list-style-type : none;
}

#nav li a {
	float : left;
	display : block;
	margin-right : 2em;
	padding-top : 7px;
	font-size : 90%;
	line-height : 28px;
	text-decoration : none;
}

#nav li a:link, #nav li a:visited {
	color : #662400;
}

#content {
	margin : 0 300px 0 0;
	padding : 30px 25px 25px;
}

#sidebar {
	float : right;
	display : inline;
	width : 200px;
	margin-right : 50px;
	padding-top : 120px;
	background : #fcedc7 url(../img/bgsidebar.gif) top no-repeat;
}

#languages {
	width : 200px;
	height : 35px;
	background : #fcedc7 url(../img/bglanguages.gif) no-repeat;
}

#languages ul {
	padding-top : 13px;
	list-style-type : none;
}

#languages li {
	height : 20px;
	margin : 0;
	padding : 0;
	list-style-type : none;
	text-align : right;
}

#languages a {
	float : right;
	display : inline;
	margin-right : 15px;
	padding : 1px 4px;
	border : 1px solid #662400;
	color : #662400;
	font-size : xx-small;
	line-height : normal;
	text-decoration : none;
}

#languages a:hover {
	background : #f7ce73;
}

#sidebar h1 {
	margin-left : 20px;
	margin-top : 30px;
  	font: normal x-large Arial, Verdana, Sans-serif;
	color : #f7b734;
}

#subnav {
	margin-left : 20px;
	margin-top : 5px;
	padding : 0;
	list-style-type : none;
}

#subnav li {
	margin : 0;
	padding : 0;
	list-style-type : none;
}

#subnav a {
	display : block;
	width : 145px;
	margin : 0;
	padding : 10px 0 1px 2px;
	border-bottom : 1px solid #f7b734;
	font-size : 90%;
	text-decoration : none;
}

#subnav a:link, #subnav a:visited {
	color : #666;
}

#subnav a:hover {
	background : #fce4ad;
}

#footer {
	clear : both;
	position: relative;		/* footerStickAlt */
	width : 650px;
	height : 60px;
	margin : -60px auto 0 auto;
	background : #f7b734;
  	font: x-small "Lucida Grande", Verdana, Sans-serif;
	color : #fff;
	text-align : center;
}

#footer p {
	padding : 1.5em;
}

* html #footer
{
	margin-top: -60px;		/* footerStickAlt */
}

#footer a {
	color : #fff;
	text-decoration : none;
}




