/* Styles for the shaunwagner.com website */

html
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

body
{
	font-family: sans-serif;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

div#head
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 2em;
	width: 100%;
	text-align: center;
	background: url(images/europa_tile.gif);
	color: white;
	font-weight: bold;
	border-bottom: 2px solid #ff9669;
}

div#maindiv
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: auto;
	height: 90%;
	margin-top: 2.1em;
	padding-left: 50px;
	background: white;
	border-top: 2px solid #069;
	border-bottom: 2px solid #069;
	overflow: auto;
	z-index: 50;
}

div#foot
{
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 1em;
	width: 100%;
	font-size: 80%;
	text-align: right;
	background: url(images/europa_tile.gif);
	color: white;
	font-weight: bold;
	border-top: 2px solid #ff9669;
}

div#menu
{
	position: absolute;
	left: 0px;
	top: 1em;
	width: 60px;
	text-align: center;
	z-index: 100;
}

div#menu img
{
	padding: 0px;
	margin: 0px;
}

div#menu a
{
	display: block;
}

h1
{
	font-size: 120%;
	padding: 0px;
	margin: 0px;
}

h2
{
	font-size: 100%;
	width: 100%;
	border-bottom: 1px solid #ff9669;
	padding: 0px;
	margin: 1em 0px 0px 0px;
}

h3
{
	font-size: 100%;
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding: 0px;
	margin: 1em 0px 0px 0px;
	font-weight: normal;
}

p
{
	margin: 0.5em;
	padding: 0px;
}

ul
{
	margin: 0.5em;
	padding-left: 1em;
}

ol
{
	margin: 0.5em;
	padding-left: 1em;
}

dl
{
	margin: 0.5em;
}

