/* CSS Document */

* {
margin:0;
padding:0;
outline:none;
}

body {
	background:url(../images/bg.gif) top repeat-x;
	font:12px Tahoma;
	color:#727272;
}

h2 {
	font: 16px Tahoma;
	font-style: bold;
	color:#b9031a;
}

a {
color:#3366cc;
}

a:hover {
text-decoration:none;
}

#header {
height:423px;
display:block;
background:url(../images/header.jpg) top center no-repeat;
}

#container {
width:806px;
overflow:hidden;
margin:0 auto;
/* background:#b9031a; */
background:#FFF;
padding:10px;
/*border-right: solid;
border-left: solid;*/
}

#container b{
	color:#b9031a;
}


#welcome {
width:410px;
height:100%;
color:#727272;
padding:15px;
float: right;
/*background:#000;*/
}

#welcome_picture{
	/*background:url(../images/welcome_pic1.jpg);*/
	width:340px;
	height:255px;
	float:left;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 15px;
}

#welcome b{
	color:#b9031a;
}

#news_act{
	/*background:url(../images/new_act.gif) no-repeat;*/
	width:383px;
	float:left;
	padding: 10px 0 0 0;
	/*margin: 40px 7% 0 0;
	/*background:#000;*/
}

#news_act_content_index{
	width:404px;
	height:275px;
	float:left;
	font:11px Tahoma;
	/*margin: 10px 4% 0 auto;*/
	/*background:#000;*/
}
#news_act_content{
	width:800px;
	float:left;
	padding-bottom:15px;
	/*margin: 10px 4% 0 auto;*/
	/*background:#000;*/
}
#events_promo{
	/*background:url(../images/event_pro.gif) no-repeat;*/
	width:383px;
	float: left;
	/*margin: 40px 7% 0 auto;*/
	padding: 10px 0 0 40px;

}
#events_promo_content_index{
	width:395px;
	height:275px;
	float:left;
	font:11px Tahoma;
	/*margin: 10px 7% 0 auto;*/
	/*color:#727272;*/
	border-left: thin dotted #727272;
	/*background:#000;*/
}
#events_promo_content{
	width:395px;
	float:left;
	/*margin: 10px 7% 0 auto;*/
	/*color:#727272;*/
	border-left: thin dotted #727272;
	/*background:#000;*/
}
.pic{
	float: left;
	border: 0px solid #666;
	padding: 2px;
	margin: 20px 15px 25px 15px;
}

#ver_line{

	background:url(../images/verline.gif) repeat-y;
	width:1px;
	float:left;
	height: 550px;
}


#clear{
clear:both;	
}



#picture{
	float:left;
}

#navigation {
background:#b9031a;
width:826px;
border-top:1px solid #000000;
border-bottom:1px solid #000000;
padding:8px 0;
margin: 0 auto;
font:Tahoma;
color:#000000;
letter-spacing:1px;
}

#nav li {
text-align:center;
list-style:none;
display:inline;
}

#nav a {
padding:12px;
color:#FFFFFF;
text-decoration:none;
margin-right:0px;
}

#nav a:hover {
background:url(../images/nav_link_active.jpg) top repeat-x;
color:#7a7575;
}

#nav a.active {
background:url(../images/nav_link_active.jpg) top repeat-x;
color:#FFF;
font-weight:bold;
}


#sidebar {
width:200px;
padding:10px;
float:left;
background:#232436;
color:#bdbdc1;
}

#content {
	float:left;
	width: 200px;
	padding-top: 17px;
	padding-left: 15px;
	color:#727272;
}

#content_wide {
	float:left;
	width: 600px;
	padding-top: 20px;
	padding-left: 15px;
	color:#727272;
}

#content b{
	color:#b9031a;
}

#footer {
width:804px;
background:#b9031a;
padding:12px;
margin:0 auto;
clear:both;
border-top:1px solid #000;
border-bottom:1px solid #000;
letter-spacing:0px;
font:11px Tahoma;
color:#FFF;
}




