/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font: normal small Helvetica, Verdana, Times, serif;
	color: #555555;
}

h1, h2, h3 {
	margin: 0;

	font-weight: normal;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 15px;
}

img {
	border: none;
}

a {
	color: #1A1A1A;
    text-decoration: none;
}

a:hover {
	text-decoration: underline;

}

/* Header */

#header {
	width: 779px;
	height: 140px;
	margin: 0 auto;
    background: #FFFFFF url(images/top.png) no-repeat;
}

/* Logo */

#logo {
  background: #FFFFFF url(images/logo.png) center no-repeat;
	height: 174px;
}


/* Menu */

#menu {
    margin-top:20px;
	height: 100px;
    float: right;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 91px;
	height: 100px;
    padding-right:19px;
    padding-left:19px;
	text-decoration: none;
}



/* Content */

#content {
	width: 779px;
	margin: 10px auto 0 auto;
}

/* Posts */

#left {
	width: 550px;
    float:left;
}

#left .post {
	margin-bottom: 10px;
}

#left .post .title {
	background: url(images/title-big.png) no-repeat;
	color: #FFFFFF;
    height: 32px;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 5px 0 10px;
}

#left .post .story {
    background: #ECECEC url(images/foot-big.png) bottom no-repeat;
	padding: 10px 5px 30px 5px;
    font-size: 13px;
    text-align: justify;
}

#right {
	float: right;
	width: 219px;
    margin-left:10px;
}

#right .post {
	margin-bottom: 10px;
}

#right .post .title {
	background: url(images/title-small.png) no-repeat;
	color: #FFFFFF;
    height: 32px;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 5px 0 10px;
}

#right .post .story {
    background: #ECECEC url(images/foot-small.png) bottom no-repeat;
	padding: 10px 5px 30px 5px;
    font-size: 13px;
}


/* Footer */

#footer {
	clear: both;
	padding: 20px;
    text-align: center;
    font: 16px #666666;
    height: 36px;
	background: #ECECEC url(images/footer.png) no-repeat;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: smaller;
	color: #1A1A1A;
}

#footer a {
	color: #1A1A1A;
}

.leftIm
{ float: left;
  padding: 1px 8px 1px 1px;
}
