@charset "utf-8";

* {
margin:0;
padding:0;
}

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #8B4513;
	background-color: #CC9933;
	background-image: url(img/tile-molding.jpg);
	background-repeat: repeat-x;
	font-size: 100%;
	font-family: "Palatino Linotype", Georgia, serif;
}
#bc  {
	margin: 0;
	left: 0px;
	position: absolute;

}

#container {
	margin: 60px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #CC9933;
	width: 808px;
}
#header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #cc9933;
	background-repeat: repeat-x;
}
#header img {
	margin-top: 20px;

}
#title img {
	margin: 0;
}


#header h1, #header h2 {
	padding: 10px 0;
	font-style: italic;
	color: #663300;
	text-align: center;
	font-size: 100%;
	letter-spacing: 1.5px;
}
#mainContent  h4 {
	padding-top: 10px;
	padding-left: 150px;
}

#mainContent {
	padding: 2px;
	color: #666666;
	clear: right;
	background-image: url(img/jenia-logo.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 562px;
	border: 2px solid #eadeae;
}
#mainContent p {
	font-style: italic;
	text-align: center;
	color: #eadeae;
	margin-top: 210px;
	margin-left: 30px;
	font-size: 16px;
}
#mainContent a {
	color: #eadeae;
	text-decoration: none;
	line-height: 200px;
	display: block;
}
#mainContent a:hover {
	font-weight: normal;
}



#mainContent img {
	margin-top: 244px;
}

#footer {
	padding: 0 10px;
	background-color: #CC9933;
} 
#footer p {
	text-align: center;
	padding-top: 4px;
	font-size: 16px;
}
#footer a {
	color:#8B4513;
	text-decoration:underline;
	font-weight: bold;
}
#footer a:hover {
	color:#eadeae;
	text-decoration:underline;
}
