body {
	width: 900px;
	float: center;
	text-align: center;
	margin: 0 auto;
	padding: 0px;
	background: #713386;
}

#main {
	width: 900px;
	float: center;
	text-align: center;
	margin: 0 auto;
	padding: 0px;
}

body img {
	border: 0px;
	margin: 0 auto;
	padding: 0px;
}

.top {
	width: 900px;
	height: 183px;
	background-image: url('images/topek.jpeg');
	border-left: 1px #6f1884 solid;
	border-right: 1px #6f1884 solid;
}

#menu {
	width: 910px;
	height: 87px;
	padding: 0px;
	margin: 0 auto;
	text-align: center;
}

#menu a {
	float: left;
	padding: 0px;
	margin: 0 auto;
}

#under-top {
	width: 900px;
	height: 125px;
	border-left: 1px #6f1884 solid;
	border-right: 1px #6f1884 solid;
	background-image: url('images/under-top.png');
	float: left;
}

	#menu-small {
		font-size: 13px;
		width: 177px;
		height: 26px;
		margin-top: -6px;
		_margin-top: 0px;
		margin-right: 67px;
		_margin-right: 34px;
		float: right;
	}

	#menu-small-button {
		width: 83px;
		height: 20px;
		_height: 25px;
		padding-top: 5px;
		background-image: url('images/buttons/small-button.png');
		text-align: center;
	}

		#menu-small-button a {
			color: white;
			text-decoration: none;
		}

		#menu-small-button a:hover {
			color: white;
			text-decoration: underline;
		}

#content {
	width: 863px;
	_width: 900px;
	padding: 83px 0px 40px 37px;
	border-left: 1px #6f1884 solid;
	border-right: 1px #6f1884 solid;
	font-size: 14px;
	color: #85249f;	
	background: white;
	text-align: left;
	float: left;
}

	#content b {
		margin-top: 10px;
	}
	
	#content p {
		width: 428px;
		_width: 407px;
		float: left;
		padding: 0px 0px 70px 10px;
		_padding-right: 10px;
		margin: 0 auto;
		line-height: 19px;
	}

	#contact-form {
		width: 374px;
		margin-right: 40px;
		height: 300px;
		background-image: url('images/backgorund-form.png');
		background-repeat: repeat-x repeat-y;
		float: right;
	}

		#contact-form img {
			padding: 0 0 20 0;
			margin: 0 auto;
		}

		#contact-form form {
			font-size: 11px;
			padding: 20px 0px 0px 21px;
		}

		#contact-form input {
			width: 300px;
			font-size: 12px;
			border: 1px #b284bd solid;
			color: #cc00ff;
		}

		#contact-form textarea {
			width: 300px;
			height: 100px;
			font-size: 12px;
			border: 1px #b284bd solid;
			color: #cc00ff;
		}
		#contact-form submit {
			width: 300px;
			height: 100px;
			font-size: 12px;
			border: 1px #b284bd solid;
			color: red;
		}

#header {
	width: 267px;
	color: #85249f;
	float: left;
	margin-right: 14px;
}

	#header img {
		margin-bottom: 16px;
	}
	
	#header b {
		color: #6f1884;
	}
	
	#header p {
		width: 261px;
		padding: 0px 0px 0px 6px;
		margin: 0 auto;
	}
	
	#header p.text {
		padding-bottom: 15px;
	}
	
	#header br {
		line-height: 29px;
	}

	#header img.button {
		padding-top: 16px;
	}

#footer {
	width: 818px;
	_width: 900px;
	height: 83px;
	padding: 3px 42px 0px 42px;
	font-size: 11px;
	color: #ab4bff;
	background-image: url('images/footer.jpeg');
	background-repeat: repeat-x;
	float: left;
}

#footer a {
	color: #c789ff;
	line-height: 20px;
}