HTML {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

BODY {
	margin: 0px;
	padding: 0px;
	height: 100%;

	text-align: center;

	font-family: Arial,Tahoma, Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.7em;

	color: #505050;
}

IMG {
	border: 0px;
}

A {
	color: #E6861F;
	text-decoration: none;
}

#main {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: auto;
	min-height: 100%;
	position: relative;
	background-color: #F4F4F4;
}
* HTML #main {
	height: 100%;
}
#main_center {
	background-color: transparent;
	position: relative;
	z-index: 1;
}

#arcs_top {
	position: absolute;
	z-index: 0;
	background-image: url(images/top_arcs.gif);
	width: 800px;
	height: 27px;
	top: 0px;
}
#arcs_bottom {
	position: absolute;
	z-index: 0;
	background-image: url(images/bottom_arcs.gif);
	width: 800px;
	height: 45px;
	bottom: 0px;
}

#top {
	height: 130px;
	background-color: #FFFFFF;
}

#languages {
	color: #404040;
	text-align: right;
	line-height: 27px;
	margin-right: 25px;
}
#languages A {
	color: #404040;
}

#logo_snowball {
	position: absolute;
	margin-left: 15px;
	margin-top: 30px;
}
#logo_27more {
	margin-top: 30px;
	margin-left: 45px;
}
#slogan {
	position: absolute;
	margin-left: 440px;
	margin-top: 70px;
}

#content {
	background-image: url(images/content_arcs.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
#content #left {
	float: right;
	width: 270px;
	background-image: url(images/image.jpg);
	background-repeat: no-repeat;
	padding-top: 358px;
}
#content #right {
	float: right;
	width: 465px;
	padding-left: 35px;
	padding-right: 30px;
}

#news {
	margin-left: 15px;
}
#news #title {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 20px;
}
#news H1 {
	font-size: 13px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	color: #E6861F;
}

#menu {
	margin-left: -5px;
}
#menu IMG {
	padding-left: 5px;
	padding-right: 5px;
}

#article {
	margin-top: 40px;
}
#article #annotation {
	font-weight: bold;
}
#article H1 {
	font-size: 15px;
	margin: 0px 0px 3px 0px;
	padding: 0px;
	color: #E6861F;
}
#article H2 {
	font-size: 13px;
	margin: 0px 0px 1px 0px;
	padding: 0px;
	color: #E6861F;
}
#article H3 {
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#article P {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}
