/*DIVS AND BODY*/

body {
	margin: 0px;
	background-image: url(bkg.png);
	background-repeat: repeat;
	font-family: Georgia, serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 14px;
	color: #4b5e5a;
	
}

#txt {
	width: 300px; /*We have to do this to compensate outer stuff*/
	position:absolute;
	left:395px;
	top:55px;
	
}

#txt2 {
	background-image: url(md_dle.png);
	background-repeat: repeat-y;
	overflow: auto;
	text-align: justify;
	padding-left: 35px;
	padding-right: 35px;
}

#footer {
	width: 300px;
	height: 20px;
	clear: both;
}

/*BEGIN TEXT CSS*/

h1 {
	background-image: url(h1.png);
	font-family: Georgia, serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 3px;
	margin-top: 8px;
	text-align: left;
	color: #4E8B7B;

}

h2 {
	background-image: url(h1.png);
	font-family: Georgia, serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 3px;
	margin-top: 8px;
	text-align: left;
	color: #4E8B7B;

}

b {
	color: #9bbeb7;

}

u {
	color: #9bbeb7;
	border-bottom: #9bbeb7;

}
	

textarea {
	font-family: Georgia, serif;
	font-size: 9px;
	font-style: italic;
	color: #727272;
	width: 210px;

}

option, select {
	font-family: Georgia, serif;
	font-size: 9px;
	font-style: italic;
	color: #727272;

}

input {
	font-family: Georgia, serif;
	font-size: 9px;
	font-style: italic;
	color: #727272;
}

/*LINKS*/

a:link {
	color: #928D7B;
}

a:visited {
	color: #928D7B;
}

a:hover {
color: #576671;
font-family: Georgia, serif;
font-style: normal;
font-weight: bold;
letter-spacing: normal;
}

a:active {
	color: #928D7B;
}

input, textarea{
font-family: Georgia, serif;
font-size: 9px;
font-style: italic;
color: #727272;
}
