#top {
	width: 100%;
	height: 119px;
}

h2 {
	color: #8F6F56;
}

#main {
	width: 100%;
}

#menu {
	width: 100%;
	height: 30px;
	background-color: #D1A56E;
	float: left;
	top: -1px;
	position: relative;
}

#menu a, a:link {
	font-size: 20px;
	color: #ffffff;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

#ltext {
	float: left;
	width: 70%;
}

#rpicture {
	float: left;
	width: 25%;
	padding-left: 30px;
	padding-top: 90px;
}

#lchall{
	float:left;
	width: 65%;
}

#rchall {
	float:left;
	width: 30%;
	padding-left: 10px;
	padding-top: 110px;
}

.part {
	width: 100%;
	height: 150px;
}

.ladm {
	float:left;
	width: 20%;
}

.radm {
	float:left;
	width: 70%;
}

.line {
	height: 150px;
	width: 100%;
}

.lmisimage {
	float: left;
	width: 20%;
	margin-left: 20px;
	margin-top: 13px;
}

.rmistext {
	float: left;
	width: 70%;
	margin-left: 30px;
}

.lmistext {
	float: left;
	width: 70%;
}

.rmisimage {
	float: left;
	width: 20%;
	margin-left: 50px;
	margin-top: 50px;
}

#lcontact {
	float: left;
	width: 65%;
}

#rcontact {
	float: left;
	width: 30%;
}

#lconted {
	float: left;
	width: 65%;
}

#rconted {
	float: left;
	width: 30%;
	padding-left: 10px;
	padding-top: 50px;
}

#lconted p {
	font-size: 24px;
}

#footer {
	float: left;
	width: 100%;
	height: 50px;
}

#footer p {
	color: #D1A56E;
	margin-top: 30px;
	font-size: 15px;
}

#footer a, a:link {
	text-decoration: none;
	color: #D1A56E;
	font-size: 15px;
}

#footer a:hover {
	text-decoration: underline;
	color: blue;
}

