body {
	font: 14px arial, sans-serif;
	color: #303030;
	background: #ffffff;
}

p {
	color: #303030;
	margin: 0 0 6px 0;
}
h1 {
	color: #303030;
	margin: 0px 0;
	font: 18px arial, sans-serif; font-weight: bold;
}

h2 {
	color: #303030;
	margin: 0px 0;
	font: 16px arial, sans-serif; font-weight: bold;
}

small {
	color: #303030;
	font: 11px arial, sans-serif;
}

maintitle {
	font: 32px arial, sans-serif; font-weight: bold;
	color: #0919c8;
}

titl {
	margin: 16px 0px 0px 16px;
	font: 20px arial, sans-serif; font-weight: bold;
}

botm {
	margin: 16px 0px 0px 16px;
	font: 16px arial, sans-serif; font-weight: bold;
}

a {
    color: blue; text-decoration: none;
}

a:hover {
    color: blue; text-decoration: underline;
}

a.stya {
	color: #0919c8; 
	text-decoration: none;
}
a.stya:hover { text-decoration: underline; }

a.styb {
	color: #ffffff; 
	text-decoration: none;
}
a.styb:hover { text-decoration: underline; }

#mainpage {
	margin: 0 0 0 130px;
}

#topr {
	text-align: left;
	height: 28px;
	color: #eeeeee;
	position: relative;
	width: 100%;
	padding: 5px 0 5px;
	background-image: url('images/backg.jpg');
}

#footer {
	text-align: left; 
	height: 28px; 
	color: #eeeeee; 
	position: relative;
	width: 100%; 
	padding: 6px 0 2px;
	background-image: url('images/backg.jpg');
}

#leftmenu { 
	float: left; 
	color: white; 
	background: #ffffff; 
	width: 130px; 
	font: 12px arial, sans-serif;
}

#left {
  float:left; 
}

#right { 
  overflow:hidden;
}

@media screen and (max-width: 600px) {
   #left { 
    float: none;
    width:auto;
  }
}
