@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #2A1E0B;
	font-family: Helvetica, Geneva, Verdana, Arial, sans-serif;
	font-size: 100%;
	background-color: #3E3426;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
}
#container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #fcf9d8;
	background-image: url(images/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#header {
}
#navigation {
	padding-left: 20px;
}
#navigation a {
	text-decoration: none;
	color: #2A1E0B;
}
#navigation a:hover {
	color: #F46A64;
}
#mainContent {
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
	margin-bottom: 25px;
}
#mainContent p {
	text-align: justify;
}
#footer {
	clear: both;
}
#contact {
	width: 420px;
}
#cont_form {
	font-size: 15px;
}
#cont_form td {
	text-align: left;
}
h1, h2 {
	font-size: 24px;
	font-weight: bold;
	color: #300;
}
p {
	font-size: 13px;
	line-height: 1.6em;
}
ul {
	margin-top: 10px;
	margin-bottom: 10px;
}
li {
	font-size: 14px;
	line-height: 1.6em;
}
a:link {
	color: #DE625D;
}
a:visited {
	color: #DE625D;
}
a:hover {
	color: #FCF8DA;
}
.bold {
	font-weight: bold;
}
.fltrt {
	float: right;
	margin-bottom: 8px;
	margin-left: 25px;
}
#copyright p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
#copyright  a:link {
	color: #999999;
	text-decoration: none;
}
#copyright a:visited {
	color: #999999;
	text-decoration: none;
}
