* { margin: 0; padding: 0; }
body {
background: #0099CC;
color: #CCC;
font: 12px/17px MS, sans-serif;
}

#header {
	margin-left: auto;
    margin-right: auto;
    width: 941px;
	height: 170px;
	background-color: #0099CC;
	color: #303030;
}
#logo_h{
	width: 941px;
	height: 120px;

	border-radius: 10px 10px 10px 10px;
	background-color: #FFF;
	border-top: 3px solid red;
	border-bottom: 3px solid #0000ff;
}
#logo_h span{
	padding-left: 50px;
	font-weight: bold;
	color: #feac00;
}
#topnav{
	margin-left: auto;
    margin-right: auto;	
	background-color: #0033FF;
	width: 941px;
	height: 48px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
	font-size: 18px;

}
#topnav ul {
    margin: 0; padding: 0;
    float: left;
}

#topnav ul li {
    display: inline;

}

#topnav ul li a {
    float: left; text-decoration: none;
    color: white; 
    padding: 15.1px 25px;
	border-right: 1px dotted #aaa;

}
 
#topnavul li a:visited {
    color: white;
}
 
#topnav ul li a:hover, #topnav ul li .current {
    color: #feac00;

}

#contents {

	border-radius: 10px 10px 0px 0px;
	margin-left: auto;
    margin-right: auto;
    width: 941px;
	background-color: #FFF;
	min-height:340px;
	height: auto;
	border-top: 3px solid #feac00;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;

	color: #1d1d1d;
	overflow:hidden;
}

#hr {
	margin-left: auto;
    margin-right: auto;
	margin-top: 10px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}



a:link, a:visited{
	text-decoration:none;
	color: 0099CC;
}


#footer {
	margin-left: auto;
    margin-right: auto;
    width: 941px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background-color: #fff;
	text-align: center;
	color: #CCC;
	padding-bottom: 10px;
	border-radius: 0px 0px 10px 10px;
	border-bottom: 3px solid #feac00;
}

#footer2{
	margin-left: auto;
    margin-right: auto;
    width: 941px;
	height: 60px;
	padding-top: 10px;
	line-height: 25px;
	text-align: left;
	color: #CCC;
	background-color: #0099CC;
	border-left: 0px;
	border-right: 0px;

}
#footer2 a{
color: white;
}
#footer2 a:hover{
	text-decoration:underline;
}


article {

	margin-right: 10px;
	width: 290px;
	height: auto;
	min:height: 200px;
	float: left;
	position: relative;
	cursor: pointer;
	overflow: hidden;

}

.home_img_wrap {
	width: 280px;
	height: 140px;
	float: left;
	position: relative;
	overflow:hidden;
}
article img {
	width: 282px;height: auto;
}

.home_post_text {
	overflow: hidden;
	font-size: 14px;
	padding: 5px 0;
	float: left;
	text-align: left;
}
.home_post_text a {
	padding: 5px;
	text-align: center;

	color: #292929;
	text-decoration: none;
	line-height: 1.3em;
	font-weight: bold;
}
.home_post_text a:hover{
	text-decoration:underline;
}



article img {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}

article:hover img {
   -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
	}
