
body {
        background: #e7e8e9;
        color: #333;
        font-size: 16px;
        font-family: Arial, sans-serif;
        line-height: 1.4;
}
 
h1 {
        color: #324c9f;
		font-family: Arial ;
        font-size: 30px;
        font-weight: bold;
        margin: 0;
}
 
h2 {
        color: #999;
        font-size: 20px;
        font-weight: normal;
        margin: 0 0 10px;
}
 
h3 {     
        font-family: Arial ;
        color: #fff;
        font-size: 25px;
        font-weight: bold;
        padding: 0px 0px 0px 10px; 
		margin: 0;
}
 
a {
        color: #09F;
        text-decoration: none;
}
 
a:hover {
        color: #333;
}
 
/*** Base Structure ***/
#site_wrapper {
        margin: 0 auto;
        max-width: 1200px;
}
 
#container {
  clear: both;
  margin: 0 auto;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 15px;
  background: #FFF;
  padding: 1%;
  border-radius: 5px;
  box-shadow: 0px 0px 5px #BBB;
} 
 
#page_content {
        float: left;
        width: 65%;
        padding: 0 5% 3% 0;
}

#image img.content{
	border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
	-moz-box-shadow: 0 0 7px #000;
    -webkit-box-shadow: 0 0 7px #000;
    box-shadow: 0px 0px 7px #000;
	margin: 20px 0px 20px 0px;
	max-width: 100%;
}

#columne_one {
        width: 48%;
		float: left;
}

#columne_two {
        width: 48%;
		float: right;
}

 
#sidebar {
        float: right;
        width: 30%;

}

#sidebar_blue {
     padding: 10px 10px 10px 10px;  
     background: #324c9f;
	 border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
	 
}

#sidebar_red {
     padding: 10px 10px 10px 10px;  
     background: #cb1f1f;
	 border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
	 
}
 cb1f1f
footer {
        clear: both;
        width: 100%;          		
}
 
#logo {
        float:left;
        padding: 0px 0px 10px 0px;
} 
  
 img.ri
{
	position: absolute;
	max-width: 100%;

}
 
/*** Navigation ***/
#main-menu {
  font-family: Arial ;
  margin: 0 0 20px 180px; 
  padding: 20px 20px 20px 20px; 

}

#main-menu a {
  color: #324c9f;
  text-align: center;
  font-size: 25px;
  padding: 0px 20px 0px 20px; 
  text-decoration: none;
}

#main-menu a:hover,
#main-menu a.active{
  color: #727273;
  text-decoration: none;
  text-decoration: underline;
}

#sub-menu {
  margin: 20px 0 0px 20px; 
  padding: 0px 0px 30px 10px; 

}


#sub-menu li {
  font-family: Arial ;
}

#sub-menu li a{
  color: #4065db;
  text-align: center;
  font-size: 18px;
  padding: 0px 0px 0px 0px; 
  text-decoration: none;
}

#sub-menu li a:hover,
#sub-menu li a.active{
  color: #727273;
  text-decoration: none;
  text-decoration: underline;
}

.circle
    {
    width:50px;
    height:50px;
    border-radius:25px;
    font-size:30px;
    color:#fff;
    line-height:50px;
    text-align:center;
    background:#324c9f;
	float: left;
	font-weight: bold;
	margin: 0px 10px 110px 0px;
	box-shadow: 0px 0px 7px #000;
    }


@media screen and (max-width: 650px) {
 
        #header {
                height: auto;
        }
 
        #page_content {
                width: auto;
                float: none;
                margin: 20px 0;
        }
 
        #sidebar {
                width: 100%;
                float: none;
                margin: 0;
		}	
		
		#columne_one {
        width: 100%;
		float: none;
        }

        #columne_two {
        width: 100%;
		float: none;
        }
		
		
		#main-menu {
                font-family: Arial ;
                margin: 0 0 0px 150px; 
        }
		
		#main-menu a {
		
        color: #324c9f;
        text-align: center;
        font-size: 15px;
        padding: 5px 20px 5px 20px; 
        text-decoration: none;
		font-weight:bold;
        }		
				
        @media screen and (orientation: portrait) {
        img.content { max-width: 100%; }
        }

        @media screen and (orientation: landscape) {
        img.content { max-height: 100%; }
       }
				
        @media screen and (orientation: portrait) {
        img.ri { max-width: 40%; }
        }

        @media screen and (orientation: landscape) {
        img.ri { max-height: 40%; }
       }
		 

}
