#container
{
	position: absolute;
	left: 300px;
	top: 160px;
	width: 660px;
	padding: 15px;
	border: 2px solid #bbb;
	background-color: white;
}

#head
{
	margin: 40px 0 20px 15px;
}

#navbar ul
{
	margin: 0;
	padding: 0;
}

#navbar a
{
	padding: 3px 10px;
}

#navbar li
{
	display: inline;
	list-style-type: none;
	padding: 0;
	margin: 0;
	border: 0;
}

#navbar
{
	position: absolute;
	top: 0px;
	left: 10px;
}

#content
{
	margin: 0;
}

#content p
{
	color: #333;
}

#foot
{
	margin-top: 5px;
	clear: both;
	font-size: 10px;
	color: #333;
}

#foot a
{
	color: #333;
}

body
{
	font-family: verdana;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-color: #ddd;
}

blockquote, p, li
{
	font-size: 0.9em;
	line-height: 1.4em;
}

blockquote
{
	margin-right: 0;
	margin-left: 20px;
}

h2, h3
{
	font-weight: normal;
}

h1, h2
{
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
}

h1
{
	font-size: 1.4em;
	margin: 0;
    padding: 0;
	line-height: 150%;
}

h2
{
	font-size: 1.3em;
}

small, .small
{
	font-size: 0.9em;
}

a
{
	text-decoration: none;
	color: black;
	background-color: inherit;
}

p a
{
	text-decoration: none;
	color: red;
	background-color: inherit;
}

p a:hover
{
	text-decoration: underline;
}

h1 a, h2 a, h3 a
{
	border: none;
}

h3 a
{
	font: 1.5em Georgia, Times, serif;
}

#sidebar a
{
	color: #c00;
	background-color: inherit;
	border: none;
}

#sidebar p
{
	font-size: 1em;
	line-height: 1.3em;
}

#content hr
{
	margin: 2em 0;
	width: 66%;
	color: #ccc;
	background-color: inherit;
}

.caps
{
	font-size: 0.9em;
	letter-spacing: 0.1em;
}

img
{
	border: 0;
}

a#bubble 
{
	z-index:-1;
	position: absolute;
	left: 40px;
	top: 140px;
	display: block;
	width: 323px;
	height: 488px;
	background: url(bubble.jpg) no-repeat 0 0;
}

a#bubble:hover {
	background-position: -323px 0;
}