* {
	margin: 10; padding: 10;
}
body {
	text-align: center;
	font: 14px Verdana;
	color: #68645A;
	background: #ffffff repeat-x 0 0;
}
a {
	color: #0089D2;
}
a:hover {
	
}
img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 10px;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}
.clearer {
	clear: both;
}
/** BEGIN wrapper **/
#wrapper {
	width: 950px;
	margin:25px 25px;
	text-align: left;
	overflow: hidden;
}

/** END wrapper **/

/** BEGIN header **/
#header {
	height: 110px;
	margin-bottom: 15px;
}
	#header ol {
		list-style-type: none;
		float: left;
	}
		#header ol li {
			float: left;
			font-size: 0.9em;
			text-transform: uppercase;
			font-weight: bold;
			padding-left: 1px;
		}
		#header ol li a {
			color: #0000ff;
			text-decoration: none;
			display: block;
			padding: 8px 10px 9px;
		}
		#header ol li a:hover {
			text-decoration: underline;
			color: #ff0000;
		}
		#header ol li.f {
			padding-left: 0;
			background: none;
		}
			#header ol li.f a {
				padding-left: 0;
			}
	#header .links {
		float: left;
		font-size: 0.9em;
		font-weight: bold;
		text-transform: uppercase;
		color: #000000;
		padding: 8px 20px 9px;
	}
		#header .links a {
			color: #0000ff;
			text-decoration: none;
			margin: 0 8px;
		}
		#header .links  {
			
			
		}
	#header h1 {
		clear: both;
		float: left;
		font-size: 0;
		padding: 10px;
	}
		#header h1 a {
			display: block;
			width: 975px; height: 152px;
			outline: none;
		}
	#header .ad {
		float: right;
		padding-top: 30px;
	}
	
/** END header **/

/** BEGIN content **/
#content {
	width: 975px;
	float: left;
	overflow: hidden;
	padding-bottom: 0px;
}


container {
	float: center;
  padding: 10px 20px;
}
	#content .thumb {
		height: 200px;
		float: left;
		overflow: hidden;
		margin: 10px 10px 30px 10px;
		border: 5px;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}
	
	#content .thumb img {
		float: center;
		overflow: hidden;
		border: 
    	border-radius:
    	padding:
		height: 200px;
	}
	
	#content .thumb img:hover {
		box-shadow: 2px 2px 2px 2px rgba(0, 140, 186, 0.5);
	}
	
	#content .postnav {
		clear: both;
	}
/** END content **/


/** BEGIN footer **/ˆ
#footer {
	clear: both;
	font: 10px Verdana;
	border: 0px solid #CCCCCC;
	padding: 10px 10px 25px;
	margin-bottom: 20px;
	color: #808080;
}
	#footer a {
		color: #808080;
		text-decoration: none;
	}
	#footer a:hover {
		color: #99CCFF;
		text-decoration: underline;
	}
	#footer .l {
		float: left;
		font: 10px Verdana;
	}
	#footer .r {
		float: right;
	}
/** END footer **/
