body {
	background-color: #31372a; 
	text-align:left;
	font-size: 16pt;
	font-family: 'Inria Serif', serif; 
	background-image: url('/images/bg1.png');
	background-repeat: repeat-y;
  	/*background-attachment: fixed;*/
  	background-position: center;
	color: #666666;
	margin-top: 0px;
}
.container {
	
}
.menu a:link, a:visited {
	color: #cccccc;
}
.menu a:hover, a:active {
	color: #fff;
}
a:link, a:visited {
	text-decoration: none;
	color: #9999;
	padding:10px;
}
a:hover, a:active {
	color: #444444;
	text-decoration: none;
}
.parent {
	position: relative;
	height: 100%;
}
footer {
	background-color:#cccccc;
	height:40px;
	padding-top:10px;
	width:100%;
	color:#444444;
	font-size:16px;
	bottom: 0;
	position: fixed;
	margin-bottom: 0; 
	text-align: center;
}
.header {
	background-color:#a89f64;
	padding-top:20px;
	width: 100%;
}

.header a:link, a:visited {
	color: #dddddd;
}
.header a:hover {
	text-decoration: underline;
	color: #ffffff;
}
.fnail {
	max-width: 250px;
}
.order {
	color: #ff0000;
}
.fnail1 {
	max-width: 300px;
	max-height: auto;
	padding: 25px;
	margin: auto;
	float: inherit;
	vertical-align: middle;
}

.myarrow {
	font-size: 40px;
	font-weight: bold;
	padding: 25px;
	text-align: center;
	vertical-align: middle;
	height: 100%;
}
.myarrow a{
	text-decoration: none;
	color: #444444;
}
.imgdisplay {
	border: 30px solid #eee;
	border-radius:10px;
	vertical-align: middle;
	margin-bottom: 50px;
}

.content {
	margin-bottom: 100px;
}
hr {
	border-top: none;
	height: 1px;

}

.myfooter {
  text-align: center;
  background-color: #eeeeee;
  font-size: 15px;
}
