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

a{
	color: #78796f;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

body {
	background: #3c3e37;

	color: #56594f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}


h1 {
	display: none;
}

p {
	margin: 0px 0px 7px 0px;
	padding: 0px;
}

.content {
	padding: 40px 0px 40px 0px;
	overflow: hidden;
	background: #eef0e3;

	float: clear;
	height: 100%;
}

.container  {
	margin-left: auto;
	margin-right: auto;
	width: 740px;
	height: 100%;
	float: clear;
	overflow: hidden;
}

.header {
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/sej_01.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 100%;
	text-align: right;
	height: 178px;
}

.footer {

	background-image: url(images/sej_13.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
	height: 140px;
	padding-top: 20px;
	color: #78796f;
	text-align: right;
}

.footertext {
	margin-left: auto;
	margin-right: auto;
	width: 740px;
}

.footerlink {
	margin-left: 30px;
}

.logo {
	margin-left: auto;
	margin-right: auto;
	width: 740px;
	padding-top: 30px;
}

.left {
	height: 330px;
	float: left;
	height: 100%;
	width: 350px;
}

.right {
	float: right;
	height: 100%;
	width: 350px;
	margin-top: 20px;
}



img {
	border: 1px solid #3c3e37;
	margin-top: 5px;
}

.sejlogo {
	margin-right: -25px;
}
