@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #999999;
	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: #000000;
}

#wrapper {
	width: 760px;
	margin: 20px auto;
	background-position: top left;
	background-repeat: repeat-y;
	padding-top: 30px;
	padding-left: 20px;
	background-image: url(../images/home_page_background_new.jpg);
}

.contact #container {
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #999999;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #999999;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #FFC470;
}
.contact #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#footer {
	background:#999999;
	margin: 0 20px;
	border-top: solid 1px #A8A8A8;
} 

#footer_nav_links a {
	padding-right: 2em;
}

#title {
	font-weight: bolder;
	text-align: center;
	font-size: 24px;
}

#intro {
	text-align: justify;
	font-size: 80%;
}

.section {
	font-size: 100%;
	font-weight: bold;
	padding: 10px 0;
	border-top: solid 1px #A8A8A8;
}

fieldset {
	border-style: outset;
	font-size: 80%;
	border-color: #ACACAC;
	border: 3px;
}

form {
	width: 680px;
	margin: 15px auto 10px 20px;
}

label {
	display:block;
}

textarea {
	width:600px;
	height:150px;
	background-color: #E8E8E8;
	color: #302000;
}

.textinput {
	width:250px;
	background-color: #E8E8E8;
	color: #302000;
}

#name, #email, #content {
	background-color: #CCCCCC;
}

#send {
	color: #302000;
}

#contact_info {
	padding: 0 0 15px 20px;
}

#your_message {
	padding: 0 0 15px 20px;
}

.form_feedback {
	font-weight:normal;
	color:#003399;
	font-size: 12px;
}

#contacts {
	padding: 0 0 10px 20px;
	font-size: 80%;
}

#footer p {
	text-align: center;
	padding: 10px 0;
	margin: 0 10px;
}

#credits {
	font-size: 80%;
	padding: 0 0 0 15px;
}

#information {
	font-size: 80%;
	padding: 0 0 0 15px;
}

a.contact_link {
	font-size: 90%;
	text-decoration: none;
}

a:link {color: #FFE0B4; text-decoration: none;}
a:visited {color: #FFE0B4; text-decoration: none;}
a:focus {color: #FFE0B4; text-decoration: none;}
a:hover {color: red; text-decoration: none;}
a:hover.current {color: #FFE0B4; text-decoration: none; cursor:default}
a:active {color: #FFE0B4; text-decoration: none;}

a.contact_link:link {color: #FFE0B4;}
a.contact_link:visited {color: #FFE0B4;}
a.contact_link:focus {color: #FFE0B4;}
a.contact_link:hover {color: red;}
a.contact_link:active {color: #FFE0B4;
}
