body {
	background:#FFFFFF url('../images/bg.jpg') no-repeat fixed center top;
	margin: 0; 
	padding: 0;
	text-align: center;
}

img{
	border:0px;
	vertical-align:bottom;
}

a:link { 
	color: red;
	text-decoration: underline;
} 

a:hover {
	text-decoration: none;
} 

a:visited { 
	color: red;
} 

/***********************************************/

#container {
	width: 860px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}

#menu {
	float:left;
	width:200px;
}

#content {
	float:left;
	width:640px;
}

#foot{
	text-align: center;
	padding:2em 0 2em 0;
}

.paragraph{
	padding:0 3em 3em 4em;
}

.paragraph_title{
	color:#FF0000;
}

/***********************************************/

.font_normal{
	font-size:15px;
	line-height:28px;
	color:#4F3831;
}

.font_event{
	color:#990000;
	font-weight:bold;
}

.font_event_sub{
	font-size:13px;
	line-height:24px;
	color:#FF0000;
}

.font_small{
	font-size:13px;
	line-height:24px;
}

.hot{
	color:red;
}


/***********************************************/

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }

.clearfix { display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */