﻿@charset "utf-8";
/* CSS Document */
/* Author: InBusiness */
/* Layout-specific stylesheet */

/* Front Article
---------------------------------------- */
#frontArticle {
	overflow:hidden;
	border-bottom:1px solid #CCC;
	padding:0 0 20px 0;
	margin:0 0 20px 0;
}
#frontArticle h1 {}
#frontArticle img {
	border:1px solid #CCC;
	float:right;
	margin:0 0 0 10px;
	display:inline;
}

/* Front News
---------------------------------------- */
#frontNews {
	width:506px;
	overflow:hidden;
}
#frontNews .content {
	width:243px;
	padding:0 5px;
	float:left;
}
#frontNews h2 {
	font-size:1em;
	font-weight:bold;
	line-height:normal;
	margin:0;
	padding:0 0 5px 0;
}
#frontNews h2 a,
#frontNews h2 a:link,
#frontNews h2 a:visited,
#frontNews h2 a:hover,
#frontNews h2 a:active {
	text-decoration:none;
}
#frontNews img {
	border:1px solid #CCC;
	float:right;
	margin:5px 0 0 5px;
	display:inline;
}
#frontNews a {
	font-weight:bold;
}