/* basic elements */
body {
	padding: 0;
	margin: 0;
	background-image: url(images/body_bg.gif);
}
p {
	margin-top: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #514C3B;
}
a {
	color: #806C0C;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
h1 {
	font-size: 12px;
	font-weight: bold;
}

/* specific styles */

#webWrapper {
	width: 745px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
#topContainer {
	position: relative;
	width: 745px;
	height: 107px;
	margin: 0;
	background-image: url(images/top_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
}
#menuContainer {
	position: absolute;
	width: 515px;
	height: 12px;
	top: 84px;
	left: 205px;
}
#logo {
	position: absolute;
	width: 229px;
	height: 35px;
	top: 38px;
	left: 42px;
}
#home {
	position: absolute;
	width: 12px;
	height: 9px;
	top: 52px;
	left: 664px;
}
#contact {
	position: absolute;
	width: 10px;
	height: 6px;
	top: 55px;
	left: 687px;
}
#contentContainer {
	position: relative;
	width: 745px;
	height: 570px;
	background-image: url(images/content_bg.gif);
	background-position: top;
	background-repeat: repeat-y;
}
#imageContainer-page {
	position: absolute;
	left: 27px;
	top: 0px;
	width: 293px;
	height: 570px;

}
#textContainer {
	position: absolute;
	left: 320px;
	top: 0px;
	width: 373px;
	height: 540px;
	background-image: url(images/text_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-right: 15px;
	padding-top: 30px;
	padding-bottom: 0px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #514C3B;
}
#bottomContainer {
	position: relative;
	width: 745px;
	padding-top: 36px;
	background-image: url(images/bottom_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #737373;
	
}
#bottomContainer a {
	color: #737373;
	font-weight: normal;
	text-decoration: underline;
}
#bottomContainer a:hover {
	text-decoration: none;
}

