/* CSS Document */

#container {
	margin: 0;
	text-align: center;
	width: 618px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}

body {
	background-color: #f6f5f3;
	margin: 0;
	text-align: center;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}

p {
	text-align: justify;
	margin-left: 60px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 60px;
}

#header {
	margin: 0 auto;
}

#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #333333;
	text-align: left;
	width: 760px;
	margin: 0 auto;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	clear: both;
	color: #797470;
	text-align: center;
	width: 760px;
	margin: 0 auto;
	padding: 10px 0 30px 0;
	background-position: top center;
	height: 10px;
	background-repeat: no-repeat;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3E8888;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #A3706B;
	text-decoration: none;
}
a:active {
	color: #3E8888;
	text-decoration: none;
}

h1 {
	text-align: left;
	font-weight: normal;
	line-height: 35px;
	font-size: 30px;
	text-indent: 5px;
	color: #989ba7;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 50px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

h1:first-letter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #545a73;
} 


.links {
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
} 

blockquote {
	text-align: center;
	margin: 10px 75px;
	color: #242424;
	font-weight: normal;
	font-variant: normal;
	bottom: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 10px;
	background-color: #0c0b01;
} 

input, textarea, option, select {
	background-color: #E4E2E3;
	font: 11px Verdana;
	color: #666666;
	letter-spacing: 0px;
	border: 1px solid #903509;
	padding:2px;
}

li {
	text-align: justify;
	margin-left: 100px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-right: 100px;
	line-height: 20px;
} 
.td_titles {
	text-align: justify;
	font-size: 14px;
	color: #2a4500;
}

.imageback {
	background-color: #989BA7;
	padding: 3px;
}
