
body {
background-color: #460069;
font-family: Arial,Verdana,sans-serif;
margin: 0;
padding: 0;
color: #000066;
}

#cont {
position: relative;
background: url(../images/bg.jpg) repeat-y;
margin: 10px auto;
padding: 0 0 0 0;
width: 750px;
border: 0;
}

#main {
margin: 0 240px 0 105px;
width: 400px;
background: transparent;
}

#header {
    background: url(../images/header.jpg) top left no-repeat;
    height:200px;
    margin: 0;
    }

#header h1 {
    text-align: left;
    margin: 0 0 0 0;
    padding: 115px 0 10px 330px;
    font-size: 180%;
    letter-spacing: 3px;
    }

p {
font-size: 95%;
padding: 5px 5px 10px 5px;
margin: 0;
line-height: 16px;
}

#text h3 {
margin: 10px 0 0 0;
font-size: 105%;
}

a, a:link, a:visited {
color: #3818d1;
text-decoration: underline;
font-weight: normal;
background: transparent;
}

a:hover {
color: #a35f9f;
text-decoration: underline overline;
font-weight: normal;
background: transparent;
}

#footer {
margin: 0;
background:url(../images/footer.jpg) top left no-repeat;
height: 200px;
text-align: center;
font-size: 70%;
}

#footer a, #footer a:link, #footer a:visited {
text-decoration: none;
color: #3818d1;
font-weight: bold;
padding: 0;
}

#footer a:hover {
text-decoration: underline overline;
color: #a35f9f;
}

#list {
position: absolute;
top: 220px;
right:100px;
width: 120px;
border-left: 2px solid #3818d1;
}

#list h4 {
margin: 5px 0 5px 10px;
padding: 0px;
}

#menu h4 {
margin: 5px 0 5px 10px;
font-size: 80%;
}

#links h4 {
margin: 5px 0 5px 10px;
font-size: 80%;
}

#list ul {
font-size: 70%;
margin: 10px 0 0 10px;
padding: 0 0 0 0;
list-style: none;
color:#3818d1; 
}

#list ul li {
background: transparent;
margin:5px 0 0 0;
padding: 0 5px 0 1px;
line-height: 14px;
}

#list #menu {
padding-bottom: 10px;
border-bottom: 2px solid #3818d1;
}

#list #links {
padding-bottom: 10px;
}

#list a, #list a:link, #list a:visited {
color: #3818d1;
text-decoration: none;
font-weight: bold;
background: transparent;
}

#list a:hover {
text-decoration: underline overline;
color: #a35f9f;
background: tranparent;
}

#list #menu  a:link, #list #menu  a:visited { display: inline; }

