@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/bg.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#container {
	background-image: url(images/bg_topgrad.gif);
	background-position: top center;
	background-repeat:repeat-x;
	width: 100%;
}

#mainsize {
	margin: 0px auto;
	width: 960px;
	padding: 0px;
	position: relative;
}
#translation {
	position: absolute;
	right: 16px;
	top: 230px;
}
#home #translation {
	position: absolute;
	right: 16px;
	top: 10px;
}
#topheading {
	padding: 10px;
	float: left;
}
#mainbox {
	border: solid 1px #fff;
}
#headingbox {
	background-image: url(images/bg.gif);
	background-position: top center;
	/*border-bottom: 1px solid #fff;*/
	padding: 30px;
	color: #FFFFFF;
}
#headingbox_left {
	float: left;
	width: 547px;
}
#headingbox_right {
	float: left;
	width: 350px;
	font-family: tahoma;
	font-size: 8pt;
	padding: 25px;
	color: #000000;
}
#headingbox_right a {
	color: #000000;
}
#headingbox_right_footer {
	font-family: Georgia;
	font-size: 9pt;
	padding-top: 15px;
	
}
.clearfloat {
	clear: both;
}
#homebody {
	background-image: url(images/bg_content_03.gif);
	background-position: bottom center;
	background-repeat: repeat-x;
	background-color: #939393;
	color: white;
	font-family: georgia;
	font-size: 10pt;
}
#content {
	background-image: url(images/bg_content_03.gif);
	background-position: bottom center;
	background-repeat: repeat-x;
	background-color: #939393;
	color: white;
	font-family: georgia;
	font-size: 10pt;
	padding: 20px 30px 20px 30px;
}
#footer {
	color: black;
	text-align: center;
	padding-top: 40px;
}
#closure {
	margin: 0px auto;
	width: 930px;
	padding: 15px;
	height: 50px;
	text-align: center;
	color: white;
	font-size: 9pt;
}
.photoborder {
	border: thick solid #FFFFFF;
}

h2 {
	font-size: 16px;
	color: #000000;
}
.photoborder_Right {
	border: thick solid #FFFFFF;
	background-position: right;
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 30px;
}
.homebody {
/*	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	color: #000000;
	float: none;
	width: auto;*/
}
.homebodyheading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;

}

a, a:visited {
	color: #EFEFEF;
}
a:hover {
	color: #990000;
}
.navigation {
	float: right;
	width: 550px;
	padding-top: 100px;
}

