* {
	margin: 0;
	padding: 0;
	list-style-type:none
	}
body
{
	background-color: #696864;
	color: #4D4844;
	text-align: center;
	min-width: 767px;
	font-family: "Times New Roman", Times, serif;
}
p {
	margin-left: 40px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	}
#container {
	background-color: #fff;
	margin:0 auto;
	text-align: left;
	width: 767px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: left top;	
}

#branding {
	background-image: url(../images/top.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	padding-top: 450px;
	padding-left: 20px;
}
	
#bottom {
	background-image: url(../images/bot.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding-bottom: 50px;
	}

.content {
	padding-left: 18px;
	padding-right: 38px;
}
.displayNone {
	display: none;
}
#synopsis {
	margin-top: -7px;
}

#outline h2 {
	width: 128px;
	height: 31px;
	margin-left: -4px;
	margin-top: 8px;
	display: block;
	overflow: hidden;
	position: relative;
}

#outline h2 span {
	background : url(../images/outline.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

#outline img {
	float: left;
	margin-left: 38px;
	margin-right: 8px;
	}

#outline span {
	display: block;
	height: 132px;
	}
#outline p {
	margin-left: 0px;
	}
.clear {
	clear: both;
	}
/* ------------------------start topNav---------------------------------- */

#mainNav {
	position: absolute;
	left: 50%;
	top: 17px;
	margin-left: 275px;
}
#mainNav a {
	display: block;
	width: 73px;
	height: 18px;
	padding: 18px 0 0 0;
	margin-bottom: 5px;
	overflow: hidden;
	height: 0px !important; 
	height /**/:18px; /* for IE5/Win only */
	}
	
#mainNav a:hover {
	background-position: 0 -36px;
	}

#mainNav a:active, #mainNav a.selected {
	background-position: 0 -18px;
	}
	
#homeTop a  {
	width: 73px;
	background: url(../images/ro/homeTop.gif) top left no-repeat;
	}
#projectTop a  {
	width: 73px;
	background: url(../images/ro/projTop.gif) top left no-repeat;
	}
#peopleTop a  {
	width: 73px;
	background: url(../images/ro/peopTop.gif) top left no-repeat;
	}
#viewTop a  {
	width: 73px;
	background: url(../images/ro/viewTop.gif) top left no-repeat;
	}
#linksTop a  {
	width: 73px;
	background: url(../images/ro/linkTop.gif) top left no-repeat;
	}
#contactTop a  {
	width: 73px;
	background: url(../images/ro/contTop.gif) top left no-repeat;
	}

/* ------------------------end topNav---------------------------------- */

/* ------------------------start bottomNav----------------------------- */

#footer {
	height: 18px;
	display: inline;
	overflow: hidden;
	}

#footer ul {
	background: url(../images/ro/botBG.gif) top left no-repeat;
	width: 385px;
	height: 23px;
	padding-top: 2px;
	padding-left: 4px;
	position: relative;
	left: 50%;
	top: 17px;
	margin-left: -189px;
	}

#footer li {
	display: inline;
	}

#footer a {
	float: left;
	padding: 18px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:18px; /* for IE5/Win only */
	}
	
#footer a:hover {
	background-position: 0 -36px;
	}

#footer a:active, #footer a.selected {
	background-position: 0 -18px;
	}

#homeBottom a  {
	width: 40px;
	background: url(../images/ro/homeBot.gif) top left no-repeat;
	}
#projectBottom a  {
	width: 60px;
	background: url(../images/ro/projBot.gif) top left no-repeat;
	}
#peopleBottom a  {
	width: 49px;
	background: url(../images/ro/peopBot.gif) top left no-repeat;
	}
#viewBottom a  {
	width: 38px;
	background: url(../images/ro/viewBot.gif) top left no-repeat;
	}
#linksBottom a  {
	width: 40px;
	background: url(../images/ro/linkBot.gif) top left no-repeat;
	}
#contactBottom a  {
	width: 65px;
	background: url(../images/ro/contBot.gif) top left no-repeat;
	}
.div  {
	float: left;
	display: inline;
	width: 17px;
	height: 18px;
	background: url(../images/ro/div.gif) top left no-repeat;
	}
/* ------------------------end bottomNav------------------------------ */