@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	background-color: #c0c0c0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
}
a:link {
	color: #FFF;
}
#menu {
	position: fixed;
	padding: 5px;
	background-color: #FFF;
	left: 20px;
	top: 50%;
	margin-top: -166px;
	width: 310px;
	height: 332px;
	z-index: 3;
}
#imagebox {
	position:absolute;
	left:-40px;
	top:50%;
	height:530px;
	z-index:2;
	margin-top:-265px;
	background-color:#fff;
}
#container {
	position:absolute;
	left:0px;
	top:50%;
	height:530px;
	width:100%;
	z-index:1;
	margin-top:-265px;
	background-color:#fff;
}
#instructiondis {
	position:absolute;
	left:30px;
	top:370px;
	width:250px;
	height:10px;
	z-index:3;
	text-align: center;
	padding:5px;
	background-color:#FFF;
}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #000;
	text-decoration:none;
	outline:none;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #000;
	text-decoration:underline;
	outline:none;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #000;
	text-decoration:none;
	outline:none;
}
.heading{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #000;
	text-decoration:none;
	outline:none;
	font-weight:bold;
}
#footer {
	position: fixed;
	left: 50%;
	margin-left:-315px;
	bottom:5px;
	width: 630px;
	z-index: 4;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000;
	text-align:center;
	padding:4px;
}
.active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #000;
	text-decoration:underline;
	outline:none;
}
.testimonial {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color:#333;
}
.minitxt{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8px;
	font-style: none;
	color: #000;
	text-decoration:none;
	outline:none;
	font-weight:normal;
}