/* Properties that both side lists have in common */
div.link-list {
        width:15em;
        height:20em;
        position:absolute;
        top:8em;
        font-size:80%;
        padding-left:5%;
        padding-right:5%;
        margin-left:19em;
        margin-right:19em;
}
/* placement of the page sections */

#top {
        font-size:36pt;
        color:#ffffff;
        top:0;
        height:5em;
        padding-left:1em;
        padding-right:1em;
}
#container {
        margin-left:15em;
        margin-right:15em;
        height:31em;
        width:50em;
        background-image: url('images/kmbg.gif');
}
#content {
        width:30em;
        height:25em;
        position:absolute;
        top:8em;
        font-size:80%;
        padding-left:1%;
        padding-right:1%;
        margin-left:19em;
        margin-right:23em;
        color:#ffffff;
        font-family:verdana;
        right:0;
        overflow:auto;
	scrollbar-3dlight-color:#000000;
	scrollbar-arrow-color:#cc6600;
	scrollbar-base-color:#000000;
       scrollbar-darkshadow-color:#000000;
       scrollbar-face-color:#000000;
       scrollbar-highlight-color:#000000;
       scrollbar-shadow-color:#000000;
}
#bottom {
        position:absolute;
        top:50em;
        width:40em;
        color:#ffffff;
        font-family:verdana;
        font-weight:bold;
        font-size:60%;
        padding-left:1%;
        padding-right:1%;
}
/* and then we put each list on its place */
#list1 {
        left:0;
        color:#ffffff;
        font-family:verdana;
        font-weight:bold;
        top:6em;
}
#list2 {
        right:0;
        color:#ffffff;
        font-family:verdana;
}

h1{
	color:#ffcc66;
	font-size:12pt;
	font-weight:bold;
}
h2{
	color:#ffcc66;
	font-size:16pt;
	font-family:times;
}
h3{
	color:#fffff;
	font-size:10pt;
	text-decoration:underline;
}

a {
	color:#ffff99;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#ffff99;
	text-decoration:underline;
}
#storecontainer {
        margin-left:15em;
        margin-right:15em;
        height:31em;
        width:50em;
        background-image: url('images/DontPublish/kallifaceH.png');
        background-repeat:no-repeat;
        background-position: right top;
        background-color:#000000
}