@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:220px;
	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 ;
	margin-bottom:10px;
}

#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 ul {
    list-style-type:disc ;
	
}

#right p.login a {
	margin: 0 0 30px 250px;
	display: block;
	width: 118px;
	height: 49px;
	text-indent: -9999px;
	background: transparent url("../../../event/images/event/btn-login_1.gif") no-repeat 0 0;
}

#right p.login a:hover {
	background-position: 0 -49px;
}
	
	

