zbody, a, a:hover, a:focus, a:active, ol, ul, ul li, table, caption, tbody,
tfoot, thead, tr, th, td, img, em, p, span,
h1, h2, h3, h4, h5, h6, div
{
	padding: 0;
	margin: 0;
	line-height: 1;
	border: none;
	list-style: none;
	font-size: 100%;
	background: transparent;
	text-decoration: none;
	font-weight: 100;
}

body
{
	font-family: Lucida Grande, Arial, Tahoma, Verdana, Helvetica, sans-serif;
	background: url(../images/bg.png) repeat-y #dbe4e8;
}

#container
{
	margin: 100px auto;
	width: 1000px;
	background: url(../images/separator_nav.png) repeat-y 702px;
}

/* =============================== Content ============================= */

#content
{
	float: left;
	width: 700px;
}

#logo_gp
{
	padding-top: 250px;
	padding-left: 40px;
}
/* =============================== End of Content ============================= */

/* =============================== Navigation ============================= */

#nav
{
	float: left;
	width: 250px;
	padding-top: 70px;
}

#nav ul li
{
	background: url(../images/nav_bullet.png) no-repeat 0px 25px;
}

#nav ul li a
{
	display: block;
	padding: 20px 0px 20px 55px;
	color: #8f8da0;
	font-style: italic;
}

#nav ul li a:hover
{
	color: #004071;
}

/* =============================== End of Navigation ============================= */