/** -- Reset properties ---------------------- */
* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%
}

a, li {
	text-decoration: none;
	list-style: none;
}

img {
	border-style: none;
}
/** ----------------------------------------- */

/** -- Global properties -------------------- */
body{
	background: url('../img/indiana.jpg') repeat-x;
	font-family: Arial, "Nimbus Sans L", FreeSans, "Liberation Sans", sans-serif;
	font-size: 15px;
	color: black;
	text-align: center;
}

#body {
	width: 1000px;
	margin: 0 auto 0 auto;
	text-align: left;
}

a, p, li, h2 {
	color: #666666;
}

a:hover {
	color: red;
}

h2 {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
}

strong {
	color: red;
}
/** ----------------------------------------- */

/** -- Header properties -------------------- */
#header {

	width: 100%;
	height: 120px;
}

#logo {
	padding: 10px 0 10px 30px;
	float: left;
}

#language {
	margin: 10px 30px 0 0;
	float: right;
}

#language li {
	display: inline;
	margin-left: 10px;
	padding-left: 5px;
	border-left: 1px solid #666666;
}

#menu {
	clear: right;
	float: right;
	text-align: right;
	width: 775px;
	margin: 40px 30px 0 0;
	padding-top: 5px;
	border-top: 1px solid #666666;
}

#menu li {
	display: inline;
	font-size: 1.2em;
	margin-left: 30px;
}

#menu a:active {
	color: red;
}

#submenu {
	display: none;
	background: white;
	position: absolute;
	width: 150px;
	text-align: center;
	margin: 110px 0 0 350px;
	padding: 0px 10px 10px 10px;
	border: 1px solid #666666;
	overflow: hidden;
	*margin-left: 200px !important;
}

* html #submenu {
	margin-left: 90px;
}
/** ----------------------------------------- */

/** -- Content properties ------------------- */
#fix_image {
	float: left;
	margin-left: 50px;
}

#content {
	margin-left: 300px;
}
/** ----------------------------------------- */

/** -- Footer properties -------------------- */
#copy {
	margin: 8px 0 0 0;
	font-size: 0.8em;
	text-align: center
}

#footer {
	clear: left;
	width: 100%;
	height: 20px;
	border-top: 1px solid #666666;
}
/** ----------------------------------------- */
