/*What are you looking at?*/

/*Layout Stuff*/
body
{
	margin: 0 0;
	background-color: #222;
	background: #222 url(images/dot.png) no-repeat fixed bottom right;
	color: #FFF;
	font-family: Helvetica, Arial;
	text-align: center;
	min-width: 1000px;
}

div#wrapper, div#home
{
	position: relative;
	margin: 0 auto;
	padding: 0 0 8px 0;
	clear: both;
	width: 1000px;
	text-align: left;
}

div#home div, div#wrapper div
{
	display: inline-block;
	clear: none;
	vertical-align: top;
	cursor: default;
}

div#wrapper div
{
	margin: 10px 0 0 0;
}

div#navigation
{
	position: absolute;
	left: 0;
	top: 1px;
}

div#one
{
	width: 350px;
}

div#two
{
	width: 300px;
}

div#seven
{
	width: 210px;
	margin-left: 10px;
}

/*Link list styles*/
ul.links
{
	margin: 0 0 0 0;
	padding: 0 0 4px 0;
	list-style: none;
}

ul.links li
{
	padding: 0 0 8px 0;
}

hr
{
	border: none;
	background-color: #FFF;
}

/*Headers and text*/
h1
{
	margin: 0 0;
	padding: 7px 0 0 0;
	font-weight: normal;
	font-size: 36px;
	cursor: default;
}

h1#main
{
	text-align: center;
}

h2
{
	margin: 0 0 0 5px;
	font-weight: normal;
	display: inline-block;
	clear: none;
	cursor: default;
	vertical-align: top;
}

h3
{
	margin: 0 0;
	padding: 0 0 2px 0;
	font-weight: normal;
	font-size: 24px;
	cursor: default;
}

p#quotation
{
	margin-top: -3px;
	font-size: 10px;
	text-align: center;
	cursor: default;
}

/*Link styles*/
div a:link
{
	color: #FFF;
}

div a:hover
{
	color: #CCC;
}

div a:visited
{
	color: #999;
}

a#home
{
	outline: none;
	text-decoration: none;
	color: #FFF;
}

a#home:hover
{
	color: #CCC;
}

h1#home a:visited
{
	color: #FFF;
}

p#quotation a
{
	text-decoration: none;
	color: #FFF;
}

a.article
{
	margin: 0 0 0 4px;
	outline: none;	
}

img.article
{
	margin: 5px 0 0 0;
	border: thick #333 solid;
	height: 87px;
	width: 158px;
}

ul.links li a, div#navigation a
{
	padding: 0 0 8px 0;
	margin: 0 0;
	background: top repeat-x url(images/white.png);
	color: FFF;
	text-decoration: none;
	font-variant: small-caps;
	font-size: 14px;
	outline: none;
	cursor: default;
}

ul.links li a:hover, div#navigation a:hover
{
	background-position: bottom;
}

div#navigation a
{
	font-size: 16px;
	margin: 0 0 0 10px;
}

/*Unique links*/
a#richard
{
	background-image: url(images/red.png);
}

a#of
{
	background-image: url(images/orange.png);
}

a#york
{
	background-image: url(images/yellow.png);
}

a#gave
{
	background-image: url(images/green.png);
}

a#battle
{
	background-image: url(images/blue.png);
}

a#in
{
	background-image: url(images/indigo.png);
}

a#vain
{
	background-image: url(images/violet.png);
}

a#umbilically
{
	background-image: url(images/uv.png);
	background-repeat: no-repeat;
}