
body
{
    background-image: url("images/black_scales.png");
	background-color: #000000;
	/*(in case the image doesn't load)*/
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}

a:link
{
color: #a81111;
text-decoration: none;
}

a:visited
{
color: #171515;
text-decoration: none;
}

a:hover
{
color: #e36c70;
}

.menu 
{
	font-weight: bold;
	font-size: 120%;
    background-color: white;
    color: black; 
    text-align: right;
}

.menu
{
margin-top: 0;
padding: 3px;
background-color: #423737;
}

.menu li
{
list-style-type: none;
margin-left: 20px;
display: inline;
text-decoration: none;
color: #2d2d2d;
font-size: 105%;
}

.menu ul
{
margin-bottom: 0;
padding: 0;
}

div.planningpage
{
    padding:2px;
    background-color: #300c2f;
    color: #ebccec; 
} 

h1
{
	font-family: Impact,Haettenschweiler,"Franklin Gothic Bold",Charcoal,"Helvetica Inserat","Bitstream Vera Sans Bold","Arial Black","sans serif";
	font-weight: 400;
	letter-spacing: 1px;
	word-spacing: 5px;
	color: white;
	background-color: black;
	padding-left: 20px;
	padding-bottom: 30px;
	padding-top: 15px;
	margin-bottom: 0px; 
	border-top-left-radius: 40px;
	border-top: 2px solid #ff1515;
	font-size: 550%;
	text-shadow: 2px 4px #d90000;
}

h2
{
	color: white;
	background-color:#350000;
	padding: 3px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 0;
	margin-bottom:0;
	border-top: 2px solid #ff1515;
	border-left: 2px solid black;
	border-right: 2px solid black;
	font-size: 125%
}

h3
{
	margin-top: 0;
	color: #f0e3fb;
	background-color: #101149;
	font-family: Futura, "Trebuchet MS", Arial, sans-serif; 
}

ul
{
	list-style-type: square;
	color: white;
}

.box1
{
	width: 800px;
	height: 50px;
	padding: 10px;
	float: left;
	margin-right: 10px;
}

.box2
{
	width: 100px;
	height:100px;
	padding: 10px;
	float: right;
	margin-right: 10px;
}