/* Main page layout stuff */
#wrapper{
	border-bottom : 2px dotted #99CCFF;
	color : #000000;
	margin-right : 170px;
	margin-top: 0px;
	border-right : 2px dotted #99CCFF;
}

#content{
	/* shorthand box properties tip: think of a clock: 12, 3, 6, 9 */
	padding : 0px 30px 100px 30px;
	width: auto;
}

html>body #content {
	width: auto;
}
/*
#content p+p{
	 sophisticated alternative for css-2 agents 
	margin-top : -.5em;
	text-indent : 5%;
}
*/
#right-bar{
	color : #000000;
	font : 14px/14px geneva, arial, helvetica, sans-serif;
	padding : 10px 5px 0px 5px;
	position : absolute;
	right : 0px;
	top : 87px;
/*
	float: right;
*/	
	width : 155px;

}

/* Top nav */
#top {
	background-color : #333399;
	height : 67px;
}

#top h1 {
	margin: 0px;
}


/* Nav bar */
#nav {
	background-color : #666666;
	height : 20px;
	margin-bottom : 0px;
}
/*
#nav a {
	color : #FFFFFF;
	display : block;
	float : left;
	font : bold Verdana Geneva Arial Helvetica sans-serif;
	height : 20px;
	text-decoration : none;
	width : 90px;
}

#nav a:active {
	color : #000000;
	background-color : #FFFFFF;
	display : block;
	float : left;
	font : bold Verdana Geneva Arial Helvetica sans-serif;
	height : 20px;
	text-decoration : none;
	width : 90px;
}

#nav a:hover {
	background-color : #CCCCCC;
	color : #333333;
}
*/
#nav-container {
	margin-left : auto;
	margin-right : auto;
	text-align : center;
	width : 630px;
}

.left {
	float: left;
	text-align: left;
	font-weight: bold;
	color: #fff;
	width: 49%;
}

.right {
	float: right;
	text-align: right;
	font-weight: bold;
	color: #fff;
	width: 49%;
}
