#page {
	height:auto;
	width:1000px;
	margin:auto;
}

#header {
	height:241px;
	width:1000px;
	background-image:url(images/header.png);
	background-repeat:no-repeat;
}

#content {
	height:auto;
	width:1000px;
	background-image:url(images/content_bg.png);
	background-repeat:repeat-y;
	float:left;
}

#left {
	height:330px;
	width:236px;
	background-color:#fffbdb;
	float:left;
}

#left_left {
	height:330px;
	width:6px;
	background-image:url(images/left_left.png);
	background-repeat:no-repeat;
	float:right;
}

#left_right {
	height:330px;
	width:230px;
	background-image:url(images/left_right.png);
	background-repeat:repeat-x;
	float:right;
}

#right {
	height:330px;
	width:527px;
	margin-left:100px;
	margin-right:100px;
	float:left;
}

#sideline {
	height:6px;
	width:927px;
	background-image:url(images/sideline.png);
	background-repeat:no-repeat;
	margin-left:35px;
	float:left;
}

#footer {
	height:216px;
	width:1000px;
	background-image:url(images/footer.png);
	float:left;
}

.footer {
	text-decoration:none;
	font-size:14px;
	font-family:"Trebuchet MS";
	color:#FFFF99;
	display:block;
	float:right;
}

#submit {
	height:65px;
	width:113px;
	padding-top:30px;
	padding-left:650px;
}

.submit {
	height:65px;
	width:113px;
	background-image:url(images/submit.png);
	background-repeat:no-repeat;
	display:block;
}

.submit:link {
	height:65px;
	width:113px;
	background-image:url(images/submit_active.png);
	background-image:url(images/submit.png);
	background-repeat:no-repeat;
	display:block;
}

.submit:hover {
	height:65px;
	width:113px;
	background-image:url(images/submit_active.png);
	background-repeat:no-repeat;
	display:block;
}

.u1 {
	height:46px;
	width:950px;
	padding-top:195px;;
	padding-left:50px;
	font-size:29px;
	color:#fffbdb;
	font-family:"Lucida Sans Unicode";
}

.schrift1 {
	padding-left:10px;
	font-size:14px;
	color:#354b69;
	font-family:"Lucida Sans Unicode";
	font-weight:800;
}

.u2 {
	font-size:40px;
	color:#faba00;
	font-family:"Lucida Sans Unicode";
	font-weight:bold;
}

.schrift2 {
	padding-top:20px;
	font-size:14px;
	color:#fcc121;
	font-family:"Lucida Sans Unicode";
	font-weight:700;
	line-height: 18pt;
	text-align:justify;
}
