body, td {
	font-family: arial; 
	font-size: 12px;
	color: #383838;
	border-collapse: collapse;
}

#navigation {
	padding: 0px 0px 0px 13px;
}

.page_title {
	font-size: 12px;
	font-weight: bold;
	color: #2A320F;
}

#body_content {
	left: 125px;
	top: 35px;
	width: 640px;
	position: relative;
      margin: 0px 0px 25px 0px;
}

#contact_block {
	border: 1px solid #727B56;
	width: 600px;
	height: 255;
	background: url(../images/gradient.jpg) repeat-x;
}

#general_block {
	border-collapse:collapse;
      border: 1px solid #727B56;
	width: 600px;
	background: url(../images/gradient.jpg) repeat-x;
}

.contact_header {
	padding: 0px 0px 1px 10px;
	font-size: 14px;
	font-weight: normal;
	text-transform: capitalize;
	height: 20px;
}

.smalltext {
	font-size: 10px;
	font-weight: bold;
	color: #383838;
}

.credittext{
	font-size: 9px;
	font-weight: normal;
	color: #4f4f4f;
	text-decoration: none;
}
a:hover.credittext{
	color: #2f2f2f;
	text-decoration: underline;
}

a.contact_mail {
	font-size: 10px;
	font-weight: bold;
	color: #383838;
	text-decoration: none;
}

a.website{
	font-weight: bold;
	color: #383838;
	text-decoration: none;
}

a:hover.website{
	font-weight: bold;
	color: #383838;
	text-decoration: underline;
}

a:hover.contact_mail {
	font-size: 10px;
	font-weight: bold;
	color: #383838;
	text-decoration: underline;
}

input {
	background-color: #ffffff;
	border: 1px solid #727B56;
	width: 190px;
	height: 20px;
	font-family: arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #383838;
	padding: 3px 0px 0px 4px;
}

textarea {
	background-color: #ffffff;
	border: 1px solid #727B56;
	width: 190px;
	height: 60px;
	font-family: arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #383838;
	padding: 3px 0px 0px 4px;
}

.submit_button {
	background-color: #ffffff;
	border: 1px solid #727B56;
	width: 50px;
	text-align: center;
	height: 20px;
	font-family: arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #383838;
	padding: 3px 0px 0px 4px;
}

#footer {
	border: 1px solid #cc33cc;
	width: 100%;
	margin: 25px 0px 25px 0px;
	background-color: #D4D5B7;
}

