/**************************************************************************
Background colour, fonts, margins, all are done here
**************************************************************************/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
}

/**************************************************************************
All the goodness of links
**************************************************************************/	
a:link, a:visited, a:active {
	color: #999;
	text-decoration: none;
}

/**************************************************************************
Need I comment?
**************************************************************************/
a:hover {
	text-decoration: underline;
	color: #FF9300;
}


/**************************************************************************
This is the giant white box that holds everything together
**************************************************************************/
#thebox {
	width: 50em;
	background-color: white;
	color: #666;
	border: 1px #cccccc solid;
	margin: 50px auto 0px auto;
	padding: 0px 20px 0 20px
}

/**************************************************************************
This was the best way I thought they orange square logo thingy could be 
displayed. The logo coding looks really messy and rather horrible. I'm sure 
there are better ways of doing this. Please drop me a line if you know how.
**************************************************************************/
#logo { 
	background-image:url('/img/logo.png');
	background-repeat: no-repeat; 
	background-color: white; 
	height:100px;
}

/**************************************************************************
Navigation bar, lists, and links - Uses Gill Sans for the good ol' Mac. 
I'm using different linking styles for the navigation bar. Also, <li> tags 
are used.
**************************************************************************/
#nav {
	width: 455px;
	margin: -65px 0px 50px 100px;
	padding: 0px 0px 0px 0px;
	color: #999;
	font-family: 'Gill Sans', Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
}

#nav li {
	display: inline;
	margin-right: 20px;
}

#nav a {
	font-size: 10px;
	font-weight: bold;
	color: #999;
	text-decoration: none;
}

#nav a:hover {
	color: #FF9300;
	text-decoration: underline;
}

/**************************************************************************
The content - full of goodness and textaulity, hehe.
**************************************************************************/
#content {
	color: #666;
	font-family: 'Gill Sans', Verdana, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 10px 10px;
}

/**************************************************************************
Header #1 - This header displays the topic name of text
**************************************************************************/
#content h1 {

font-size: 12px;
	color: #7db700;
	font-family: 'Gill Sans', Verdana, Helvetica, sans-serif;
}

#content a:link, a:visited, a:active {
	color: #FF9300;
	font-family: 'Gill Sans', Verdana, Helvetica, sans-serif;
	font-weight: normal;
}

#content a:hover {
	text-decoration: underline;
	font-family: 'Gill Sans', Verdana, Helvetica, sans-serif;
	color: #FF9300;
}

#content li {
	list-style: square url('/img/o.png');
}

/**************************************************************************
Header #2 - This header displays the date
**************************************************************************/

#content h2 { 
font-size: 10px;
letter-spacing: 3px;
text-transform: uppercase;
}

#foot {

text-align: center;
color: #696969;
}

/**************************************************************************
This is the sponsor template, include a logo with link to the website and a
caption
**************************************************************************/
#sponsor {
	text-align: center;
	font-weight: bold;
	font-size: larger;
}

#sponsor img {
	border: 0;
}