@import url("../base.css");

#Content {
 line-height: 1.5em;
}

.clear {
        clear: both;
}

/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
sub_menu
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

body#event #Content #Primary {
	width: 580px ;
	float:left;
	margin: 0 0 10px 35px;
	_margin:0 0 0px 17px;
	
}

body#event #Content #Primary p.menu {
    margin: 0 0 0px 0px;
}

/*
===============================================================================
id:Pagetop
===============================================================================
*/

#pagetop {
	clear: both;
	text-align: right;
	padding: 0 20px 10px 0;
	_padding: 0 35px 10px 0;
	font-weight: bold;
}

/*
===============================================================================
id:left
===============================================================================
*/

#left {
	float:left;
	width:200px;
	height:800px;
	margin:10px 10px 0 30px; 
	_margin:0px 10px 0 17px;

	
}

/*
===============================================================================
id:right
===============================================================================
*/


#right {
	float:left;
	width:620px;
	height:100%;
	margin:10px 10px 0 10px;
	_margin:0px 10px 0 10px;
	padding-left:30px ;
	padding-right:10px ;
	
}

#right p.main_text {
	font-size:12px ;
	font-weight:bold;
	margin-bottom:20px;
}

#right p.main_title {
	font-size:18px ;
	font-weight:bold ;
	background-image:url(../../../event/images/event/title_bg.png) ;
	background-repeat:no-repeat ;
	padding:10px 0 18px 20px;
	margin-left:-30px;
}

#right img {
    margin-bottom:20px;
	border:1px solid #999;
	
}

	
	

