@charset "utf-8";
/* CSS Document */
table,td {
	   border: 2px solid gray;
	   width: 100%;
	   margin-top: -1px;
	   height: auto;
	   display: block;
	   padding-top: 3px;
	
	
	
	
}


table {
	display: table;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	
	
}

#outer {
	background-color: darkorange;
	height: 90px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	text-align: center;
	width: 100%;
}

div {
	font-size: 50px;
	color: white;
}
	
 p {
	font-size: 14px;
	font-family: Impact;
	color: black;
}


#inner {
	clear: both;
	background-color: blue;
	position: relative;
	border-top-left-radius: 40px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 40px;
	border-bottom-left-radius: 0px;
	height: 90px;
	width: 100%;
}

body {
	background: lightgray;
}


h1 {
    font-size: 65px;
}

font {
   font-size: 80px;	
}


#footer {
	clear: both;
	position: relative;
	bottom: -30px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	height: 75px;
	background-color: blue;
	width: 100%;
	text-align: center;
	
}
	
#textinside {
	background-color: orange;
	width: 25%;
	font-size: 25px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border: 2px solid gray;
	text-align: center;
	height: 900px;
}



h3 {
   font-size: 45px;
   margin-left: 95px;
   font-family: Agency FB;
   margin-top: -70px
   
}
	
h2 {
	color: blue;
}

.right {
	width: 49%;
	margin-left: 400px;
	height: 1223px;
	border: 2px solid gray;
    border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
    background-color: orange;
    position: relative;
	margin:  auto; 
	margin-top: -1302px;
	
}

a {
	height: 108px;
	display: block;
}

div, p {
	  margin-top: -3px;
	  
}


.left {
	   width: 25%;
	   border: 2px solid gray;
	   border-top-left-radius: 15px;
	   border-top-right-radius: 15px;
	   border-bottom-right-radius: 15px;
	   border-bottom-left-radius: 15px;
       background-color: orange;
	   float: right;
	   height: 940px;
	   margin-top: -945px
	
}


  img {
     
	  
	
	
}

.top {
	border: 2px solid gray;
    float: right;
	width: 25%;
	height: 340px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	background-color: orange;
	
}

.resize {
	   
	  border: 2px dotted white;
	   width: 75%;
	   margin-left: 108px;
	   margin-top: -565px;			
	 
}

.resize2 {
	  
	    border: 2px dotted white;
	    width: 86%;
	    margin-top: 50px;
	    margin-left: 60px;
	

}

.resize3 {
	    border: 2px dotted white;
	    width: 75%;
	    margin-left: 108px;
		margin-top: -90px;
	
}

.resize4 {
	    
	 border: 2px dotted white;
	 margin-top: 50px;
	 width: 86%;  
	 margin-left: 60px;
	
}



th {
	font-size: 40px;
	
	
}

.rightbox {
	     border: 2px solid gray;
	     margin-top: 3px;
	     width: 25%;
	     background-color: orange;
	     height: 380px;      
	     border-top-left-radius: 15px;
	     border-top-right-radius: 15px;
	     border-bottom-right-radius: 15px;
	     border-bottom-left-radius: 15px;
 	
      }
   
.textbox1 { 
	     border: 2px solid gray;
	     height: 13%;
	     margin-top: -9px;
	     margin: 0 auto;
	     width: 350px;
	
}

.textbox2 {
	     border: 2px solid gray;
	     width: 350px;
	     margin: 0 auto;
	     border-top-left-radius: 5px;
	     border-top-right-radius: 5px;
	     border-bottom-right-radius: 5px;
	     border-bottom-left-radius: 5px;
	
}

.welcome {
	border: 2px solid gray;
	margin-left: -2px;
	width: 100%;
	height: 55px;
	margin-top: -63px ;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background-color: orange;
	
}
     
* {
	text-decoration: none;
	
	
}

h4 {
	font-size: 30px;
	
	
}


h6 {
	margin-top: -60px;
	font-size: 30px;
	margin-left: 15px;
}

h7 {
	margin-left: 70px;
	
	
}

h8 {
	font-family: Agency FB;
	margin-left: -29px;
	font-size: 40px;
	
	
}


a:hover {
	 color: red;
}








