body { 
	background: url("bg-side.gif") top left repeat-y #ffffff;
 color: #000000;
	}

a:link { 
	background-color: #ffffff; 
color: #037AB9;
} 

a:visited { 
	background-color: #ffffff; 
color: #F6C84E;
}

a:hover { 
color: #F6C84E;
background-color: #037AB9;
}

#header {
width: 100%;
position: absolute;
top: 0;
left: 0;
background: url("bg-top.gif") repeat-x #ffffff;
color: #000000;
clear: both;
}


#menu {
font-size: 90%;
text-align: center;
position: absolute;
top: 0px;
left: 0px;
float: left; 
margin-top: 210px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;
width: 209px;
}

#menu a {
background-color: transparent;
color: #985003;
}

#content {
color: #000000;
text-align: left;
margin-top: 205px; margin-right: 50px; margin-bottom: 0px; margin-left: 250px;
padding: 10px; 
}

#summary {
background-color: #FFFFFF;
color: #000000;
text-align: left;
margin-top: 10px; margin-right: 250px; margin-bottom: 0px; margin-left: 50px;
padding: 5px;
}

#summary a {
font-size: 110%;
background-color: #FFFFFF;
color: #985003;
font-weight: bold;
}

#summary a:hover {
background-color: #FFFFCB;
color: #4A795D;
}



#title {
font-size: 125%;
text-align: center;
font-weight: bold;
font-variant: small-caps;
}



.subtitle {
font-size: 110%;
text-align: left;
font-weight: bold;
font-variant: small-caps;
}

.mediatitle {
font-size: 125%;
text-align: center;
font-weight: bold;
font-variant: small-caps;
}

.frame a:hover, #frame a:active
{
background-color: #ffffff;
color: #000000;
}
.frame {
		background-color: #ffffff;
		color: #000000;
                width:600px;
		margin-right:auto;
		margin-left:auto;
		padding:0px;
		text-align:center;
                border:0px solid #7978a4;
		}
.frame a
{
		background-color: #ffffff;
		color: #000000;
                }
		
	.framecontent {
		color: #000000;
		width:110px;
		padding:0px;
		float:left;
                margin:3px;
		background-color: #ffffff;
                border:0px solid #000000;
		}
	
ul {
	background-color: #ffffff;
	color: #000000;
	font-size: large;
	line-height: 200%;
	list-style-type: none;
	list-style-image: url(goddess-tiny.jpg);
	}

blockquote {
	background-color: #F0F7FB;
	color: #8D6600;
	font-size: medium;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 25px;
	margin-left: 50px;
	border-width: 1px;
	border-color: #C8E2F0;
	border-style: solid;
	padding: 5px 5px 5px 5px;
	}
	