body {
  margin: 0 auto;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 76%;
  background: #550022 url('../images/layout/body_bg.png') left top repeat-x;
}

a, ul, ol, li, p, h1, h2, h3, h4, h5, h6, img, input, textarea, form {
  margin: 0;
  padding: 0;
}

p {
  margin: 5px 0;
}

a, h1, h2, h3, strong {
  color: #550022;
}

a:hover {
  color: #CB7C9B;
}

a img {
  border-width: 0px;
}

h1 {
	text-align: center;
}

	h1 a {
		color: #EFC2D5;
		text-decoration: none;
	}
	
	h1 a:hover {
		color: #EFC2D5;
	}


h2, h3 {
  margin: 5px 0 10px;
}

h2 {
  font-size: 1.6em;
}

h3, h4 {
  margin: 10px 0;
  font-size: 1.2em;
}

h4 {
  font-size: 1.1em;
}

iframe {
  margin: 0 auto;
}

ul {
	padding-left: 20px;
}

#container {
  position: relative;
	width: 780px;
	margin: 0 auto;
	background: url('../images/layout/inner-container_bg.png') top center repeat-y;
}

	#inner-container {
		background: url('../images/layout/container_bg.png') top center no-repeat;
	}

#top {
	height: 150px;
	position: relative;
	z-index: 90;
}

#menu {
	position: relative;
	padding-left: 20px;
	width: 150px;
	float: left;
	z-index: 100;
/*
	display: none;
*/
	margin-top: 20px;
}

	#menu ul {
		list-style-type: none;
		width: 100%;
		padding: 0;
	}
	
		#menu li {
			display: block;
			float: left;
			width: 170px;
			margin-bottom: 5px;
		}
		
		#menu a {
			display: block;
			float: left;
			width: 170px;
			font-size: 13px;
			padding: 13px 0 0 10px;
			height: 27px;
			background: url('../images/layout/button.png') top left no-repeat;
			color: #F3D4E0;
			text-decoration: none;
		}
		
			#menu a:hover {
				background-position: bottom left;
				color: #e2d3d9;
			}

#wraper {
	padding: 15px 30px 15px 15px;
	float: right;	
	width: 520px;
}

	#content {
		padding-bottom: 15px;
	}
	
		#content strong {
		}
	
#animation {
	position: absolute;
	top: 49px;
	left: 5px;
	height: 835px;
	width: 180px;
	background: url('../images/layout/animation_bg.png') 0 0 no-repeat;	
}

#footer {
	clear: both;
	color: #fff;
	background: url('../images/layout/footer_bg.png') top center no-repeat;
	height: 25px;
	padding-top: 15px;
	text-indent: 5px;
}

	#footer a, #footer span {
		color: #fff;
		line-height: 25px;
		height: 25px;
		display: block;
		float: left;
	}
	
	#footer a.elgner-one:hover {
		background: url('../images/layout/elgner-one.png') bottom right no-repeat;
		padding-right: 30px;
	}
	
	#footer strong {
		color: #fff;
	}
	

.content-module {
	padding-bottom: 10px;
}

.hidden {
	display: none;
}

.bold {
	font-weight: bold;
}

.clear {
	clear: both;
}

.float-none {
	float: none;
}

.info {
	border: 1px #C16D8F solid;
	background: #E8ADC5;
	padding: 0 10px 10px;
}

	.info p {
		padding-bottom: 10px;
	}

