body
{
   padding: 0;
   margin: 0;
   min-width: 330px;
   color: #404040;
   background: rgba(89,66,125,1);
   margin:0 auto;
   font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   width: 100%;
   min-height: 100%;
}
.navbar {
	position: sticky;
	display: block;
	z-index: 1;
	height: 50px;
	width: 95%;
	top: 8px;
	margin-bottom: -50px;
	max-width: 980px;
	margin-left: auto; 
	margin-right: auto;
}

.navbar-inner {
	width: auto; 
	background: rgba(0,0,0,0.75);
	border-radius: 8px;	
	padding-left: 4px;
	padding-top: 4px;
	padding-right: 4px;
}


h1, h2, h3, h4, h5, h6, p, a, ul, ol, li
{
   margin: 0;
   padding: 0;
}

ul
{
   list-style-type: none;
}

.art-sheet
{
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;   background: rgba(117,137,191,0);
	margin:0 auto;
	position:relative;
	cursor:auto;
	width: auto;
	margin-left: auto; 
	margin-right: auto; 
	max-width: 1000px;
	z-index: auto !important;
}
.art-layout-cell
{
	margin-top: 50px;
	display: table-cell;
}

fieldset {
	text-align: center;
	border: 0px solid rgba(193,179,215,1);
	border-spacing: 10px !important;
	color: #fff !important;
    border-collapse: separate;
	margin-bottom: 10px;
	width: auto;
	padding: 10px;
	background-color: rgba(165,137,193,1); /*rgba(10,24,99,1);*/
	font-size: 20px;
	font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
	font-weight: normal;
	font-style: normal;
	border-radius: 16px;
/*	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
}