/* CSS Document */
* {
padding:0px;
margin:0px;
}

body {
	background-color:#d0e6f4;
	margin:0px;
	color:#5b5b5b;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

img {
border:0px;
}

a {
text-decoration: none;
color:#5b5b5b; }
a:hover {
color: #B22222;
}

#base {
margin:auto;
width:820px;
}

#main {
float:left;
width:820px;
background-image:url(../img/m_bg.gif);
background-repeat:repeat-y;
}

#in_main {
margin:0px 10px 0px 10px;
width:800px;
}

#header_event {
float:left;
width:800px;
height:90px;
background:url(../img/title.jpg) no-repeat;
}

#header_event_title {
width:800px;
height:40px;
text-align:center;
font-size:18px;
color:#666666;
font-weight:bold;
}

#header_event_nav{
width:798px;
height:20px;
text-align:center;
font-size:14px;
border-top: dashed 1px #AAAAAA;
border-bottom:dashed 1px #AAAAAA;
}

#header_event_gun{
width:798px;
height:20px;
text-align:center;
font-size:12px;
margin-top:5px;
}

#new_events {
float:left;
width:170px;
border-right: dashed 1px #AAAAAA;
background-color:#e6f2fa;
}

#last_events {
float:right;
width:170px;
border-left: dashed 1px #AAAAAA;
background-color:#e6f2fa;
}

#title_event {
font-size:12px;
text-align:center;
margin-bottom:5px;
color:#000066;
}

.left_cell_event{
width:170px;
background:url(../img/left_line.jpg) bottom no-repeat;
float:left;
}

.right_cell_event{
width:170px;
background:url(../img/right_line.jpg) bottom no-repeat;
float:left;
}

.date_event{
font-size:11px;
width:160px;
text-align:left;
color:#666666;
padding-left:10px;
font-weight:bold;
float:left;
}

.pic_event{
margin:5px 5px 10px 10px;
float:left;
}

.smalldisc_event{
float:left;
width:160px;
padding-bottom:5px;
/* height:60px; */
}

#content_event{
float:left;
width:458px;
background:#FFFFFF;
}

#show_event{
float:left;
width:458px;
height:100px;
background:url(../img/content_line.jpg) bottom right no-repeat;
}

#date_show_event{
width:340px;
font-weight:bold;
font-size:11px;
}


