/************* Global *************/
* {
margin: 0; 
padding: 0;
}

body {
font: 100%/110% Tahoma, Verdana, Arial, sans-serif;
font-size: 0.9em;
font-weight: bold;
background: #5b5b5b url(imgs/clef.jpg) top left no-repeat;
color: #ffffff;
}

p {
margin-top: 0.5em;
}

a {
color: #ffffff;
font-weight: bold;
text-decoration: none;
}

img {
border: none;
}

a:hover {
color: #ffffff;
font-weight: bold;
}

blockquote {
padding: 0.1em 0.3em;
color: #9b9b9b;
}

/************* Container *************/

#rightlogo {
position: absolute;
overflow: hidden;
width: 200px;
height: 285px;
top: 0px;
left: 100%;
margin-left: -200px;
background: url(imgs/sw.jpg) top right no-repeat;
}

#wrapper {
width: 518px;
margin: 0 auto;
text-align: left;
}

/************* Header *************/
#header {
margin-top: 20px;
height:222px;
width: 518px;
background: url(imgs/header.jpg) no-repeat;
}

#insideHeader {
width: 450px;
height: 90px;
margin: 0 auto;
padding: 47px 32px 23px 32px;
}

html>body #insideHeader {
padding-top: 32px;
height: 104px;
}

#insideHeader h1, #insideHeader p {
margin: 10px 15px;
}

#insideHeader h1 {
margin: 20px 0 0 15px;
font-weight: bold;
font-size: 2.3em;
}

#menu {
width: 450px;
margin: 0 auto;
}


#menu li {
list-style-type: none;
float: left;
margin-right: 1px;
border: 1px inset #747474;
}

#menu a {
font-size: 13px;
text-decoration: none;
float: left;
font-weight: bold;
letter-spacing: 0;
color: #ffffff;
display: block;
width: 87px;
text-align: center;
padding: 3px 0;
}

#menu a:hover {
color: #2B2B2B;
}

/************* Content *************/
#main {
height: auto;
}

html>body #first h2 {
margin-top: 0;
padding-top: 30px;
}

#logo {
height: 350px;
width: 518px;
background: url(imgs/logo.jpg) top no-repeat;
}

#logo p {
text-align: center;
font-size: 0.7em;
}

#content {
width: 518px;
background: url(imgs/mainBg.gif) repeat-y;
}

#footer {
position: absolute;
width: 518px;
height: 82px;
background: #2B2B2B url(imgs/mainBottom.gif) top no-repeat;
}

.post {
width: 428px;
padding: 0 45px;
}

.post h2 {
margin-top: 1.5em;
padding: 1.1em 0 0.4em;
border-top: 1px solid #eaeaea;
}

.post ul {
margin-left: 17px;
padding: 0.1em 0;
}

#first {   /* Top of the content part in first post*/
background: url(imgs/mainTop.gif) top no-repeat;
}

#first h2 {
margin-top: 5px;
border-top: none;
}

#footer p {
text-align: center;
margin: 47px auto 0;
font-size: 0.7em;
}

#footer a:hover {
color: #2B2B2B;
}

#disco {
margin-left: 70px;
}

#discoyear {
margin-left: 60px;
}

