*{ margin:0; padding:0; border:none; list-style:none;}

html {
	margin-left: 1px;
	overflow-Y: scroll;
}

body{
	background:#bdc6cc url(images/back.jpg) repeat-y center;
	font-family:"Trebuchet MS", Verdana, Arial;
	}
	
#header{
	height:216px;
	background:url(images/back-header.jpg) repeat-x center;
	}

#header a:link{ color:#FFF; text-decoration:none;}
#header a:visited{ color:#FFF; text-decoration:none;}
#header a:hover{ color:#FFF; text-decoration:underline;}
#header a:active{ color:#FFF; text-decoration:underline;}

#header1{
	height:108px;
	background:url(images/header1.jpg) no-repeat center;
	}
	
#header2{
	height:108px;
	background:url(images/header2.jpg) no-repeat center;
	}

.menu-bar{
	width:940px;
	height:26px;
	margin:0 auto;
	padding-top:75px;
	}

.menu-bar ul{
	width:940px;
	overflow:hidden;
	text-align:center;
	}

.menu-bar li{
	float:left;
	display:inline;
	margin-left:19px;
	font-size:15px;
	font-weight:bold;
	color:#FFF;
	font-style:italic;
	line-height:25px;
	}

.menu-bar .button{
	height:19px;
	font-weight:bold;
	margin:3px 0;
	background:none;
	color:#FFFFFF;
	font-style:italic;
	font-size:14px;
	}	

#content{
	width:990px;
	margin:0 auto;
	min-height:650px;
	}

.post{
	width:490px;
	height:154px;
	background:url(images/post.jpg) no-repeat center;
	margin-bottom:15px;
	}	

.post a:link{ color:#717476; text-decoration:none;}
.post a:visited{ color:#717476; text-decoration:none;}
.post a:hover{ color:#717476; text-decoration:underline;}
.post a:active{ color:#717476; text-decoration:underline;}

.post-title{
	width:490px;
	height:32px;
	}

.post-title h2{
	width:470px;
	margin-left:10px;
	height:22px;
	padding-top:5px;
	font-size:16px;
	text-align:center;
	font-style:italic;
	font-weight:bold;
	color:#e5e7e8;
	}

.post-title a:link{ color:#FFF; text-decoration:none;}
.post-title a:visited{ color:#FFF; text-decoration:none;}
.post-title a:hover{ color:#FFF; text-decoration:underline;}
.post-title a:active{ color:#FFF; text-decoration:underline;}

.post-content{
	width:290px;
	height:120px;
	margin-left:10px;
	float:left;
	display:inline;
	color:#717476;
	font-style:italic;
	font-weight:bold;
	font-size:14px;
	}

.img-post{
	width:160px;
	height:120px;
	overflow:hidden;
	float:left;
	display:inline;
	margin-left:15px;
	}

.description{
	height:75px;
	}

#left{
	width:168px;
	float:left;
	display:inline;
	}

#left a:link{ color:#284d38; text-decoration:none;}
#left a:visited{ color:#284d38; text-decoration:none;}
#left a:hover{ color:#284d38; text-decoration:underline;}
#left a:active{ color:#284d38; text-decoration:underline;}

#left li{
	margin-left:10px;
	font-size:15px;
	font-weight:bold;
	font-style:italic;
	color:#284d38;
	}

.title-left{
	width:168px;
	height:19px;
	margin:10px 0;
	background:url(images/title-left.jpg) no-repeat center;
	clear:both;
	}
	
.title-left h2{
	width:150px;
	margin-left:9px;
	font-size:15px;
	font-weight:bold;
	color:#284d38;
	line-height:16px;
	}

.img-left{
	width:162px;
	margin-left:3px;
	text-align:center;
	}

.img-left img{
	border:solid 1px #6c8291;
	}

#center{
	width:490px;
	float:left;
	display:inline;
	margin-left:1px;
	}
	
#right{
	width:330px;
	float:left;
	display:inline;
	margin-left:1px;
	}

#right a:link{ color:#284d38; text-decoration:none;}
#right a:visited{ color:#284d38; text-decoration:none;}
#right a:hover{ color:#284d38; text-decoration:underline;}
#right a:active{ color:#284d38; text-decoration:underline;}

#right ul{
	float:left;
	display:inline;
	margin-left:6px;
	width:152px;
	}
	
#right li{
	margin-left:10px;
	font-size:15px;
	font-weight:bold;
	font-style:italic;
	color:#284d38;
	}

.title-right{
	width:330px;
	height:19px;
	margin:10px 0;
	background:url(images/title-right.jpg) no-repeat center;
	clear:both;
	}

.title-right h2{
	width:310px;
	margin-left:10px;
	font-size:15px;
	font-weight:bold;
	line-height:16px;
	color:#284d38;
	}
	
.img-right{
	width:320px;
	margin-left:5px;
	text-align:center;
	}

.img-right img{
	border:solid 1px #6c8291;
	float:left;
	display:inline;
	margin:4px;
	}
	
#footer{
	height:55px;
	background:url(images/back-footer.jpg) repeat-x center;
	clear:both;
	}

.footer-container{
	height:55px;
	background:url(images/footer.jpg) no-repeat center;
	z-index:10;
	}

.copyright{
	width:990px;
	height:30px;
	margin:0 auto;
	text-align:right;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	padding-top:25px;
	}

.container{
	width:990px;
	margin:0 auto;
	}
	
.clear{
	width:0px;
	height:0px;
	line-height:0px;
	clear:both;
	}