* { margin:0; padding:0; border:0; }
html {
	height:100%;
	}
body {
	background-color:#fff;
	background-image:url(images/backgemfull.jpg);
	background-repeat:repeat;
	background-position:top;
	color:#000;
	font-family:"Arial", sans-serif;
	font-size:12pt;
	height:100%;
	}
a {
	color:#333;
	}
a:hover {
	color:#379;
	}
a:active {
	color:#900;
	}
img {
	vertical-align:middle;
	}
h1 {
	margin-left:-1%;
	padding-bottom:8px;
	font-size:15pt;
	}
h2 {
	padding-bottom:4px;
	font-size:14pt;
	}
p {
	padding-bottom:8px;
	}
ul {
	padding-bottom:10px;
	}
select, textarea {
	background:#fff;
	color:#000;
	border:1px #000 solid;
	padding:2px;
	}

.inputtext {
	padding:2px;
	border:2px inset #888;
	}
.inputsubmit {
	padding:2px 8px;
	border:2px outset #888;
	}
.inputsubmit:active {
	border-style:inset;
	}
.mb { background:url(images/bull.png) no-repeat left; }
.mc { background:url(images/bull_c.png) no-repeat left; }
.mb, .mc {
	text-decoration:none;
	padding-left:15px;
	margin-left:2px;
	}
.feed {
	background:url(images/iconfeed.png) no-repeat left;
	padding-left:18px;
	}
.imgbord {
	border:1px #000 solid;
	}

#title {
	background-color:#fff;
	border-width:0 1px;
	border-style:solid;
	border-color:#000;
	color:#333;
	padding:1%;
	width:74%;
	margin:0 auto;
	}
#menul {
	background:#fff;
	color:#000;
	border:1px #000 solid;
	width:17%;
	line-height:48px;
	font-weight:bold;
	font-size:14pt;
	}
#menur {
	background:#fff;
	color:#000;
	border:1px #000 solid;
	width:17%;
	line-height:24px;
	font-size:11pt;
	}
#content {
	background-color:#fff;
	background-image:url(images/backgemlite.jpg);
	background-repeat:repeat;
	background-position:top;
	color:#000;
	text-align:justify;
	border:1px #000 solid;
	padding:2% 8%;
	width:60%;
	margin:0 auto 35px;
	min-height:67%;
	}
#footer {
	background:#fff;
	color:#444;
	border-width:1px 1px 0;
	border-color:#000;
	border-style:solid;
	font-size:9pt;
	line-height:35px;
	padding:2px 8%;
	height:35px;
	width:60%;
	position:fixed;
	bottom:0;
	left:12%;
	}
.blogger-post-footer { display:none }
