html, body {height:100%}
body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:760px;
	background-repeat: repeat;
	background-position: center center;
	FONT-FAMILY: verdana, arial, helvetica, sans-serif;
/*  background-image:url("images/bg.gif");*/
  text-align:center;
  font-size : 10px;
}
#outer{
	height:70%;
	min-height:70%;
	width:750px;
	color: #000000;
	text-align:left;
	margin:auto;
	margin-bottom:-52px;/* make room for footer */
	position:relative;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
	width:610px;
}
#top{
	position:absolute;
	top:0;
	left:0;
	width:750px;
	height:99px;
	background-image:url("images/top.jpg");
	overflow:hidden;
	color: #000000;
	z-index:100;
}
#left {
	position:relative;/*ie needs this to show float */
 width:140px;
	height:100%;
	float:left;
	padding-top:99px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
	color: #979177;
  background-color : #EAEBDB;
}
#left p {padding-left:3px;padding-right:2px}
#right p {padding-left:4px;padding-right:2px}

#right {
	position:relative;/*ie needs this to show float */
 width:140px;
	height:80%;
	float:right;
	padding-top:99px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
	color: #979177;
  background-color : #EAEBDB;
}

#footer {
	width:750px;
	clear:both;
	height:31px;
	color: #000000;
	margin:auto;
	position: relative;
  background-image:url("images/bottom.jpg");
  text-align:left;
}
* html #footer {/*only ie gets this style*/
	\height:33px;/* for ie5 */
	\margin-top:33px;/* for ie5 */
	he\ight:31px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent {
	width:468px;
	float:right;
	padding-top:99px;
	padding-bottom:32px;/* needed to make room for footer */
	background-color : #FFFFFF;
}
#centrecontent p {padding-left:3px}
* html #ieclear {width:100%;height:51px} /* for ie to clear footer */

a:link
        {
        font-family :verdana ;
        font-size : 10px;
        font-weight: bold;
        color : #979177;
        text-decoration : none;
        }

a:visited
        {
        font-family : verdana;
        font-size : 10px;
        font-weight: bold;
        color : #979177;
        text-decoration : none;
        }

a:hover
        {
        font-family : verdana;
        font-weight: bold;
        text-decoration: underline;
        color : #979177;
        text-shadow : inherit;
        font-size: 10px;
        }

a.menu:visited
        {
        font-family : verdana;
        font-size : 10px;
        font-weight: normal;
        color : #979177;
        text-decoration : none;
        }

a.menu:hover
        {
        font-family : verdana;
        font-weight: normal;
        text-decoration: underline;
        color : #979177;
        text-shadow : inherit;
        font-size: 10px;
        }

a.menu:link
        {
        font-family :verdana ;
        font-size : 10px;
        font-weight: normal;
        color : #979177;
        text-decoration : none;
        }

a.novinky:link
        {
        font-family :verdana ;
        font-size : 10px;
        font-weight: normal;
        color : #979177;
        text-decoration : none;
        }        

a.novinky:visited
        {
        font-family : verdana;
        font-size : 10px;
        font-weight: normal;
        color : #979177;
        text-decoration : none;
        }

a.novinky:hover
        {
        font-family : verdana;
        font-weight: normal;
        color : #979177;
        text-shadow : inherit;
        font-size: 10px;
        }       
      
INPUT,SELECT,TEXTAREA {
        font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size : 10px;
        font-weight:bold;
        border : 1px solid #FFFFFF;
        background-color : #FFFFFF;
        color : #000000;
        
}
