* {
	padding:0;
	margin:0;
}

html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #333;
	min-width: 960px;
	color: #000;
}

p {
	margin-bottom: 1em;
	line-height: 150%;
	margin-left: 12px;
}

h1 {
	color: #7B1D17;
	margin-bottom: 8px;
	margin-left: 12px;
}

h2 {
	color: #555;
	margin-bottom:5px;
	padding-left: 12px;
	background-color: rgb(165, 0, 0);
	color: #fff;
	padding-top: 7px;
	padding-bottom: 4px;
	background-image: url(/images/template/h2_strip.png);
	background-position: right;
	background-repeat: repeat-y;
}

a:link, a:visited {
	text-decoration: none;
	color: #000;
}

ul {
	list-style: none;
}

#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -40px;
	background-color: #fff;

	width: 960px;
	text-align: left;
	background-image: url(/images/template/birds.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
}

.push {
	width: 100%;
	clear: both;
	height:40px;
}

#header {
	height: 140px;
	clear: both;
}

#header_text {
	float: left;
	position: absolute;
	margin-left: 140px;
}

#header img {
	margin-top: 10px;
	margin-left: 10px;
}

#language_swap {
	float: right;
	padding-right: 10px;
	padding-top: 10px;
}

#language_swap a:link, #language_swap a:visited {
	color: #000;
	text-decoration: none;
	padding-left: 5px;
}

#strip {
	height: 200px;
	background-image: url(/images/template/strip_fade.jpg);
	background-repeat: repeat-x;
	text-align: right;
}

#strip li {
	display: inline;
	margin-right: 10px;
}

#menu {
	text-align: right;
	padding-right: 10px;
	position: relative;
	top: -13px;
}

#menu li {
	display: inline;
	margin-left: 20px;
}

#menu a:link, #menu a:visited {
	text-decoration: none;
}

#main {
	float: left;
	width: 550px;
	margin-top: 30px;
	padding-bottom: 200px;
}

#main a:link, #main a:visited {
	text-decoration: underline;
}

#right {
	float: left;
	width: 305px;
	margin-left: 50px;
	padding-right: 5px;
	margin-top: 30px;
	color: #333;
}

#right h1 {
	margin-left: 0px;
}

#footer {
	height:40px;
	width:950px;
	background-color:#7B1D17;
	margin-left: auto;
	margin-right: auto;
	padding-left:10px;
	padding-top: 5px;
	color: #fff;
}

ul.photoset {
	padding-bottom: 15px;
	margin-left: 12px;
}

.photoset li {
	display: inline;
	margin-right: 5px;
}

.photoset img {
	border: 1px solid #555;
	margin-bottom: 5px;
}





form ul
{
margin: 0px;
padding: 0px;
list-style: none;
}

form ul li
{
padding: 3px;
float: left;
width: 100%;
}

fieldset
{
padding-bottom: 5px;
margin-bottom: 10px;
border: 1px solid #ccc;
}

#form_errors ul {
padding-left: 145px;
list-style: circle;
}

#form_errors li {
padding-top: 4px;
padding-bottom: 4px;
}

legend
{
font-weight: bold;
margin-left: 5px;
padding: 3px;
}

textarea {
height: 150px;
width: 300px;
}

label {
float: left;
width: 140px;
margin-right: 10px;
text-align: right;
}

label em
{
color: #f00;
}

form .guidetext
{
margin-left: 150px;
margin-top: 5px;
margin-bottom: 5px;
color: #be1817;
}