
/* Front page style */

.post
{
	position: relative;
	margin-bottom: 30px;
}

.post .date
{
	background-image: url(../images/date.gif);
	background-repeat: no-repeat;
	width: 200px;
	height: 36px;
}

.post .date_text
{
	font-size: 18px;
	font-weight: bold;
	font-family: sans-serif;
	text-align: center;
	color: #669999;
	padding: 7px 5px 0px 5px;
}

.post .top
{
	background-image: url(../images/900_top.gif);
	height: 20px;
	background-repeat: no-repeat;
	font-size: 1px;
	margin-top: -2px;
	width: 900px;
}

.post .middle
{
	background-image: url(../images/900_middle.gif);
	background-repeat: repeat-y;
	width: 900px;
}

.post_text
{
	width: 880px;
	margin-left: 10px;
}

.post .bottom
{
	background-image: url(../images/900_bottom.gif);
	height: 20px;
	background-repeat: no-repeat;
	font-size: 1px;
	width: 900px;
}


#welcome_area
{
	text-align: justify;
}

#news_area
{
	padding: 0px;
	margin: 0px;
}

#mlg
{
	position: relative;
	float: right;
	right: 0px;
	margin: 0px 0px 5px 15px;
	width: 224px;
	display: inline;
}

#mlg_top
{
	background-image: url(../images/224_top.gif);
	height: 12px;
	background-repeat: no-repeat;
	font-size: 1px;
}

#mlg_middle
{
	padding: 0px 10px 0px 10px;
	background-image: url(../images/224_middle.gif);
	background-repeat: repeat-y;
	
}

#mlg_bottom
{
	background-image: url(../images/224_bottom.gif);
	height: 12px;
	background-repeat: no-repeat;
	font-size: 1px;
}

#mlg_button
{
	margin-top: 10px;
}

#mlg_heading
{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	font-family: sans-serif;
	color: #669999;
	margin-bottom: 10px;
}

.news_label
{
	position: relative;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	width: 100px;
}

.news_field
{
	position: relative;
	left: 10px;
}