/* Properties that both side lists have in common */
body {
	background-color:#000000;
}
table {
	background-color:#ffffff;
}
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;
        align:center;
}
/* placement of the page sections */

#wrapper {
	width:100%;
	margin:0px;
	float:left;
}

#container {
        float:left;
}

#right_links {
	width:200px;
	padding-left:1px;
	float:left;
	font-family:verdana;
}

#right_links p {
	margin: 2px 1px;
	font-size:80%;
}

#top {
        font-size:20pt;
        color:#000000;
        top:0;
        height:3em;
        padding-top:0.75em;
        padding-left:1em;
        padding-right:1em;
}

#content {
        width:40em;
        height:25em;
        position:absolute;
        top:10em;
        font-size:80%;
        padding-left:1%;
        padding-right:1%;
        color:#000000;
        font-family:verdana;
        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:47em;
        width:40em;
        font-family:verdana;
        font-weight:bold;
        font-size:60%;
        padding-left:1%;
        padding-right:1%;
}

#clearer10 {
	width:100%;
	height:10px;
	clear:both;
}

#clearer3 {
	width:100%;
	height:3px;
	clear:both;
}
/* and then we put each list on its place */
#list1 {
        left:0;
        color:#ffffff;
        font-family:verdana;
        font-weight:bold;
}
#list2 {
        right:0;
        color:#ffffff;
        font-family:verdana;
}

h1{
	font-size:10pt;
	text-decoration:underline;
}
h2{
	color:#ffcc66;
	font-size:11pt;	
}

a {
	color:#663399;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#ffcc66;
	text-decoration:underline;
}
#storecontainer {
        margin-left:15em;
        margin-right:15em;
        height:31em;
        width:50em;
        background-image: url('images/kallifaceH.png');
        background-repeat:no-repeat;
        background-position:top right;
        background-color:#000000;
}
