#preload {
	display: none;
}

#container { 
	height: auto;
	min-height: 100%;
	background-image:url('/assets/bg_grad.png');
	background-repeat: repeat-x;
}

#main {
	width: auto;
	min-width: 900px;
	max-width: 1200px;
	margin: 0px auto;
}

#header {
	padding-left: 25px;
	padding-top: 22px;
	padding-bottom: 22px;
}

#mainlinks {
	float: right;
	margin-right: 25px;
}

#mainlinks ul {
	list-style-type: none;
}

#mainlinks li {
	float: left;
	margin-left: 22px;
	margin-right: 22px;
	margin-top: -4px;
}

#mainlinks li a {
	border-bottom: 0px;
	color: #bfbfbf;
}

a img {
	border: 0px;
}

.mainlink_selected {
	border-bottom: 4px solid;
	color: #bfbfbf;
}

#mainlinks li a:hover {
	border-bottom: 4px solid;
}

#body {
	min-height: 500px;
}

#footer {
	margin: 0px auto;
	width: 90%;
	height: 10px;
	padding: 8px;
	border-top: 1px solid;
	border-color: #cfcfcf;
	text-align: center;
	font-size: 10px;
}

html,body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}

.gallery_list {
	padding-top: 100px;
}

.gallery_banner_title {
	margin-left: 65px;
	width: 100px;
	display: inline-block;
	text-decoration: none;
	font-family: "Asap", "Lucida Grande", sans-serif;
	font-size: 24px;
}

.gallery_banner_description {
	display: inline-block;
	vertical-align: text-bottom;
	text-decoration: none;
	font-family: "Asap", "Lucida Grande", sans-serif;
	font-size: 14px;
}

.gallery_banner_image {
	height: 100px;
	background-repeat: no-repeat;
	padding-bottom: 40px;
	background-position: right top;
}

.link_nostyle {
	text-decoration: none;
}

.gallery_banner_image_link {
	height: 100px;
	width: 100%;
	display: block;
}

#galleria {
	margin: 0px auto;
	min-height: 500px;
	width: 100%;
	height: 100%;
}

.form {
	margin: 0px auto;
	padding-top: 40px;
	max-width: 500px;
}

.form input {
	width: 100%;
}

.error_field {
	background: #ffbcbc;
}

.form textarea {
	width: 100%;
}

.submit_button input {
	margin-top: 20px;
	width: 100%;
	height: 30px;
}

.form_error {
	margin-bottom: 20px;
	width: 100%;
	background: #ffbcbc;
	border: 1px solid #000;
	height: 40px;
	text-align: center;
	vertical-align: center;
	line-height: 40px;
}

.form_notice {
	margin-bottom: 20px;
	width: 100%;
	background: #e3e3e3;
	border: 1px solid #000;
	height: 40px;
	text-align: center;
	vertical-align: center;
	line-height: 40px;
}

.field_header {
	padding-top: 5px;
	padding-bottom: 5px;
}

.field_header_error {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #ff0000;
}

#splash {
	width: 100%;
	height: auto;
	background: url('https://live.staticflickr.com/8011/7343193016_5dc988af1e_b.jpg') no-repeat center center fixed;
	background-size:cover;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}