body {
	background-image: url(images/oj_bg.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: bottom right;
	
}

#container {
	border: 1px solid #dddddd;
	width: 780px;
	margin:10px;
	height:100%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, Sans-Serif;
	font-size: 12px;
}

a:link {
	color:#4c1f6e;
}    

a:visited {
	color:#4c1f6e;
}  

a:hover {
	color:#4c1f6e;
}   

a:active {
	color:#4c1f6e;
}   

#header {
	height:112px;
	background-image: url(images/bgimage.png);
	background-repeat: no-repeat;
	padding:5px 10px;
	text-align: right;
	border:0px solid cyan;
}

/*------------------------------NAV--------------------------------*/
#navbox {
	width: 100%;
}		

#nav {
	height:37px;
	width:730px;
	margin: 0px auto 0px 40px;
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	font-family: "Times New Roman", Times, Serif;
	font-size:28px;
	font-variant: small-caps;
	text-align:right;
}
/*----------------THESE RULES FOR THE NAVIGATION ROLLOVERS, SLIDING BACKGROUND IMAGE----------*/
/*----------------EACH BUTTON HAS A DIFFERENT WIDTH, BG IMAGE, AND BG PLACEMENT-----------*/
div.home {
	float: right;
	width: 87px; height: 37px;
	margin: 0 3px 0 0;
	border-right:1px solid #cecece;
	background: url('images/nav_home.png') -87px 0px no-repeat;
	}

div.home a {
	display: block;
	width:100%; height:100%;
	overflow:hidden;
	background: url('images/nav_home.png') top left no-repeat;
}
	
div.home a:hover {
	display: block;
	width:100%; height:100%;
	overflow:hidden;
	background: url('images/nav_home.png') -87px 0px no-repeat;
}

div.home a:active {
	display: block;
	width:100%; height:100%;
	overflow:hidden;
	background: url('images/nav_home.png') -87px 0px no-repeat;
}

div.prog {
	float: right;
	width: 137px; height: 37px;
	margin: 0 3px 0 0;
	border-right:1px solid #cecece;
	background: url('images/nav_programs.png') -137px 0px no-repeat;
	}

div.prog a {
	display: block;
	width:100%; height:100%;
	overflow:hidden;
	background: url('images/nav_programs.png') top left no-repeat;
}
	
div.prog a:hover {
	display: block;
	width:100%; height:100%;
	overflow:hidden;
	background: url('images/nav_programs.png') -137px 0px no-repeat;
}

div.prog a:active {
	display: block;
	width:100%; height:100%;
	overflow:hidden;
	background: url('images/nav_programs.png') -137px 0px no-repeat;
}

div.regi {
	float: right;
	width: 174px; height: 37px;
	margin: 0 3px 0 0;
	border-right:1px solid #cecece;
	background: url('images/nav_registration.png') -174px 0px no-repeat;
	}

div.regi a {
	display: block;
	width:100%; height:100%;
	overflow:hidden;
	background: url('images/nav_registration.png') top left no-repeat;
}
	
div.regi a:hover {
	display: block;
	width:100%; height:100%;
	overflow:hidden;
	background: url('images/nav_registration.png') -174px 0px no-repeat;
}

div.regi a:active {
	display: block;
	width:100%; height:100%;
	overflow:hidden;
	background: url('images/nav_registration.png') -174px 0px no-repeat;
}

div.cest {
	float: right;
	width: 181px; height: 37px;
	margin: 0 3px 0 0;
	background: url('images/nav_cestatement.png') -181px 0px no-repeat;
	}

div.cest a {
	display: block;
	width:100%; height:100%;
	overflow:hidden;
	background: url('images/nav_cestatement.png') top left no-repeat;
}
	
div.cest a:hover {
	display: block;
	width:100%; height:100%;
	overflow:hidden;
	background: url('images/nav_cestatement.png') -181px 0px no-repeat;
}

div.cest a:active {
	display: block;
	width:100%; height:100%;
	overflow:hidden;
	background: url('images/nav_cestatement.png') -181px 0px no-repeat;
}

/*-------------------END NAV ROLLOVERS-------------------*/


/*----------------------------MAIN CONTENT AREA-------------------*/
#content {
	margin:18px 35px 0px 0px;
	color:#626262;
	line-height:1.4;
}

p {
	margin:0px 0px 1.5em 0px;		
}

h1{
	margin:0px 0px 0.9em 0px;
}

.tip {
	color: #d53823;
	}

/*--------------------------------HOTEL LINKS-----------------------------------*/
#left {
	float:left;
	width:188px;
	height:100%;
	color:#115c47;
	font-size: 12px;
	text-align:center;
	border0px solid yellow;
	margin-right:25px;
}
/*------------------------------TEXT CONTENT AREA-------------------------------*/
#right {
	border:0px solid red;
	float:left;
	width:525px;
	font-size:15px;
	margin-bottom:30px;
}

#right ul{
	margin-left:30px;
	margin-top: 15px;
}

#right li{
	list-style-type:disc;
	margin-bottom: 0.8em;
}

#right ul.inline{
	margin-top:-10px;
}

#right p.input{
	margin-left:20px;	
}

#right input.btn{
	margin-left:-23px;
}

.indent{
	margin: 0px;
	border:0px solid cyan;
	margin-left: 25px;
}

#right img{
	float:left;
	
	margin: 5px 10px 0px 0px;
}

/*----------------------------------FOOTER--------------------------------------*/
#footer {
	margin: 30px auto 0px auto;
	padding:20px 20px 0px 20px;
	color:#626262;
	width:710px;
	text-align:center;
	border-top:1px solid #cecece;
	clear:both;
	font-size: 12px;
	line-height:1.4;
}

.logos {
	background-image: url('images/logos.jpg');
	width: 778px;
	height:95px;
	margin:0px -33px 0px -33px;
}
