/* CSS Document */

#RightBar {
	position:relative;
	float:right;
	width:172px;
	height:550px;
	text-align:center;
	margin:15px 0px 0px 0px;
}

/* #RightBar div { border:1px dotted #7F3C3C; } */

#NexusRight {
	position:relative;
	float:left;
	width:172px;
	height:100px;
}

#Constant {
	position:relative;
	float:left;
	width:172px;
}

#Weather {
	position:relative;
	float:left;
	width:172px;
}

#Camera {
	position:relative;
	float:left;
	width:172px;
}

#Camera span {
	font-weight:bold;
	font-size:12px;
}

.RSpacer {
	position:relative;
	float:left;
	width:160px;
	height:1px;
	background:#800000;
	margin:10px 5px;
}

