
/* axx */

* { padding: 0; margin: 0; } /* resetojam defaultas vertibas */
body { background-color: #fff; }
body, p, blockquote, th, td {
	color: #000;
	font: normal 11px Arial, Helvetica, sans-serif;
}

img { border: 0; }
a { color: black; text-decoration: none; }
a:hover { color: #999; }
hr { height: 0; border: 0px solid #fff; }
h1 { font-size: 14px; text-align: center; }
h2 { font-size: 8px; text-align: left; }
h3 { font-size: 12px; text-align: left; }


p { margin: 10px 0; }


#content {
	margin: 10px 30px 3px 30px;
	padding: 10px;
	border: 0px solid #ccc;
}

.menuText { 
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	padding-left: 10px;
}

img.content, img.contentLeft {
	float: right;
	margin: 10px;
}
img.contentLeft {
	float: left;
	position: static;
}