
body {
font-family:calibri,tahoma,arial,sans-serif;
font-size:90%;
  padding: 0;
  margin: 0;
}

/* Headings
 * --------------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6 { color: #111; }

/* Text Elements
 * --------------------------------------------------------------------- */
a                 { color: #0060c2; text-decoration: none;}
a:hover           { color: #0060c2; text-decoration: underline; }
blockquote        { color: #666; }

pre {
  background: #eee;
  border:     1px solid #ddd;
}

hr {
  background: #B2CCFF;
  color:      #B2CCFF;
}

/* Tables
 * --------------------------------------------------------------------- */
table {
  border-top:     1px solid #ddd;
  border-left:    1px solid #ddd;
}
th,td {
  border-bottom:  1px solid #ddd;
  border-right:   1px solid #ddd;
}

/* Default Classes
 * --------------------------------------------------------------------- */
p.quiet { color: #666; }
.alt    { color: #666; }

p.title {
  color: #111;
  font-family: calibri,tahoma,arial,sans-serif;
  font-size: 2em;
  margin-bottom: 0.75em;
}

#header p.title { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }

/* EOF */

#header {
    background-color: whitesmoke;
    color: #404040;
    border-bottom: 2px solid #404040;
}

#header div#title {
    margin: 0;
    padding: 30px 60px 40px 60px;
    color: #404040;
}

#header h1 {
    margin: 0;
}

#header a h1 span.inverse {
    color: #404040;
}

#header a h1 span.outverse {
    color: #0060c2;
}

#header h4 {
    margin: 0 0 0 3em;
    color: #00ff00;
}

#header a:hover h1 span.inverse {
    color: #0060c2;
    text-decoration: none;
}

#header a:hover h1 span.outverse {
    color: #404040;
    text-decoration: none;
}

#header a:hover h4 {
    color: #404040;
}

#header ul {
	position:absolute;
	right:60px;
	top:60px; 
	padding:0 0 0 10px;
        text-weight: bold;
}
#header ul li {
	height:27px;
	float:left;
	padding:0 1px 0 0;
        list-style-type: none;
	display:block;
	padding:0 14px;
        font-weight: bold;
}

#header ul li a {
    color:#404040;
	text-decoration:none;
}

#header ul li a:hover {
        color: #0060c2;
}

#header ul li a.hover {
	color: #0060c2;
}

div#sidebar {
    float: right;
    width: 33%;
    padding: 0px 20px 0px 20px;
}

div#sidebar div a {
    color: #fffffff;
}

div#sidebar div a:hover {
    color: #0060c2;
}

div#sidebar div {
    margin: 15px 0;
    border-left: 1px solid #000000; 
}

div#sidebar div h4 {
    margin: 0;
    padding: 5px 5px;
    color: #404040;
}

div#sidebar div p {
    margin: 0;
    padding: 5px 5px 5px 10px;
    color: #000000;
}

div#sidebar div ul {
    font-size: 80%;
    margin: 0;
    padding: 0px 5px 5px 10px;
    list-style: none;
    color: #000000;
}

div#sidebar div div {
    font-size: 80%;
    margin: 0;
    padding: 0px 5px 5px 10px;
    border-style: none;
}


#content {
    padding: 0px 60px 0px 20px;
    margin: 0px 33% 0px 0px;
}

#content p {
        font-weight: normal;
        line-height: 130%;
        font-family: georgia;
}

#content li {
        font-weight: normal;
        line-height: 130%;
        font-family: georgia;
}

#content ul {
        font-weight: normal;
        line-height: 140%;
        font-family: georgia;
}



#content h1 {
        font-family: georgia; 
        font-size: 28px;
        font-weight: bold;
        color: #404040;
}

#content h2 {
    background-color: whitesmoke;
    border: 1px solid #404040;
    color: #404040;
    margin: 5px 10px 5px 0px;
    padding: 10px; 

/*    margin: 19px 200px 19px 0px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
*/
}

#content h2 a {
  color: #404040;
}

#content h2 a:hover {
  color: #0060c2;
  text-decoration: none;
}

#footer {
    clear: both;
    border-top: 1px solid #000000;
    text-align: center;
    font-size: 80%;
}

#footer p {
    margin: 3px;
}

#footer p span#copy {
    padding: 0 0 3px 0;
}

.big-block {
    position: absolute; 
    margin-left:-200px; 
    left: 50%; 
    width: 400px;
    text-align: center;
    line-height: 200px;
    font-size: 4em;
    height: 200px;
    color: #404040;
    background-color: whitesmoke;
    border: 1px solid #404040;
}

.fst {
  top: 150px;
}

.snd {
  top: 400px;
}

.big-container {
    height: 550px;
}

a:hover .big-block  {
  color: #0060c2;
  text-decoration: none;
}