/*
**
** Theme       :  EmmaJohansson
** Author      :  Sébastien Grosjean
** Web         :  http://zencocoon.com/
** Modified    :  20-mar-2007 by Sébastien Grosjean
**
*/

* {
	margin: 0;
	padding: 0;
}

body {
    font-family: verdana, arial, Helvetica, sans-serif;
    background: #010d57 url('../images/bg.jpg') repeat-x;
    color: #0c0088;
}

a {
    text-decoration: none;
    color: #ffffff;
}

a:hover {
    text-decoration: underline;
}

ul, ol {
    margin-left: 1.5em;
}

hr  {
    height: 1px;
    border: none;
    border-bottom: 1px solid #0c0088;
    margin-bottom: 1em;
}

h1 {
    display: none;
}

#container {
    width: 745px;
    height: 669px;
    margin: 0 auto;
    text-align: left;
    background-image: url('../images/main.jpg');
    background-repeat: none;
    background-color: #8BCCF6;
}

#menu {
    position: relative;
    top: 210px;
    left: 27px;
    height: 440px;
    margin-bottom: -440px;
}

#menu ul {
    list-style-type: none;
}

#menu li {
    margin-bottom: 0.2em;
}

#menu li a {
    display: block;
    font-size: x-small;
    font-weight: normal;
    font-family: Arial Black, Helvetica, sans-serif;
    letter-spacing: 0.2em;
    background-image: url('../images/menu.png');
    background-repeat: none;
    width: 155px;
    height: 27px;
    padding: 0 20px;
    padding-top: 10px;
}

#menu li a:hover {
    text-decoration: none;
    background-image: url('../images/menu-over.png');
}

#content {
    position: relative;
    left: 275px;
    top: 150px;
    width: 403px;
    height: 392px;
    font-size: x-small;
    overflow: auto;
    line-height: 1.4em;
}

#content h2 {
    line-height: 1.4em;
    margin-bottom: 0.5em;
    font-weight: normal;
    font-family: Arial Black, Helvetica, sans-serif;
    font-size: 1.4em;
}

#content h3 {
    margin-top: 1em;
    margin-bottom: 0.5em;
    font-size: 1.2em;
}

#content p {
    margin-bottom: 1em;
}

#footer {
    width: 745px;
    height: 669px;
    margin: 0 auto;
    text-align: center;
    font-size: x-small;
    color: #0071bc;
}

#footer a {
    color: #0071bc;
    text-decoration: underline;
}

#footer a:hover {
    color: #ffffff;
    text-decoration: none;
}
