body {
    behavior: url("csshover.htc");
    margin: 0;
    padding: 0;
    background: #FFFFFF url(images/img01.jpg) repeat-x;
    font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
    color: #666666;
}

.note {
    font-size: 9px;
}

h1, h2, h3 {
    margin: 0;
    padding: 0;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #005A85;
}

h2 {
	text-transform: none;;
	letter-spacing: 1px;
    font-size: 18px;
}

.ls {
    text-transform: none;
}

h3 {
/*    text-transform: uppercase;*/
    letter-spacing: 1.5px;
    font-size: 11px;
}

p, span, blockquote, ul, ol {
    line-height: 18px;
    text-align: justify;
}

blockquote {
    padding-left: 20px;
    background: url(images/img05.gif) repeat-y;
}

a {
    color: #005A85;
}

a:hover {
    text-decoration: none;
}
/* Header */
#header {
    width: 760px;
    height: 180px;
    margin: 0 auto;
    background: url(images/img02.jpg);
}

#header h1, #header h2 {
    font-weight: normal;
    color: #FFFFFF;
}

#header h1 {
    float: left;
    padding: 120px 0 0 20px;
    font-size: 36px;
}

#header h2 {
    float: right;
    padding: 134px 20px 0 0;
    font-size: 22px;
}
/* Menu */
#menu {
    width: 760px;
    height: 50px;
    margin: 0 auto;
    position: relative;
    z-index: 100;
}

#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu li {
    float: left;
    position: relative;
    display: inline;
}

#menu ul li ul {
    display: none;
}

#menu ul li:hover ul {
    margin-top: 0;
    display: block;
    position: absolute;
    width: 115px;
    top: 50px;
    left: 0;
}

#menu ul li:hover ul li ul {
    display: none;
}

#menu ul li:hover ul li a {
    background: url(images/img05.jpg) top;
    width: 115px;
    display: block;
    color: #D8D8D8;
}

#menu ul li:hover ul li a:hover {
    color: #fff;
}

#menu ul li:hover ul li:hover ul {
    display: block;
    position: absolute;
    left: 105px;
    top: 0;
}

#menu a {
    height: 33px;
    display: block;
    float: left;
    padding: 17px 20px 0 20px;
    background: url(images/img03.gif) no-repeat;
    text-transform: uppercase;
    text-decoration: none;
    font: bold 12px "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
    color: #D8D8D8;
}

#menu a.double {
    padding: 8px 20px 0 20px;
}

#menu a:hover {
    color: #FFFFFF;
}

#menu .first a {
    background: none;
}
/* Content */
#content {
    min-height: 100%;
    width: 720px;
    margin: 0 auto 0 auto;
    padding: 20px 20px 5px 20px;
    background: #FFFFFF url(images/img04.jpg) repeat-x left bottom;
}
/* Posts */
#posts {
    float: left;
    width: 480px;
}
/* Links */
#links {
    float: right;
    width: 200px;
    padding-left: 20px;
    text-align: left;
    /*background: url(images/img05.gif) repeat-y;*/
    border-left: 1px dashed #004D71
}

#links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#links li ul {
    padding: 5px 0 30px 0;
}

#links li li {
    padding: 7px 10px;
    background: url(images/img06tutorial.png) repeat-x left bottom;
}

#links li a {
    text-decoration: none;
}

#links li a:hover {
    text-decoration: underline;
}

#links li i {
    font-style: normal;
    font-size: 9px;
}

#links li h2 {
    font-size: 14px;
}
/* Footer */
#footer {
	height:40px;
    line-height: 10px;
    padding: 1px;
    background: #2D2D2D url(images/img07.gif) repeat-x;
}

#footer p {
	vertical-align: middle;
	height:10px;
    text-align: center;
    color: #999999;
}

/*
 Design by Free CSS Templates
 http://www.freecsstemplates.org
 Released for free under a Creative Commons Attribution 2.5 License
 */ 
