/* unvisited link */
a:link {
    color: #000;
}

/* visited link */
a:visited {
    color: #000;
}

/* mouse over link */
a:hover {
    color: #868686;
}

/* selected link */
a:active {
    color: #9A826A;
}
html {
	font-family:arial;
	background-image:url(../images/bg.png);
	background-repeat:repeat;
	height:100%;
	padding:0;
	margin:0;
}
body{
	padding:0;
	margin:0;
	height:100%;
	color: #000;
}
.wrapper{
	border-radius:2pt;
	margin-left:auto;
	margin-right:auto;
	width:100%;
	max-width:800px;
	text-align:center;
}
.menu{
	margin-top:10pt;
	margin-bottom:10pt;
}

.content{
	padding: 20px;
	border-radius:4pt;
	background-color:#E2DDDD;
}

.title2{
	text-align: center;
	font-size: 20pt;
	margin-bottom: 10pt;
	text-transform: uppercase;
}
.title{
	font-size:20pt;
	margin-bottom:10pt;
	text-transform: uppercase;
}
h1{
	font-size:15pt;
	margin-bottom:10pt;
	text-transform: uppercase;
}
#cssmenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: auto;
  position: relative;
  display: block;
  font-size: 12px;
  font-weight: bold;
  background: #353535;
  font-family: Arial, Helvetica, sans-serif;
  border-bottom: 1px solid #353535;
  zoom: 1;
  border-radius:4pt;
}
#cssmenu ul:before {
  content: '';
  display: block;
}
#cssmenu ul:after {
  content: '';
  display: table;
  clear: both;
}
#cssmenu li {
  display: block;
  float: left;
  margin: 0;
  padding: 0 4px;
}
#cssmenu li a {
  display: block;
  float: left;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 20px 7px 20px;
  border-bottom: 3px solid transparent;
}
#cssmenu li a:hover {
  color: #FFFFFF;
  border-bottom: 3px solid #4ce4c2;
}
#cssmenu li.active a {
  display: inline;
  border-bottom: 3px solid #4ce4c2;
  float: left;
  margin: 0;
}
#cssmenu{
	margin-left:auto;
	margin-right:auto;
}
.imgSCL{
	max-width: 100%;
	height: auto;
}
