﻿body {
	font-family: arial, non-serif;
	background-image: url(../images/bg_content.jpg);
	color: #444;
}

.outer {
	width: 100%;
}

.inner {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

/*/////////HEAD//////////////////////////////////*/

#header{
	height: 160px;
}

#header img{
	margin-left: -8px;
	margin-top: 40px;
}

div.outer_head {
	border-bottom: 2px solid black;
	background-image: url(../images/bg_head.jpg);
}

/*/////////NAVI//////////////////////////////////*/

.nav {
	float: right;
	margin-right: 30px;
	margin-top: 68px;
}

#header a {
	float: right;
	text-decoration: none;
	color: #eee;
	margin-right: 40px;
}

#header a img {
	opacity: 0;
	margin-right: 7px;
	margin-bottom: -3px;
	height: 20px;
}

#about {
	text-decoration: none;
	color: #bbb;
	float: right;
	margin-right: 68px;
	position: absolute; top: 0px; right: 6px;
	display: none;
	padding-bottom: 20px;
}

#arrow {
	width: 35px;
	height: 25px;
	background-image: url(../images/arrow.png);
	position: relative;
	top: 71px; left: -450px;
}

/*/////////CONTENT//////////////////////////////////*/

div.outer_content {
	border-top: 2px solid white;
	border-bottom: 0px solid grey;
	background-image: url(../images/bg_content.jpg);
}

div#content {
	overflow: hidden;
	padding: 30px;
	padding-top: 36px;
	padding-bottom: 0;
	width: 940px;
	position: relative;
	height: 605px;
}

#gallery img{
	width: 940px;
	height: 568px;
}

#gallery div{
	display: none;
	height: 605px;
	width: 100%;
	background-image: url(../images/shadow.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

#forward {
	background-image: url(../images/forward.png);
	width: 20px;
	height: 44px;
	position: absolute; top: 275px; right: 0px;
	opacity: 0.3;
}

#forward:hover {
	opacity: 0.5;
	cursor: pointer;
}

#backward {
	background-image: url(../images/backward.png);
	width: 20px;
	height: 44px;
	position: absolute; top: 275px; left: 0px;
	opacity: 0.3;
}

#backward:hover {
	opacity: 0.5;
	cursor: pointer;
}
