﻿body{background-color: #101010;
color:white;}

#bigmenu{
border: 3px dotted #999;
margin: 25% auto 5% auto;
width: 40%;

font-size: x-large;
}

table#menutable{
width: 100%;
}

table#menutable td a
{
display: block;
padding: 3px;
text-decoration: none;
text-align: center;
letter-spacing: +4px;
}

table#menutable td a:link, a:visited
{
color: #000;
background-color: #fff;
}

table#menutable td a:hover, td a:active {
color: #fff;
background-color: #666;
}


#sidebarmenu{
border: 3px dotted #999;
margin-top: 15%;
margin-right: 5%;
width: 15%;
float:left;
}

#astorediv{
margin: auto;
}

#LRMenu{
	float:right;
	margin: auto;
}

#LRMenu a{
	border-style:none;
	background:transparent;
}


#quotebox{
	width:35%;
	float:right;
	color:white;
	font-family: "Monotype Corsiva","Edwardian Script ITC","Bradley Hand ITC", "Blackadder ITC", "Freestyle Script", cursive, Script, "Apple Chancery", "URW Chancery L";
	font-size:large;
}


img{
	border-style:none;
}