body { 
   font:Verdana, Arial, Helvetica, sans-serif;
   margin: 20px;
   background-color:#333333;
   color: #FFFFFF;
   background-image:url(images/hrozbar1.jpg);
   background-position:center;
   background-repeat:repeat-y;

/*   text-align: center;*/
}

#container {
	margin: 0 auto;
 	width: 790px;

}
 
a:link { color: #0066FF; }
a:vlink { color:#993333; }
a:alink { color:#9900FF; }
a:hover { color: #0099FF; }

table {
margin:20px 0 0 0;
}

h1 {
	font-size: 40px;
	text-align: center;
}
h2 {font-size: 14px; margin-top: 0; margin-bottom: 6px}
h3 {
	font-size: 13px;
	border-bottom: 1px dotted #ffffff;
	font-style: italic;
}
h6 {
	font-size: 8px;
	margin-top: 0;
}
ul {margin-top: 0; margin-bottom: 0;}



#header {
	background-image:url(images/IMG_1508.JPG);
	background-repeat:no-repeat;
	height:200px;
	color:#FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#leftside {
	float: left;
	width: 200px;
	margin: 0 10px 10px 0;
	color:#000000;
	background-color: #CCCCFF;
	padding: 10px;
}

#center {wrap: none;}

.frame {
	margin: 10px;
	border-width: 10px 10px 20px 10px;
	border-style: solid;
	border-color: #999999;
}
.image {
	border-width: 3px;
	border-style: solid;
	border-color: #FFFFFF;
    margin:5px;
}
#rightside {
	position: absolute;
	top: 0
	right: 0
	width: 150px;
	backgroud-color: #AAAAEE
}