body{
	padding: 0px;
	margin: 0px;
	background-color: #ecd6f9;
}

.header{
	width: 100%;
	//background-color: grey;
	//height:200px;
	text-align:center;
	margin-top: 5px;
	clear: both;
}
.imgleft{
	width:17.3%;
	margin-left: 5px;
}
.imgright{
	width:80.90%;
	float:right;
	margin-right: 5px;
}
.imgleft img{
		width: 100%;
		float: left;
		border: 1px solid black;
		//height: auto;
}

.imgright img{
		width: 100%;
		float: right;
		border: 1px solid black;
		//height: auto;
}

.welcome{
	width:  100%;
	background-color: #ebe6f7;
	height: auto;
	text-align:center; 
	color: #160244;
	padding: 7px;
	
}
.welcome h1{
	font-style: rockwell, algerian;
	clear: both;
}
.address{
	width:  100%;
	background-color: #160244;
	height: auto;
	text-align:center; 
	color: #ebe6f7;
	padding: 5px;
}
.address a{
	text-decoration:none;
	color:white;
	background-color: #0e301d;
	padding: 10px;
}
.tab{
	text-align:center;
	padding:5px;
	background-color: grey;
	color: white;
}
.tab table td{
	color: white;
	background-color:#051a3d;
	font-size: 20px;
}
.tab table th{
	color: #05055b;
	background-color:#d0d0db;
	font-size: 30px;
}
h2{
	color: #ccc3c8;
	background-color:#280b1c;
	font-size: 40px;
	padding: 10px;
}

.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}



#rcorners2 {
    border-radius: 50px;
    background: #d8180a;
    padding: 20px; 
    width: 80%x;
    color:white;
	height: auto;    
	text-align:center;	
	font-size:40px;
}
#rcorners1 {
    border-radius: 50px;
    background: #ff1a1a;
    padding: 20px; 
    width: 80%x;
    color:white;
	height: auto;    
	text-align:center;	
	font-size:40px;
}