* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #D96D00;
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 140px;
	font-size: 100%;
	font-family: Tahoma, Verdana, Georgia;
}
div {
	font-size: 95%;
}
p {
	padding-bottom: 1em;
}
#navigation {
	width: 206px;
	padding-left: 35px;
	float: left;
	height: 1000px;
	font-size: 1em;
}
#footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 178px;
	width: 634px;
}
#maincontent {
	width: 634px;
	float: left;
}
#icons {
	float: left;
	width: 44px;
	margin-left: 35px;
}
#icons img {
	margin-bottom: 2px;
}
ul {
	list-style-type: none;
}
#maincontent #text {
	padding: 3em 4em 0 4em;
	background-image: url(images/back2.png);
	background-repeat: repeat-y;
	min-height: 350px;
  height:auto !important;
  height:350px;
}
#text p {
	text-align: justify;
	line-height: 1.5em;
}
#text h1 {
	font-size: 1.5em;
	margin-bottom: 0.5em;
}
#navigation ul {line-height: 3em; margin-top: 3em;}
#navigation li a {
	border-bottom: 1px dashed #FF9900;
	text-decoration: none;
	color: #FFCC33;
	font-weight: 100;
	letter-spacing: 0.1em;
	display: block;
	padding-left: 50px;
	
}
#navigation #home a {
	border-top: 1px dashed #FF9900;
}
#text h2 {
	font-size: 1.3em;
	margin-bottom: 0.2em;
}
#text a:link {
	color: #CC3366;
	text-decoration: none;
	border-bottom: 1px dotted #CC3366;
	font-weight: bold;
}
#text a:visited {
	color: #CC3366;
	text-decoration: none;
	border-bottom: 1px dotted #CC3366;
	font-weight: normal;
	}
	#text a:hover, #text a:active {
	color: #D96D00;
	text-decoration: none;
	border-bottom: 1px dotted #CC3366;
	font-weight: bold;
	}
	#text ul {
	line-height: 1.5em;
}
