/* @group defaults */

html, body {
	margin: 0;
	padding: 0;
}

ul, ol, blockquote {
	margin: 1em 0;
	padding: 0 0 0 2em;
}

p, h1, h2, h3, h4, h5, h6 {
	margin: 1.0em 0;
	padding: 0;
}

h1 {
	font-size: 200%;
	font-weight: 400;
	margin: 0;
	text-transform: uppercase;
}

h1 a {
	border-bottom: 2px solid #80bee1;
        font-size: 200%;
	font-weight: 800;
	margin: 0;
	text-transform: uppercase;
}

h2 {
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 210%;
	margin: 1em 0 0.5em 0;
}

/* @end */

/* @group site */

body {
	background: #99CC33;
	color: #000000;
	font: 10pt Arial, Verdana, Helvetica, sans-serif;
}

a:link, a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover, a:active {
	border-bottom: 2px solid #80bee1;
}

/* @end */

/* @group doc */

#doc {
	overflow: hidden;
	position: relative;
	z-index: 2;
	width: 100%;
}

/* @end */

/* @group head */

#head {
	left: 0;
	position: absolute;
	top: 120px;
	text-align: center;
	width: 100%;
}

/* @end */
/* @group nav */

#nav {
	float: left;
	left: 50%;
	position: relative;
	top: 20px;
}

#nav ul {
	float: left;
	left: -50%;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

#nav li {
	float: left;
	padding: 0 5px;
}

#nav a {
	border-bottom: 2px solid #fff;
	display: block;
	font-size: 120%;
	font-weight: bold;
	padding: 5px 0;
	text-align: center;
	width: 150px;
}

#nav a:hover {
	border-color: #c3f2ff;
	color: #c3f2ff;
}

/* @endgroup */



/* @group content */

#content {
	margin: 0 auto;
	padding-top: 220px;
	width: 70%;
}

/* @end */

/* @group foot */

#foot {
	color: #000000;
	font-size: 80%;
	margin-top: 4em;
	text-align: center;
}

/* @end */

/* @group deco */

#deco {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#deco .hilite {
	background: url(../img/bubble-hilite.png) 0 0 no-repeat;
	height: 260px;
	position: absolute;
	right: 3%;
	top: 5%;
	width: 800px;
	z-index: 1;
}

#deco img {
	display: block;
	height: 100%;
	position: fixed;
	width: 100%;
}

/* @endgroup */