body {
	text-align: center;
	margin: 0 0 0 0;
	background-color: #393939;
	background-image: url(graphics/strip_bg.gif);
	background-repeat: repeat-x;
	height: 100%;
}
.container {
	width: 750px;
	height: auto;
	background-color: Black;
	margin: 0 auto;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: White;
	padding: 0px;
}
.content {
	background-image: url(graphics/content.jpg);
	background-repeat: repeat-y;
	width: 750px;
	text-align: left;
	padding-bottom: 10px;
}
.announcement {
	font-family: sans-serif;
	color: Maroon;
	font-size: 16px;
	position: relative;
	padding-left: 40px;
	bottom: 50px;
	width: 450px;
	height: 80px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
#text {
	color: #3C3C3C;
	background-color: transparent;
	width: 450px;
	text-align: justify;
	position: relative;
	bottom: 50px;
	padding-left: 40px;
	font-size: 13px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}
#text a {
	color: Maroon;
	text-decoration: underline;
}
#text a:visited {
	color: #BD9776;
	text-decoration: underline;
}
#text h4 {
	font-size: 15px;
	padding: 0px;
	border-bottom: dashed 1px Black;
	text-align: left;
	color: Maroon;
}
#contact {
	color: #3C3C3C;
	background-color: transparent;
	width: 200px;
	position: absolute;
	top: 315px;
	margin-left: 540px;
	font-size: 13px;
	color: Black;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}
#contact a {
	color: Maroon;
	text-decoration: none;
}
#contact a:hover {
	color: Maroon;
	text-decoration: underline;
}
#contact a:visited {
	color: Gray;
	text-decoration: none;
}
#gallery {
	height: auto;
	width: 140px;
	background-color: #CDF640;
	position: absolute;
	top: 420px;
	margin-left: 540px;
	font-family: sans-serif;
	text-decoration: none;
	color: Maroon;
	font-size: 14px;
	text-align: center;
	padding: 1px;
        padding-bottom: 1px;
	font-weight: bold;
}
#gallery img {
	width: 65px;
	height: 65px;
	margin: 1px;
	padding: 0px;
	border: none;
}
#language {
	height: auto;
	width: 24px;
	position: absolute;
	top: 420px;
	margin-left: 702px;
	font-size: 12px;
	padding-bottom: 5px;
	text-align:center;
}
#language img {
	width: 24px;
	height: 24px;
	padding: 0px;
	border: none;
}
#language a {
	color: Maroon;
	text-decoration: none;
}
#language a:hover {
	color: Maroon;
	text-decoration: underline;
}
#language a:visited {
	color: Gray;
	text-decoration: none;
}
#koumbit {
        height: auto;
        width: 139px;
        position: absolute;
        top: 670px;
        margin-left: 540px;
        font-family: sans-serif;
        font-weight: bold;
        text-decoration: none;
        color: Maroon;
        font-size: 14px;
        text-align: center;
        padding: 2px;
}
#koumbit img{
        width: 139px;
        heigth: 86px;
        margin-bottom: 0px;
        padding: 0px;
        border: none;
}
/* Section menu */
.menu {
	font-family: sans-serif;
	text-align: center;
	color: Black;
	font-size: 10px;
	position: absolute;
	top: 184px;
	width: 510px;
}
.menu ul {
	padding: 0;
	margin: 0 0 0 0;
	list-style-type: none;
}
.menu li {
	float: left;
        line-height: 20px;
	padding-left: 3px;
}
.menu a {
	display: block;
	width: 81px;
	height: 20px;
	background-color: #CCF53F;
	color: Black;
	text-decoration: none;
}
.menu a:hover {
	background-color: #5D972E;
}
