
* {
	margin : 0;
	padding : 0;
}
ul, li {
	list-style-type : none;
}
img, iframe {
	border : none;
}
body, html {
	color : #000;
	font-size : 1em;
	font-family : verdana, sans-serif;
	background: url(../img/body.png) #3da550 no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
header, nav, section, article, main, aside {
	display : block;
}
h1, h2, h3, h4, h5, h6, .footer_title {
	font-size : 2em;
	padding : 1%;
	border-bottom : 1px solid #000;
}
p {
	padding : 1%;
}
.clear {
	clear : both;
}
.content_impression {
	max-height : 200px;
}
a {
	color : #000;
	font-style : italic;
	text-decoration : none;
}
a:hover {
	color : #353535;
}
a:active {
	color : #0b0b0b;
}
a:visited {
	color : #363636;
}
nav a {
	font-weight : bold;
}
nav a, aside a, footer a {
	color : #fff;
}
nav a:hover, aside a:hover, footer a:hover {
	color : #ccc;
}
nav a:active, aside a:active, footer a:active {
	color : #888;
}
nav a:visited, aside a:visited, footer a:visited {
	color : f9f9f9;
}
.center {
	text-align : center;
}
.template_container {
	margin : 0 auto;
	width : 100%;
	max-width : 1200px;
}
.template_header_container {
	margin : 0 auto;
	color : #fff;
}
.template_content {
	margin : 0 auto;
	width : 100%;
}
.content_col {
	margin : 0 auto;
	width : 100%;
}
.template_footer {
	margin : 0 auto;
	width : 98%;
	padding : 1%;
	color : #fff;
	clear : both;
}
.template_aside li {
	width : 98%;
	padding : 1%;
	border-bottom : 1px solid #000;
}
