@charset "utf-8";
/* CSS Document created by CssTemplateHeaven | www.csstemplateheaven.com */

* {margin: 0; padding: 0;}

/* text styles */

.heading_recent_article {
	margin-bottom: 7px;
	font-size: 16px;
}

p.first:first-letter {
     font-size:400%;
     float:left;
     margin: 0.06em 0 0;
     height:3.5em;
}

/* site structure */

.main_heading {
	margin-bottom: 20px;
	font-size: 16px;
}

body {
	background: url(images/background.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

#wrap {
	background: url(images/wrap.png) repeat-y center top;
	margin: auto;
	width: 100%;
	overflow: hidden;
}

#header {
	margin: auto;
	background: url(images/header.png) no-repeat top center;
	height: 442px;
	border-top: 1px solid silver;
}

#recent_article {
	background: url(images/recent.png) no-repeat;
	margin: 190px auto;
	height: 307px;
	width: 515px;
	padding: 40px;
	position: relative;
}

#recent_article2 {
	background: url(recent2.png) no-repeat;
	margin: 190px auto;
	height: 307px;
	width: 515px;
	padding: 40px;
	position: relative;
}

.recent_article_meta {
	position: absolute;
	bottom: 10px;
	right: 30px;
}

#content {
	margin: auto;
	width: 582px;
	padding-top: ;
	padding-left: 50px;
	padding-right: 50px;
}

#content p {margin-bottom: 15px; margin-top:15px;}

#footer {
	margin: auto;
	width: 642px;
	text-align: center;
	height: 100px;
	padding: 20px;
}

/* end site struckture */
