/* COLORS
indigo: #333399
blue: #0033CC
pale purple: #CCCCFF
=============================*/


body {
  font-family: Lucida Grande, Tahoma, Verdana, sans-serif;
  font-size: small;
  text-align: center;
  margin: 0;
  padding: 0;
background:#fff URL(/img/bg_mdg.jpg) repeat-x 0 0;
color: #333399;
}

a {
 color: #0033cc; 
}

#wrapper {
 margin: 0 auto;
 width: 750px;
 text-align: left;
 /**border: 1px solid red;/**/
 background: URL('/img/mucha_logo.jpg') no-repeat 50px 50px;
}

#header {
  width: 710px;
  padding: 20px;
  background: #bbb;
  margin: 0;
}

h1 {
    font-family: Trebuchet, Verdana, sans-serif;
    color: #333399;;
 font-size: 120%;
}

h1#header {
    font-family: Trebuchet, Verdana, sans-serif;
    color: #CC0000;
    font-weight: normal;
display: none;
}

#navbar {
       	float: left;
        width: 750px;
	font-size: small;
        margin: 0 auto 10px auto;
	padding: 0;
	/*border-bottom: 1px dotted #999;*/
	}

#navbar li {
	float: left;
	margin: 0; 
	padding: 0;
	display: inline;
	list-style: none;
	}
	
#navbar a:link, #navbar a:visited {
	float: left;
	font-size: 85%;
	line-height: 20px;
	font-weight: bold;
	margin: 0 10px 0 10px;
	text-decoration: none;
	color: #999;
        border-bottom: 4px solid #fff;
        padding-bottom: 2px;
	}

#navbar a.active:link, #navbar a.active:visited, #navbar a:hover {
	border-bottom: 4px solid #370DDF;
	padding-bottom: 2px;
	color: #0033CC;
	}


#content {
  float: right;
  margin: 100px 100px;
  padding: 0 10px;
  border-left: 1px dotted silver;
  border-right: 1px dotted silver;
 width: 350px;
}

li {
 padding: .5em;
}


#footer {
 background: #0033CC url(/img/bg_footer.jpg) repeat-x 0 0;
	height: 200px;
	width: 100%;
	text-align: center;
 bottom:0;
}


#footer p {
 color: #CCCCFF;
 line-height: 3.5em;
 padding: 1em 0 10em 0;
}


/* self-clearing floats
========================*/

#wrapper:after
{
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
}
