@charset "utf-8";
/* CSS Document */

/*Layout Divs*/
html, body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	/*background-color: #fff;*/
	background-image: url(../_images/footersleeve.jpg);
	background-repeat: repeat;
	height: 100%;
}
#bg {
	width: 100%;
	margin: 0 auto;
	background-image: url(../_images/background.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
}
#wrapper {width: 960px;	height: auto; margin: 0 auto;}

#header {margin:0 auto;	padding: 0;	height: 98px; width: 960px}
#mcsleeve {
	width: 100%;
	height: auto;
	overflow: auto;
	position: relative;
	z-index: 1;
	padding-top: 0px;
}
#mc {
	margin:0 auto;
	padding-top: 10px;
	/*padding-bottom: 100px;*/
	height: auto;
	width: 960px;
	overflow: auto;
}
#img {
	float: left; 
	padding-top: 10px;
	padding-left: 40px;
	}
#textarea {
	width: 404px;
	min-height: 450px;
	background-image: url(../_images/textbox.png);
	background-repeat: no-repeat;
	float: left;
	margin-right: 30px;
	margin-left: 40px;
	overflow: hidden;
}

p.text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
	text-align: justify;
	line-height: 18px;
}
p.contact {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-weight: lighter;
	color: #000;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
	text-align: center;
	line-height: 12px;
}
p.img {
	width: 735px;
	margin: 0 auto;
	padding-top: 10px;
}
#nav {margin-left: 0px; float: left;}
ul.nav {
	text-decoration: none;
	list-style-type: none;
	line-height: 30px;
}
img {
	border-style:none;
}
#footer {
	margin:0 auto;
	/*margin-top: -100px; /* negative value of footer height */
	padding: 0;
	height: 100px;
	width: 960px;
	clear: both;
	position: relative;
}

#footersleeve {
	width: 100%;
	/*margin:0 auto;*/
	/*min-height: 100%;*/
	position: relative;
	z-index: 1;
	background-image: url(../_images/footersleeve.jpg);
	clear: both;
	background-repeat: repeat;
}
#bottom {
	width: 100%;
	/*margin:0 auto;*/
	height: auto;
	position: relative;
	z-index: 1;
	background-image: url(../_images/footersleeve.jpg);
	clear: both;
	background-repeat: repeat;
	overflow: hidden;
}
.login {
	width: 300px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: oblique;
	margin-top: 10px;
	font-weight: normal;
	margin-left: 30px;
}
.formfield{
	border: 1px solid #495054;
	background-color: #E7EBEA;
	width:250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000;
}