html, body
{
	margin: 0;
	padding: 0;
	border: none;
	color: #000000;
    font-size:  100.1%;
}

body, textarea, input
{
	font-family: Times New Roman, Tahoma, sans-serif;
}
img
{
	border: none;
	padding: 0;
	margin: 0;
}
a
{
	color: #ff11fa;
	text-decoration: underline;
}
p
{
	padding: 0 0 8px 0;
	margin: 0;
}
h1
{
    margin:0;
    padding: 0 0 7px 0;
    color: #218DBC;
    font-size: 1.7em;
}
form
{
    margin:0;
    padding:0;
}
.left
{
	float: left;
}
.right
{
    float: right;
}
.clear
{
	clear: both;
	height: 0;
	width: 0;
	font-size: 0.1em;
	line-height:  0;
}

#profileButton
{
    position: fixed;
    left: -3px;
    top: 200px;
}

#profileButton a
{
    display: block;
    width: 41px;
    height: 202px;
    background: url(http://www.maminuklubs.lv/images/profils.gif) no-repeat top left transparent;
}

#profileButton a:hover
{
    background: url(http://www.maminuklubs.lv/images/profilsHover.gif) no-repeat top left transparent;
}

#newLetters
{
    position: fixed;
    left: 0px;
    padding: 0 0 0 10px;
    top: 420px;
}

#newLetters a
{
    text-decoration: none;
    color: #333;
    font-size: 22px;
}

.mainMenuContent li
{
	position: relative;
}

.newIcon
{
	position: absolute;
	top: -17px;
	right: -19px;	
}

.authorizeToComment
{
	padding: 20px 0 50px;
}