/*below : the very general site layout*/

body {
	margin: 0px;
	padding: 0px;
	background-color: #6e9fd9;
	text-align: center;
	text-decoration: none;
    color: #eae03c;
	font-weight: 100%; 
  	font-size: 12px;
    font-family: "arial";
  	font-variant: normal;
  	font-style: normal;
	letter-spacing: 0px;
}
a:link, a:visited {
	color: #eae03c;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:active {
	color: #6e9fd9;
	background-color: #eae03c;
	text-decoration: none;
	font-weight: bold;
}
img {
    border: 0px;
}
a img {
    background-color: #6e9fd9;
}

#container {
	position: absolute;
    left: 50%; 
    top: 0px;
    width: 820px;
    margin-top: 10px;
    margin-left: -410px;
	text-align: left;
}

/* */

#banner_top {
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 820px;
    height: 70px;
}
.banner { /*anti png resize in IE*/
    width: 820px;
    height: 70px;
}

#content {
    position: relative;
    margin-top: -5px;
    margin-left: 5px;
    padding: 5px 10px 15px 10px;
    width: 780px;
    text-align: justify;
}
#languages {
    position: relative;
    float: right;
    clear: right;
    margin: 10px 0px 5px 15px;
    padding: 10px;
    width: 190px;
    border: solid 1px #eae03c;
    text-align: left;
}
img.button {
	margin: 0px 5px 0px 0px;
	width: 16px;
	height: 16px;
}
#contacts {
    position: relative;
    float: right;
    clear: right;
    margin: 10px 0px 30px 15px;
    padding: 10px;
    width: 190px;
    border: solid 1px #eae03c;
    text-align: left;
}
#intro {
    font-size: 14px;
    font-variant: small-caps;
	letter-spacing: 1px;
    text-align: justify;
}
#media {
    position: relative;
    float: right;
    clear: both;
    margin: 10px 0px 15px 0px;
    padding: 0px;
    width: 780px;
    /*height: 190px;*/
    border: solid 1px #eae03c;
}
#media_list {
    position: relative;
    margin: 0px 0px 0px -5px;
    padding: 0px;
    width: 225px;
    text-align: left;
}
#media_window {
    position: relative;
    float: right;
    margin: 5px;
    padding: 0px;
    width: 540px;
    min-height: 180px;
    border: solid 1px #eae03c;
}
.mediaitem {
    margin: 0px;
}


#banner_bottom {
    position: relative;
    clear: both;
    margin: 0px;
    padding: 0px;
    width: 820px;
    height: 70px;
}

#footer {
    position: relative;
    clear: both;
    margin-top: 15px;
	width: 820px;
	height: 30px;
    text-align: center;
  	font-variant: small-caps;
	letter-spacing: 1px;
}