body {
	margin: 0;
	background-color: #e9e9e9;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.7em;
	line-height: 1.4em;
}

a {
	color: #cc0098;
}

/* LOGO */

#logo {
	height: 70px;
	padding: 0 30px 0 0;
	text-align: right;
}

/* HEADER */

#header {
	height: 127px;
	padding: 0 0 0 100px;
	background-image: url("../img/standards/header_background.gif");
	background-repeat: repeat-x;
}

/* CONTENT */

#content {
	border: 0 solid #65cc33;
	border-width: 0 0 25px 0;
	color: #00020b;
	background-color: #ccff00;
	text-align: center;
}

#content object {
	display: block;
}

#content .menu {
	margin: 15px 0;
}

#content .rows {
	width: 900px;
	padding: 30px 0 0 20px;
	overflow: hidden;
}

#content p {
	margin: 0 0 1em 0;
}

#content img {
	border: 0;
}

/* PORTRAIT */

#portrait {
	float: left;
	height: 300px;
	width: 140px;
	font-style: italic;
	text-align: left;
}

#portrait p {
	margin: 0.2em 0 0 0;
}

/* TEXT */

#text {
	width: 450px;
	padding: 0 50px 0 0;
	text-align: left;
	float: left;
}

/* NEWS */

#news {
	width: 260px;
	color: #00020b;
	text-align: left;
	float: left;
}

#news h2 {
	position: relative;
	left: -8px;
	padding: 0 0 0 8px;
	margin: 0;
	background-image: url("../img/content/arrow_right.gif");
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 1em;
	font-weight: normal;
}

/* NAVIGATION */

#navigation {
	clear: both;
	width: 950px;
	height: 45px;
	text-align: center;
}

#navigation .container {
	padding: 0 0 0 150px;
}

#navigation img {
	border: 0;
}

#navigation .container img {
	display: block;
	float: left;
}