﻿body
{
	font-family: Verdana, Sans-Serif;
}

A:Link, A:Visited
{
	font-size: large;
	font-variant: normal;
	color: Black;
	text-decoration: none;
}

p
{
	font-size:small;
}

#logo
{
	background: url(logo.png);
	background-repeat:no-repeat;
	background-position: center;
	width: 100%;
	height: 125px;
}

#topnav
{
	background-color: #33CC33;
	width: 100%;
}

.leftbar
{
	background-color: #3333FF;
	width: 140px;
	height: 500px;
}

#content
{
	margin: 25px;
	width: 85%;
}

#content a
{
	font-size: small;
	color:Blue;
}

.astro
{
	position:relative;
	top: 200px;
	left: 10px;
}
