/* Start of CMSMS style sheet 'index' */
/*  Index stylesheet for becominganoracle.com  */
/* colors */
body {
	background-color: #000000;
	}
/* layout */
#pagewrap {
	width:899px;
	position:relative;
	height:100%;
	min-height:100%;
	margin: 0 auto;
	}
#header {
	position:absolute;
	width:899px;
	top:0px;
	left:0;
	background:transparent url('../images/oracle-index-montage.jpg') no-repeat top left;
	}
#header img {
	margin:0;
	width:392px;
	height:934px;
	}
#menu {
	left:253px;
	padding:0;
	position:absolute;
	top:249px;
	width:644px;
	color:#7280B8;
	height:29px;
	display:block;
	}
#contentframe {
	position: relative;
	top:285px;
	left:253px;
	width:644px;
	padding-bottom:2em;
	}
#content {
	background: transparent url(../images/content_bg.jpg) repeat-y center top;
	padding:11px 44px;
	position:relative;
	top:0px;
	min-height:300px;
	color: #333333;
	}
#contentframetop {
	background: transparent url(../images/content_bg_top.png) no-repeat 1px 0;
	background-image:url(../images/content_bg_top.png);
	position:relative;
	line-height:0;
	}
#contentframetop img {
	width:644px;
	height:54px;
	}
#contentframebottom {
	background: transparent url(../images/content_bg_bottom.png) no-repeat 1px 0;
	position: relative;
	top:0px;
	}
#contentframebottom img {
	width:644px;
	height:39px;
	}
#footer {
	bottom:-285px; /*  this is the same as the offset of the content frame  */
	}
#titleimage {
	position:absolute;
	top: 16px;
	left: 252px;
	}
#titleimage img {
	width: 647px;
	height:215px;
	}
#addbox {
	position: absolute;
	top:920px;
	left: 21px;
	}
#addbox p {
	margin-bottom:0;
	}
/**  MAIN MENU  **/
#nav {
	/*width: 644px;*/
	}

#nav a,
#nav a:link,
#nav a:visited,
#nav a:active,
#subMenusContainer a,
#subMenusContainer a:link,
#subMenusContainer a:visited,
#subMenusContainer a:active {
	color:#7280B8;
	}
#nav a:hover,
#subMenusContainer a:hover {
	color:#C3CFFF;
	}
#subMenusContainer li, #nav { 
	border-top: 1px solid #F6A51F;
	}
/* End of 'index' */

