.body{
	background-color: transparent;
	background-image: url(images/header.jpg);
	background-repeat: repeat-x;
	height: 350px;
	position:relative;
	margin-top:20px;
}

.logo{
	background-color: transparent;
	background-image: url(images/logo.jpg);
	background-repeat:no-repeat;
	position:absolute;
	top:50px;
	width:246px;
	height:40px;
	left:0px;
}

.language{
	background-color:transparent;
	background-repeat:no-repeat;
	position:absolute;
	top:0px;
	width:100px;
	height:40px;
	right:0px;
	padding-right:0px;
}


.navi{
	position:absolute;
	right:60px;
	top:80px;
	width:470px;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;

}

.navi a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#333333;
	text-decoration:none;
	font-weight: bold;	
}
.navi a:visited {

	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#333333;
	text-decoration:none;
	font-weight: bold;
}

.navi a:hover {

	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#E00F18;
	text-decoration:none;
	font-weight: bold;
}


.slogan {
	background-repeat:no-repeat;
	position:absolute;
	top:240px;
	left:60px;
	width:auto;
	height:39px;
}

.contentboth {
	position:relative;
	top:330px;
	margin:auto;
	height:150px;
	width:790px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:justify;
}

.contentboth2 {
	position:relative;
	top:330px;
	margin:auto;
	height:150px;
	width:950px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:justify;
}

.contentright a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#333333;
	text-decoration:none;
	font-weight: bold;	
}
.contentright a:visited {

	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#333333;
	text-decoration:none;
	font-weight: bold;
}

.contentright a:hover {

	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#E00F18;
	text-decoration:none;
	font-weight: bold;
}
.contentleft {
	float:left;
	height:150px;
	width:380px;
	padding-right:15px;
	border-right:1px;
	border-style:solid;
	border-left:none;
	border-top:none;
	border-bottom:none;
	border-color:#9A9B9C;
	

}


.contentleft1 {
	float:left;
	height:auto;
	width:300px;
	padding-right:10px;
	border-right:1px;
	border-style:solid;
	border-left:none;
	border-top:none;
	border-bottom:none;
	border-color:#9A9B9C;
}

.contentmid {
	padding-left:13px;
	padding-right:13px;
	float:left;
	height:auto;
	width:300px;
	border-right:1px;
	border-style:solid;
	border-left:none;
	border-top:none;
	border-bottom:none;
	border-color:#9A9B9C;
}
.contentright {
	float:right;
	height:150px;
	width:380px;
}
.contentright1 {
	padding-left:10px;
	float:left;
	height:150px;
	width:300px;
}
