body {
	margin: 0px;
	padding: 0px;
	background-color: black;
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
	color: white;
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	font-size: 0.9em;
}

a {
	white-space: nowrap;
}

a:link {
	color: #809dbc;
}

a:visited {
	color: #6b829a;
}

a:hover, a:active {
	color: #5074c2;
}

h1 {
	color: white;	
	font-size: 2em;
	font-family: "Gill Sans", Corbel, Arial, sans-serif;	
	margin: 0px;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 5px;
}

h1 a {
	text-decoration: none;
}

h1 a:link, h1 a:visited {
	color: white;
}

h1 a:hover, h1 a:active {
	color: #a6bfdb;
}

h3 {
	color: white;
	border-bottom: 1px solid #ccff00;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-family: "Gill Sans", Corbel, Arial, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	margin: 0px;
	margin-bottom: 10px;
}

h4 {
	color: #939ea7;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-family: "Gill Sans", Corbel, Arial, sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	margin: 0px;
	padding-bottom: 5px;
}

p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
}

h2 {
	margin-top: 5px;
	padding: 15px;
	font-size: 1.5em;
	font-style: italic;
	font-weight: normal;
	font-family: "Gill Sans", Corbel, Arial, sans-serif;	
	line-height: 150%;
	color: #adb5bf;
}

em {
	color: #ccff00;
}

.date {
	font-size: 0.9em;
	color: #515d69;
	padding-bottom: 20px;
}

.help {
	font-size: 0.85em;
	border: 1px dashed #515d69;
	padding: 10px;
	margin: 5px;
}

#container {
	padding-left: 64px;
	padding-top: 135px;
	background-image: url(../images/activelement-logo.png);
	background-repeat: no-repeat;
}

#links {
	text-align: right;
	width: 90px;
	float: left;
	font-family: "Gill Sans", Corbel, Arial, sans-serif;
	text-transform: uppercase;
}

#links a {
	text-decoration: none;
}

#links a.selected {
	color: white;
}

#links ul {
	margin: 0px;
	padding: 0px;
	line-height: 175%;
	list-style: none;	
}

#feature {
	background-image: url(../images/feature-stripes.png);
	background-repeat: repeat-x;
	margin-left: 110px;
}

#content {
	width: 817px;
	margin-left: 110px;
	padding-top: 40px;
	line-height: 150%;
	font-size: 0.85em;
	color: #d3d6da;
}

#content-portfolio {
	width: 817px;
	margin-left: 110px;
	line-height: 150%;
	font-size: 0.85em;
	color: #d3d6da;
}

#sidebar {
	width: 220px;
	float: left;
	color: #939ea7;
	margin-right: 40px;
}

#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	padding-bottom: 20px;
}

#main {
	line-height: 150%;
	font-size: 1.1em;
	width: 557px;
	float: left;
}

#main-full {
	line-height: 150%;
	font-size: 1.1em;
	float: left;
}

#copyright {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: right;
	color: #515d69;
	clear: both;
}