@charset "utf-8";
/* CSS Document by Dieter Schneider | CssTemplateHeaven.com */

/* Reset Styles (Credits to Eric Meyer: http://meyerweb.com/eric/tools/css/reset/) */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end reset */



html {background: #f7f7f7; font-size: 100%}

/*------------------ Site Structure ------------------*/

body {
	width: 100%;
	height:100%;
	position:relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .875em;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow-x: hidden;
}



#footer {
	clear: both;
	margin:0 auto;
	padding:10px;
	text-align: center;
	background: url(images/seperator.png) repeat-x top;
	font-size: 0.8em;
	color: #a3a3a3;
	position: fixed;
	bottom: 0px;
	width:100%;
	z-index:10;
}

#contaigner{
	position: relative;
width: 100%;
height: 100%;
margin:0;
padding:0;
}

#header {height: 160px; }

#social {width: 133px; height: 26px; float: right; margin-top: 8px}






/*------------------ typography and images ------------------*/

/* global links */

a {text-decoration: none; color: #740000}

/* text styles */

h1 {font-size: 2em; font-weight: normal; padding-bottom: 10px}
h2 {font-size: 1.6em; font-weight: normal; padding-bottom: 6px}
h3, h4 {font-size: 1.4em; font-weight: normal}
h5, h6  {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom:8px;
	margin-top:8px;
}

p {
	line-height: 1.7em;
	padding-bottom: 25px;
	font-size: 1.2em;
}

/* images */

.more {float: right; margin-right: 10px}



.center {margin: auto;}

#no_gallery_found {width: 798; padding: 50px; margin: auto; background: red; border: 10px solid white}


.logo {float: left;
}

.title_menu {
	float: right;
	margin-top: 30px;
	margin-right: 100px;
}
.title_menu li {
	float: left;
	margin-right: 10px;
}
.center_menu {
	position: relative;
	z-index:20;
	padding-top:100px;
	margin-left:auto;
	margin-right:auto;
	width: 160px;
}
.center_menu li {
	float: left;
	margin-right: 10px;
}
#opening {
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	text-align: center;
	
}

.main_background{
	clear: both;
	top:-400px;
	left:0;
    position: relative;
	z-index:-10;
	width:960px;
	height:678px;
	
}
.main_background2{
	clear: both;
	margin-top:100px;
	margin-left:auto;
	margin-right:auto;
    position: relative;
	z-index:-6;
	width: 240px;
	height: 100px;
	
}
.main_background3{
	clear: both;
	top:0;
	left:100;
	position: absolute;
	z-index: -8;
	background-image: url(img/back/03.png);
	width: 960px;
	height: 678px;
	background-repeat: no-repeat;	
}
.undertext {
	float:left;
	width: 960px;
	height: 290px;
	margin-bottom: 60px;
}
.undertext span {font-weight: 700}
#intro img {
	float: right;
}
