body {
	margin: 0;
	padding: 10px;
	background-color: #eee;
	font-family: Helvetica, sans-serif;
}

a:link, a:visited {
	color: #D75;
	text-decoration: none;
	font-style: italic;
	transition: all 0.5s ease;
}

a:active, a:hover {
	color: #F96;
	text-decoration: none;
	font-style: italic;
	text-shadow: 0 0 0.2em #E80;
	transition: all 0.5s ease;
}

.frame a:link, .frame a:visited {
	color: #888;
	text-decoration: none;
	transition: all 0.5s ease;
	padding: 2px 5px;
}

.frame a:active, .frame a:hover {
	color: #887;
	text-decoration: none;
	text-shadow: 0 0 0.5em #59F;
	transition: all 0.5s ease;
}

.frame {
	width: calc(100% - 300px);
	padding-left: 150px;
	padding-right: 150px;
	margin-bottom: 15px;
	position: relative;
	min-width: 800px;
}
#logo {
	display: inline-block;
	height: 100px;
	width: 128px;
	vertical-align: middle;
}

#title {
	display: inline-block;
	color: #888;
	background-image: url('img/logo.png');
	vertical-align: middle;
}

#ros_logo {
	width: 128px;
	border: none;
}
#ros_title {
	color: #2b314c;
	vertical-align: middle;
	float: right;
	margin-top: 15px;
}

#title h1 {
	color: #aaa;
	font-weight: normal;
	font-style: italic;
	line-height: 1.4em;
	font-size: 23pt;
	text-shadow: -1px -1px 0px #bbb, 1px 1px 0px #fff;
}

#navigation {
	width: 100%;
	height: 40px;
	border: none;
	border-top: 2px solid #ccc;
	margin-top: 5px;
	color: #777;
	text-align: center;
	vertical-align: middle;
}

#navigation h2 {
	font-size: 20px;
	font-weight: bold;
	display: inline;
}

.contentbox {
	display: block;
	background-color: #fff;
	margin: 15px 10px;
	box-shadow: 1px 1px 3px #999 inset;
	padding: 15px;
	vertical-align: top;
	line-height: 1.5em;
	text-align: justify;
	font-family: helvetica;
	color: #333;
	border-radius: 10px;
	margin-left: calc((100% - 1230px) / 2);
	margin-bottom: 20px;
	left: 30px;
	position: relative;
	width: 1150px;
}

.contentbox h2 {
	margin: 2px;
	margin-bottom: 10px;
	text-align: center;
}

.command {
	display: inline-block;
	background-color: #444;
	padding: 8px 15px;
	font-family: monospace;
	color: white;
	margin-left: 20px;
	width: 600px;
	box-shadow: 2px 2px 5px #000 inset;
}

.reference {
	display: inline-block;
	background-color: #DDD;
	padding: 8px 15px;
	font-family: monospace;
	color: black;
	margin-left: 20px;
	margin-right: 20px;
	width: calc(100% - 70px);
	box-shadow: 2px 2px 5px #666 inset;
	line-height: 1.2em;
}

#featurelist {
	height: 130px;
}

#featurelist div {
	display: inline-block;
	position: absolute;
	border: 1px solid #EEE;
	background-color: #EEE;
	box-shadow: 1px 1px 3px #BBB;
	border-radius: 5px;
	font-size: 11pt;
	padding: 3px 7px;
	margin: 5px;
	color: #555;
}

#author {
	width: 100%;
	border: none;
	border-bottom: 2px solid #ccc;
	margin-top: 30px;
	margin-bottom: 2px;
	padding-bottom: 4px;
	color: #aaa;
	text-align: center;
	vertical-align: middle;
}

#footlinks {
	color: #888;
	line-height: 1.8em;
	font-size: 13px;
	width: 100%;
	padding: 2px 25px;
	vertical-align: top;
}