@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;
	max-width: 100%;
}

#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;
}

#slider_nav{
	height:360px;
	margin-top:20px;
	background-color:#F1F1F1;
	}
#slider
{
	width:600px;
	height:340px;
	float:left;
	margin-top:10px;
	margin-left:10px;}

#slider_data{
	width:370px;
	height:340px;
	float:right;}
	
#welcome
{
	margin-top:10px;
	overflow:visible;
	height:25px;
	
	}

#message
{
	color:#666;
	line-height:1.3em;}
	
#container
{
	height:330px;
	background-color:#F1F1F1;
	margin-top:20px;}
	
#upcoming
{ margin-left:10px;
margin-right:25px;
width:380px;
background-color:#F1F1F1;
float:left;
height:300px;
color:#666;}

#news{
	margin-left:5px;
	margin-right:10px;
	float:right;
	width:330px;
	background-color:#F1F1F1;
	height:300px;
	color:#666;}

#contact{
	margin-left:5px;
	margin-right:5px;
	background-color:#F1F1F1;
	height:300px;
	width:240px;
	float:left;
	color:#666;}

.img_date
{
	width:100px;
	margin-top:20px;
	float:left;
	color:#3A1F6E;
	}
.data
{
	width:200px;
	margin-left:30px;
	float:right;
	text-align:left;
	}
.event
{
	width:330px;
	margin-left:10px;
	float:left;
	}
#footer{
	color: #FFF;
	background-color: #330D73;
	margin-top: 10px;
}
