body {
	background-image: url(../img/bg-black-wood.jpg);
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 16px;
}


p, h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
}

.header_normal_size {
	font-size: 1em;
}

#rootContainer {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}

#pageContainer {
	width:1028px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#paper {
	position:relative;
	left:0px;
	top:0px;
	width:1028px;
	height:977px;
}

#header_ {
	position:absolute;
	left:0px;
	top:0px;
	width:1028px;
	height:310px;
}

#bg-paper_ {
	position:absolute;
	left:0px;
	top:310px;
	width:1028px;
	height:667px;
}

#nav {
	left:26px;
	position:absolute;
	top:280px;
	width:967px;
	font-size: .95em;
}

#nav ul {
	list-style: none;
	display: inline-block;
	margin:0 0 0 10px;
	padding: 0;
}

#nav li {
	list-style: none;
	display: inline;
	list-style-type:none;
}

#nav li a {
	display: inline-block;
	padding-top: 4px;
	padding-left: 8px;
	padding-bottom: 7px;
	padding-right: 8px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#nav li a:hover {
	background-color: #ccc;
	color: #1F3551;
}

#nav li a.active {
	background-color: #fff;
	color: #1F3551;
}

#animation {
	/*background-color: rgba(255, 255, 255, 0.4);*/
	position:absolute;
	top:80px;
	right:-15px;
	width:390px;
	height:280px;
}

#image_01 {
	position:absolute;
	top: 0px;
	right: 0px;
}

#image_02 {
	position:absolute;
	bottom: 0px;
	left: 15px;
}
#image_03 {
	position:absolute;
	bottom: 0px;
	left: 15px;
}
#image_04 {
	position:absolute;
	bottom: 0px;
	right: 0px;
}

#animation img {
	display: none;	
}

#content {
	background-color:#FFFFFF;
	left:26px;
	position:absolute;
	top:310px;
	width:967px;
}

#body {
	float: left;
	margin: 26px;
	margin-top: 45px;
	margin-left: 45px;
	width:540px;
	font-size: .95em;
}

#testimonals {
	color:#6F6F6F;
	float:left;
	font-style:italic;
	margin:60px 40px 40px;
	width:225px;
}
#testimonals .name {
	text-align: right;
	color:#000;
	font-style: normal;
}

#copyright {
	font-size: 0.7em;
}


#copyright a, #copyright a:link, #copyright a:active,  #copyright a:visited  {
	color: #7F7F7F;
	text-decoration: none;
}
#copyright a:hover {
	color: #000;
	text-decoration: underline;
}

