* {
	padding: 0;
	margin: 0;
	border-spacing: 0;
}

img {
	border: 0;
	vertical-align: top;
	margin: 0;
}

body {
	position: relative;
	margin: 0 auto;
	padding: 0;
	background: #121212;
	color: #fff;
	font-family: Tahoma;
	font-size: 12px;
	width: 1000px;
	height: 100%;
}

html {
	height: 100%;
}

h2 {
	width: 100%;
	text-align: center;
	color: #FFF;
}

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

a:hover {
	color: #497693;
	text-decoration: underline;
}

p {
	width: 100%;
	text-align: center;
	margin: 10px 0;
}

#header {
	position: relative;
	left: 0;
	top: 0px;
	width: 1000px;
	text-align: center;
	height: 50px;
}

#logo {
	position: absolute;
	top: 5px;
	left: 50px;
	clear: both;
	display: block;
	margin: auto;
}

/* Menu ---> */
#menu {
	position: absolute;
	top: 10px;
	right: 50px;
	margin: auto;
	width: 310px;
	height: 25px;
	text-align: right;
	font-family: sans-serif,Verdana,Arial,Helvetica;
	font-size: 120%;
	font-variant: small-caps;
	font-weight: bold;
}

#menu a {
	color: #ffffff;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}
/* <--- Menu */

#content {
	position: relative;
	margin-top: 150px;
	margin: 0px auto;
	padding: 10px;
	width: 980px;
	min-height: 555px;
	text-align: center;
	background: #0F0F0F;
    /* border:1px #000 solid; */
}

#copyright {
	text-align: center;
	margin-top: 10px;
}

#copyright a {
	color: #4f5455;
}

#content-margin {
	margin: 0 auto;
	padding: 30px;
	width: 820px;
	overflow: hidden;
/* 	background: #121212; */
	/* border: 1px solid #595959; */
}

/*------------------Gallery-Photo---------------> */
/* Block ---> */
.gallery-block {
	float: right;
	position: relative;
	width: 152px;
	height: 152px;
	margin: 3px;
	background: #8c9697;
	border: 1px solid #595959;
	padding: 2px;
	cursor: pointer;
}

.gallery-block img {
	border: 1px solid #fff;
}
/* <--- Block */
/* <------------------Gallery-Photo---------------*/


/* Forms ---> */
#MailForm{
    border:1px #000 solid;
    width:450px;
    height:450px;
    position:absolute;
    top:50%;
    left:50%;
    margin:-250px 0 0 -225px;
    text-align: center;
    font-size:120%;
    font-weight: bold;
}

.required_element {
	width: 300px;
/*	background: #f6d4ee; */
}

.input_element {
	width: 300px;
}

.text_area {
	width: 300px;
	height: 300px;
}

.submit_button {
	width: 200px;
}

.form_header {
}

/* <--- Forms */
