/* CSS Document */

body {
	background-color: #f8f7f7;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

img {
	border: none;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 0px 0px;
	padding: 7px 0px 7px 0px;
	font-size: 11px;
	line-height: 14px;
	color: #636363;
}

a {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 0px 0px;
	padding: 7px 0px 7px 0px;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #636363;
	text-decoration: underline;
}

a:active {
	color: #939598;
	text-decoration: none;
}


.header_txt {
	color: #636363;
}

a.header_txt {
	color: #000000;
	
	text-decoration: none;
}

a.header_txt:hover {
	color: #636363;
	text-decoration: underline;
}

a.header_txt:active {
	color: #939598;
	text-decoration: none;
}

.txt_number {
	font-style: italic;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 0px 0px;
	padding: 14px 0px 14px 0px;
	font-size: 22px;
	line-height: 14px;
	color: #272311;
	font-weight: normal;
}

h1.txt_title {
line-height: 21px;
color: #272311;
	padding: 14px 0px 0px 0px;
/* Previously 28px 0px 0px 0px */
}

a.txt_title{
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 0px 0px;
	padding: 14px 0px 0px 0px;
	font-size: 22px;
	line-height: 21px;
	color: #272311;
	font-weight: normal;
text-decoration: none;
}

a.txt_title:hover {
color: #636363;
text-decoration: underline;
}

a.txt_title: active {
	color: #939598;
	text-decoration: none;
}

h1.txt_title2 {
	padding: 28px 0px 14px 0px;
}

#container {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

#envelope_top {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 1000px;
	height: 20px;
	position: relative;
}

#envelope_bottom {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 1000px;
	height: 20px;
	position: relative;
}

#envelope {
	margin: 0px auto 0px auto;
	padding: 19px 55px 10px 55px;
	width: 890px;
/*	background-color: #f9f9f9; */
	position: relative;
	
	background-image: url(http://www.markodomstudio.com//images/background.gif);
	background-repeat: repeat-y;
}

.line {
	padding: 0px;
	margin: 0px 9px 0px 9px;
	height: 2px;
	width: 872px;
	background-position: center;
	position: relative;
}

.line2 {
	padding: 0px;
	margin: 168px 9px 168px 9px;
	height: 2px;
	width: 872px;
	background-position: center;
	position: relative;
}


#header {
	height: 188px;
	width: 880px;
	margin: 28px 5px 0px 5px;
	padding: 0px;
	position: relative;
}

.header_cell {
	padding: 0px;
	margin: 5px;
	width: 210px;
	float: left;
	/* IE6 Float Fix */
	display: inline;
}

.row {
	width: 880px;
	padding: 0px;
	margin: 0px 5px 21px 5px;
}

.cell {
	margin: 5px;
	padding: 0px;
	width: 210px;
	float: left;

	/* IE6 Float Fix */
	display: inline;
}

.clear {
	clear: left;
	padding: 0px;
	margin: 0px;
	width: 0px;
	height: 0px;
}

#footer {
	width: 870px;
	padding: 0px;
	margin: 7px 10px 21px 10px;
	position: relative;
}