@charset "utf-8";
/* CSS Document */


body, html {margin:0; padding:0; border:0; }

#maincontainer {
	margin: 0px;
	float: none;
	height: auto;
	width: 100%;
	left: auto;
	top: 0px;
	right: auto;
	bottom: auto;
}
#blogcontainer {
	margin: 0px;
	float: none;
	height: auto;
	width: 100%;
	left: auto;
	top: 0px;
	right: auto;
	bottom: auto;
	
}
#topline {
	float: none;
	height: 10px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 0px;
}

#mainwrapper {
	float: none;
	height: auto;
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	float: none;
	height: auto;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
#nav {
	float: none;
	height: 29px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
#banner {
	float: none;
	height: auto;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
#indexcontentwrapper {
	float: left;
	height: auto;
	width: 1022px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#footer {
	float: left;
	height: auto;
	width: 1023px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#mytag {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	text-decoration:none;
	height: auto;
	border: 1px solid #999;
	text-align: center;
	padding:15px;
	display:flex;
	flex-direction:column;
	align-items:center
}
#mytag a:link  {
	color:rgba(0,0,0,0.2);
	text-decoration:none;
}
#mytag a:visited  {
	color:rgba(0,0,0,0.2);
	text-decoration:none;
}
#mytag a:hover  {
	color:rgba(0,0,0,1); 
	text-decoration:none;  
}
