<style>

#textbox {
    display: flex;
}

.alignleft {
  float: left;
  width:33.33333%;
  text-align:left;
  padding-left: 10px;
}
.aligncenter1 {
  float: left;
  width:33.33333%;
  text-align:center;
}
.aligncenter2 {
  float: left;
  width:100%;
  text-align:center;
}

body{
	background-color:rgb(221,221,221);
	//background-color:white;
	font: 13px/1.8 Helvetica, Arial, Geneva, sans-serif;
    color: #000000;
    _width: 900px; /* IE9 */
    margin: 0;
    font-family: 'Gill Sans MT', 'Gill Sans', Arial, sans-serif;
    margin-left:5%;
    margin-right:5%;
}

@media(min-width:1100px){
#central, .central {
    margin-left:5%;
    margin-right:5%;
}
}

#central, .central {
	background-color: rgb(250, 250, 250);
	display: block;
	overflow:hidden;
      //  width:1300px; //1500
        width:100%;
	margin-bottom: 25px;
	margin-top: -5px;
	padding-left: 25px;  
	padding-right: 25px;
	font-family: 'Gill Sans MT', 'Gill Sans', Arial, sans-serif;
	-moz-box-shadow: 0 0 20px 5px rgb(180,180,180);
	-webkit-box-shadow: 0 0 20px 5px rgb(180,180,180);
         line-height: 0.4;
}

#central ul, .central ul{
display: block;
text-align: center;
clear: both;
list-style: none outside;
float:left;
margin-top:5px;
margin-bottom:5px;

}

#central li, .central li{
display: inline-block;
margin-left:40px;
margin-right:40px;
}


#nav-bar{
	background-color: black;
overflow:hidden;
margin-left: -20px;
width:120%;
height:70px;
margin-top: -10px;
display: block;
background-image: -webkit-linear-gradient(rgba(181,56,197,1) 0%, #d565e4 59.6%, #ffffff 100%, #ffffff 100%);
font-family: 'Gill Sans MT', 'Gill Sans', Arial, sans-serif;
font-size: 19px;
font-style: normal;
font-variant: normal;
font-weight: normal;
}

#nav-bar ul{
	background-color: black;
text-align: center;
width:75%;
clear: both;
list-style: none outside;
float:left;
}
#nav-bar li{
	background-color: black;
display: inline-block;
	margin-left:40px;
	margin-right:40px;
    margin-bottom:10px;
       border-style:none;
}

.curve-down, #links, #central, .central {
  -moz-border-radius-topright: 16px;
    -moz-border-radius-topleft: 16px;
    -webkit-border-top-left-radius: 16px;
    -webkit-border-top-right-radius: 16px;
	 -moz-border-radius-bottomright: 16px;
    -moz-border-radius-bottomleft: 16px;
    -webkit-border-bottom-left-radius: 16px;
    -webkit-border-bottom-right-radius: 16px;	
}
        
a{
		text-decoration: none
}

#links{
	width:237px;
	height:155px;
}


#links p{
	display: block;
	background-color:rgba(255,255,255,0.8);
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	font: 15px/1.8 Helvetica, Arial, Geneva, sans-serif;
    	color: #363636;
}





#quick-links{
padding:10px;
    width:100%;
	min-height:220px;
	display:block;
    clear:both;
}
 
#quick-links ul{ 
    width:100%;
	display: block;
	clear: both;
	list-style: none outside;	
}


#quick-links ul li a {
	 display:block;
	 cursor:pointer; 
}

#quick-links ul li{ 
         display:inline-block;
         float:left;
        margin:5px;
        
         border-top-color:#efefef; 
         border-bottom-color:#ccc;
         -webkit-border-radius:0% 0% 100% 100% / 0% 0% 8px 8px;
         -moz-border-radius:0% 0% 100% 100% / 0% 0% 8px 8px;
         border-radius:0% 0% 100% 100% / 0% 0% 8px 8px;
         
         -webkit-box-shadow:rgba(0,0,0,.30) 0 2px 6px;
         -moz-box-shadow:rgba(0,0,0,.30) 0 2px 6px;
         box-shadow:rgba(0,0,0,.30) 0 2px 6px;
         
         -moz-border-radius-topright: 16px;
         -moz-border-radius-topleft: 16px;
         -webkit-border-top-left-radius: 16px;
         -webkit-border-top-right-radius: 16px;
         
         -moz-border-radius-bottomright: 16px;
         -moz-border-radius-bottomleft: 16px;
         -webkit-border-bottom-left-radius: 16px;
         -webkit-border-bottom-right-radius: 16px;
         
         -webkit-transition: box-shadow 0.3s ease-out;
         -moz-transition: box-shadow 0.3s ease-out;		
}

/*#quick-links ul li:hover { 
    -webkit-box-shadow:rgba(255,204,0,.80) 0px 2px 6px;
    -moz-box-shadow:rgba(255,204,0,.80) 0px 2px 6px;
    box-shadow:rgba(255,204,0,.80) 0px 2px 6px;
    -webkit-transition: box-shadow 0.3s ease-out;
    -moz-transition: box-shadow 0.3s ease-out;
}*/
#quick-links ul li:hover { 
    -webkit-box-shadow:rgba(213,101,208,.60) 0 2px 6px;
    -moz-box-shadow:rgba(213,101,208,.60) 0 2px 6px;
    box-shadow:rgba(213,101,208,.60) 0 2px 6px;*/
    -webkit-transition: box-shadow 0.3s ease-out;
    -moz-transition: box-shadow 0.3s ease-out;
    }


button {
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
  background-image: linear-gradient(top, #eeeeee, #cccccc);
  border: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  border-radius: 2px;
  color: #333;
  font: 8px 'Gill Sans MT', 'Gill Sans', Arial, sans-serif;
  padding: 1px;
  margin: 1px;
  text-align: center;
  width: 40px; }
  
  button:hover {
    background-color: #dddddd;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd), color-stop(100%, #bbbbbb));
    background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: linear-gradient(top, #dddddd, #bbbbbb);
    border: 1px solid #bbb;
    border-bottom: 1px solid #999;
    cursor: pointer;
    text-shadow: 0 1px 0 #ddd; }
    
  button:active {
    border: 1px solid #aaa;
    border-bottom: 1px solid #888;
    -webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee; }
</style>
