/**************************************************************************
Background colour, fonts, margins, all are done here
**************************************************************************/
body {
	font-family: "Gill Sans Light";
	font-size: 12px;
	background-color: #FFFFFF;
}

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

/**************************************************************************
Need I comment?
**************************************************************************/
a:hover {
	color: #004080;
	font-variant: small-caps;
}


/**************************************************************************
This is the giant white box that holds everything together
**************************************************************************/
#thebox {
	min-height: 400px;
	width: 800px;
	background-color: #FFFFFF;
	color: #333333;
	border: 1px #cccccc solid;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}

                                                                           
                                                                        
                                                                           
         
                                                                           
#randomimg {
	margin-left: 200px;
	margin-right: auto;
}

/**************************************************************************
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 {
	text-transform: uppercase;
	width: 750px;
	color: #666;
	height: 30px;
	margin-top: 25px;
	font: small-caps 12px "Gill Sans";
}

#nav a {
	text-transform: uppercase;
	font-variant: small-caps;
	color: #004080;
}

#nav a:hover {
	text-transform: uppercase;
	color: #666666;
	font-variant: small-caps;
}

/**************************************************************************
The content - full of goodness and textaulity, hehe.
**************************************************************************/
#content {
	text-align: justify;
	right: auto;
	width: 700px;
	color: #666666;
	font: 12px "Gill Sans";
}

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

text-transform: uppercase;

text-align: center;

font-size: 14px;
	color: #666666;
}

#content h1 a:link, a:visited, a:active {
	color: #666666;
	font-family: "Gill Sans";
	font-variant: small-caps;
}

#content h1 a:hover {
	font-family: "Gill Sans";
	color: #004080;
	font-variant: small-caps;
}

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

#content h2 {
margin-left: 100px;
font-size: 12px;
padding: 25px;
text-align: center;
font-variant: small-caps;
letter-spacing: 3px;
	color: #666666;
font-variant: small-caps;
}

#statement {
	margin-right: auto;
	margin-left: auto;
	word-wrap: normal;
	text-align: justify;
	margin-bottom: auto;
	margin-top: auto;
	right: auto;
	width: 600px;
	color: #666666;
	font: 12px "Gill Sans";
}

#foot {

font-variant: small-caps;

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

#foot a:hover {

font-variant: small-caps;

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

#foot nav {

font-variant: small-caps;

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

#img {
	margin-left: 50px;
	text-align: center;
	width: 700px;
	color: #666666;
	font: 12px "Gill Sans";
}

