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


body {
	font-family: Verdana, Geneva, sans-serif;
	font:16px;
	background-color:#cac499;
	color:#855E42;
	text-align:center;	
	background-image:url(images/main_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	margin:0px;
	padding:0px;
}
a {
	color:#855E42;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
	color:#8B4726;
}
a img {
	border:0px;
}
h1,h2,h3,h4 {
	margin:0px; padding:0px;
}
div#left_text h1 {
	font-size:38px;
}
div#left_text h2 {
	font-size:28px;
}

h3 {
	font-size:18px;
}
div#content {
	margin:auto;
	width:700px;
}
div#logo {
	text-align:left;
	padding-top:20px;
	padding-left:20px;
	width:700px;
	margin: auto;
}

h1,h2,h3,h4,h5 {
	font-family:"Times New Roman", Times, serif;
	color:#8B4726;
	font-variant:small-caps;
}


div#header {
	text-align:center;
	margin:auto;
	width:900px;
	height:266px;
	background-image:url(images/flag.png);
	background-repeat:no-repeat;
	background-position:bottom right;
	padding:0px;
}

div#topleft_holder {
	width:200px;
	float:left;
	padding-top:48px;
}



div#form_holder {
	width:800px;
	margin:auto;
}
div#form_content {
	margin: auto;
	padding:10px;
}
div#right_image {
	margin-top:50px;
	float:right;
}

form#contact_form {
	margin:auto;
	width:400px;
	float:right;
}


form#contact_form p {
	padding: 4px 0 4px 0;
	text-align:left;
}

form#contact_form label {
	float: left;
	width: 170px;
	text-align: right;
	margin: 0;
	padding: 4px 10px 4px 4px;
}

form#contact_form input.text {
	height: 21px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	padding: 4px 4px 4px 4px;
	text-align:left;
	width:266px;
}

div#message {
	padding:5px;
	height:140px;
	width:520px;
	background-repeat:no-repeat;
}

h3#error {
	color:#F00;
}

ul#errors {
	color:#F00;
	text-align:left;
	list-style:none;
	padding-bottom:0px;
	margin-bottom:0px;
}

ul#errors li {
	background-image:url(images/star.jpg);
	background-repeat:no-repeat;
	background-position:left;
	margin-left:0px;
	padding-left:14px;
}

div#footer {
	border-top:2px solid #999;
	margin-top:20px;
	text-align:center;
	font-size:10px;
	clear:both;
}