@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FFF;
	margin: 0px;
	font-family: "Avenir", "Helvetica Neue", Helvetica, Geneva, sans-serif;
}
#shadows {
	height: auto;
	width: 708px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background: url(images/shadow.gif) repeat-y;
}
#container {
	width: 660px;
	height: 862px;
	margin-left: 24px;
	background: url(images/background.jpg) no-repeat;
	position: relative;
}
#logo {
	background-image: url(images/logo.png);
	width: 448px;
	height: 289px;
	position: absolute;
	top: 0;
	right: 0px;
}
#top_bar {
	margin-left: 1px;
	width: 660px;
	height: 29px;
	background: url(images/top_bar.png) repeat-x;
	position: relative;
	top: 0px;
}
#language {
	font-size: 11px;
	left: 12px;
	position: relative;
	top: 3px;
	float: left;
}
#email_link {
	font-size: 11px;
	right: 12px;
	position: relative;
	top: 3px;
	float: right;
}
#email_link p {
	font-size: 11px;
	font-weight: bold;
	color: #9a3a40;
}
#language p {
	font-size: 11px;
	color: #9a3a40;
}
#current_page {
	color: #9a3a40;
	position: relative;
}
a:link {
	color: #515151;
	text-decoration: none;
}
a:hover {
	color: #9a3a40;
	text-decoration: none;
}
a:visited {
	color: #909090;
	text-decoration: none;
}
#content {
	width: 393px;
	height: auto;
	left: 174px;
	top: 242px;
	position: relative;
}
#info_left {
	width: 150px;
	text-align: right;
	position: relative;
	float: left;
	margin: 0;
}
#info_right {
	left: 12px;
	top: 0px;
	position: relative;
	text-align: left;
	float: right;
	width: 243px;
	margin-bottom: 10px;
}
#header {
	left: 0px;
	top: 0px;
	position: relative;
	width: 393px;
	clear: both;
}
h1 {
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	line-height: 1.2;
	color: #9a3a40;
}
h2 {
	font-size: 12px;
	line-height: 13px;
	margin-top: 0;
	margin-bottom: 6px;
	color: #9a3a40;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
}
h3 {
	font-size: 13px;
	line-height: 1;
	margin-top: 0;
	margin-bottom: 6px;
	font-weight: normal;
	font-style: normal;
	color: #515151;
}
#spacer {
	height: 6px;
}
p {
	font-size: 14px;
	margin-top: 0px;
	line-height: 1.2;
	margin-bottom: 14px;
	color: #515151;
}
#text {
	left: 0px;
	position: relative;
	padding-left: 81px;
	margin-top: 10px;
	width: 312px;
	top: 0px;
}
#email_background {
	background: url(images/background.png) no-repeat left top;
	width: 376px;
	height: 496px;
	z-index: 1;
	position: absolute;
}
#form_data {
	z-index: 2;
	width: 162px;
	position: relative;
	top: 97px;
	left: 324px;
}
#email_text {
	margin-top: 15px;
}
#form_cat {
	z-index: 3;
	width: 69px;
	position: relative;
	left: 243px;
	text-align: right;
	top: 	0px;
}
#form_cat h2 {
	margin-bottom: 20px;
}