@charset "utf-8";
/* CSS Document */
@import 'commons.css';

#main_container
{
	width:1024px;
	margin-left:auto;
	margin-right:auto;}
	
	
#header
{
	height: 210px;
	background-color: #F1F1F1;
	
	
}

#logo
{
	background-image: url(../rgv_img/gen/logo.png);
	height: 150px;
	background-repeat: no-repeat;
}

#navigation
{}

#navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color:#3A1F6E;
}

#navigation li {
    float: left;
}

#navigation li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
#navigation li a:hover {
    background-color:#CCC;
}

#container
{

	background-color:#F1F1F1;
	margin-top:20px;}

#abv_container{
 width:100%;
	margin-top:20px;
	float:left;
	background-color:#F1F1F1;}
#about
{
	height:550px;
	margin-left:10px;
	margin-right:10px;
	background-color:#F1F1F1;}
	
#img_abt
{
	width:350px;
	margin-top:20px;
	margin-left:20px;
	float:left;}
#data_abt
{
	width: 600px;
	margin-left: 10px;
	margin-right: 20px;
	float: left;
	margin-top: 20px;
	color: #333;
}

#mission
{
	width: 45%;
	margin-left: 2.5%;
	margin-right: 2.5%;
	margin-top: 20px;
	float: left;
	background-color: #F1F1F1;
	height: 300px;
}
	
.img_mission{}

#vision{
	width: 45%;
	margin-left: 2.5%;
	margin-right: 2.5%;
	margin-top: 20px;
	float: right;
	height: 300px;
	background-color: #F1F1F1;
}
	
#footer
{
	float:left;}
	
.img_{
	width: 100px;
	height: 100px;
	margin-top: 20px;
	float: left;
}
.data{
	width:300px;

	margin-top:20px;
	float:right;}
	
.data_img{
	float: right;
	width: 300px;
	margin-top: 30px;
	border: thin solid #330D73;
	margin-right: 20px;
	
}
