/*This is the core style sheet of the site.*/

body 
{background-color: #dedede;
color: #666666;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1em;
background-image: url(http://www.immedium.com/images/home/page-bg.gif);
margin: 0;
}

p {font-size: .8em;
line-height: 1em;
}

h1 {font-size: 1.1em;
text-align: left;
font-style: ;
text-decoration: underline;
letter-spacing: 3px;
}

h2 {
text-decoration: underline;
font-size: 1.1em;}





h3 {
 font-size: large;
 }
h4 {
 font-size: medium;
 }
h5 {
 font-size: small;
 }
h6 {
 font-size: xx-small;
 }
font[size=1] {
 font-size: xx-small;
 }
font[size=2] {
 font-size: small;
 }
font[size=3] {
 font-size: medium;
 }
font[size=4] {
 font-size: large;
 }
font[size=5] {
 font-size: x-large;
 }
font[size=6] {
 font-size: xx-large;
 }
font[size=7] {
 font-size: 300%;
 }
font[size=-1] {
 font-size: smaller;
 }
font[size=+1] {
 font-size: larger;
 }
font[size=-2] {
 font-size: 60%;
 }
font[size=+2] {
 font-size: 150%;
 }
font[size=+4] {
 font-size: 300%;
 }

















p.footer {
font-size: .8em;
text-align: center;
}


p.footer a:link {
color: #ff9900;
}

p.footer a:hover {
color: #ffffff;
}

a:visited {
color: #666666;
text-decoration: none;
background-color: #cfd8e0;
}

a:hover {
color: #ffffff;
background-color: #9baebf;
}

a:active {
background-color: #67849e;
}

#header {background-color: #ffffff;
border-bottom: 1px #000000 solid;
border-top: solid 1px #000000;
padding-left: 100px;
padding-right: 100px;
font-size: .8em;
background-image: url(http://www.immedium.com/images/home/clouds.jpg);
text-align: center;
padding-bottom: 3px;
}


#header a:link {
color: #ffffff;
}

#header a:hover {
color: #ffff00;
}


#header p {
font-size: .8em;
text-align: center;
}

#main-content {
background-color: #ffffff;
border: 1px #000000 solid;
margin-left: 150px;
margin-right: 160px;
margin-top: 0px;
padding: 10px;
font-size: .8em;
}


#main-content p {
font-size: 1em;
line-height: 1.2em;
}

#sidebar {
position: absolute;
top: 100px;
left: 10px;
}

#navbar {
background-color: #ffffff;
border-top: solid 1px #000000;
border-bottom: solid 1px #000000;
position: absolute;
top: 95px;
left: 0px;
width: 150px;
font-size: .8em;
color: #ff9900;
font-weight: bold;
}

#navbar a:link, #navbar a:visited {
display: block;
color: #7e7e7e;
background-color: #ffffff;
border-bottom: solid 1px #000000;
padding-bottom: 3px;
padding-top: 3px;
text-decoration: none;
border-top: solid 1px #000000;
text-align: center;
font-size: .8em;
font-weight: bold;
}

#navbar a:hover {
background-color: #ffffcc;
}


#rightbar {
background-color: #ffffff;
border-top: solid 1px #000000;
border-bottom: solid 1px #000000;
position: absolute;
top: 95px;
right: 0px;
width: 150px;
font-size: .8em;
padding-top: 5px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 10px;
}


#outer-image {
}

#inner-image {
}
