@charset "utf-8";
/* CSS Document */

body {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	background: #FFF;
}

h1 {
	font-size: 28px;
	text-align: center;
	color: #93C;
	border: #000;
}

h3 {
	font-style: italic;
}

p {
	text-align: justify;
}

p1 {
	font-size: 10px;
	text-align: center;
}

img {
        border: none;
}

a:link {
	color: #93C;
}

a:visited {
	COLOR: #93C;
}

a:hover {
	COLOR: #93C;
}

a:active {
	COLOR: #93C;
}

#container {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	background: #FFF;
}

#banner {
	font-size: 18px;
	width: 1000px;
	position: relative;
}
#inyb_menu {
	position: absolute;
	/* [disabled]top: 50px; */
	left: 0px;
	bottom: 0px;
	padding-left: 20px;
}
#main {
	width: 1000px;
	min-height: 200px;
}
#left-text {
	width: 690px;
	float: left;
	padding: 5px;
}
#right-image {
	width: 290px;
	float: right;
	padding: 5px;
}
#footer {
	width: 1000px;
	font-size: 16px;
}

#name {
	height: 85px;
	width: 900px;
	float: left;
}

#image {
	text-align: center;
}

#centre-home {
	background-image: url(../images/home.jpg);
	padding-top: 5px;
}

#production {
	width: 210px;
	padding-top: 50px;
	float: right;
	text-align: centre;
}

#dnc-left, dnc-lcent, dnc-cent, dnc-rcent, dnc-right {
	width: 150px;
	float: left;
	text-align: center;
	padding-left: 20px;
}

